How to keep pre-filtered after logout

Wish to see a specific feature/change in future releases? Feel free to post it here, and if it gets enough "likes", we'd definitely include it in future releases!
Post Reply
Sai chi
Posts: 19
Joined: 2017-08-26 15:29

How to keep pre-filtered after logout

Post by Sai chi » 2017-10-27 10:10

I had use "Filter before showing table view" in the panel and save the pre-filtered but all pre-filtered will be clear up after back or log-out, how to save it after logout?

Sai chi
Posts: 19
Joined: 2017-08-26 15:29

Re: How to keep pre-filtered after logout

Post by Sai chi » 2017-10-27 13:04

Shall I use this code? I had tried but it does not run and shown

Warning: Missing argument 5 for addFilter(), called in C:\xampp\htdocs\tryanderror\RSC\hooks\Property.php on line 6 and defined in C:\xampp\htdocs\tryanderror\RSC\incCommon.php on line 566


what it wrong?


function Property_init(&$options, $memberInfo, &$args){

addFilter(1, equal-to, 'Active 活躍盤');

return TRUE;

Sai chi
Posts: 19
Joined: 2017-08-26 15:29

Re: How to keep pre-filtered after logout

Post by Sai chi » 2017-10-27 14:27

I know already answer is

addFilter(1, 'and', 2, 'equal-to', 'Active 活躍盤');

Post Reply