User Manual

08.14.2024

MANUAL

FAQ: How can I enable filters without using a view when opening a list screen?

## Answer Use "[Script](/en/manual/table-management-script)". --- ## Overview If you want to display the list screen with filter search conditions entered without using a view, you can do so with "[Script](/en/manual/table-management-script)". ## Operation Procedure Create a new "[Script](/en/manual/table-management-script)" and write the following script. Check "[List](/en/manual/table-management-grid)" as the output destination and update. ### Example 1. When Filtering By "Incomplete" ##### JavaScript ```javascript $(function () { // The id of the filter "Incomplete" is "ViewFilters_Incomplete" $p.set($('#ViewFilters_Incomplete'),'1'); $p.send($('#ViewFilters_Incomplete')); }); ``` #### Result ![image](https://pleasanter.org/binaries/6efc78eddf3740c89c45deb11e1ef72d) ### Example 2. When Filtering By "「Status」" "Not started (100)" "In progress (200)" ##### JavaScript ```javascript $(function () { // The id of the filter "Status" is "ViewFilters__Status" $p.set($('#ViewFilters__Status'),'["100","200"]'); $p.send($('#ViewFilters__Status')); }); ``` #### Results ![image](https://pleasanter.org/binaries/fe64bb243816447884fda11141e3ebf0) ## Related Information <div id="ManualList"><ul><li><a href="/en/manual/table-management-grid">Table Management: List Screen</a><span>08.13.2024 up</span></li></ul></article> <ul><li><a href="/en/manual/table-management-script">Table Management: Script</a><span>08.13.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />
TOP
このページをシェアする
記載された商品名、各製品名は各社の登録商標または商標です。 © Implem Inc.