Page 1 of 1

How to keep pre-filtered after logout

Posted: 2017-10-27 10:10
by Sai chi
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?

Re: How to keep pre-filtered after logout

Posted: 2017-10-27 13:04
by Sai chi
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;

Re: How to keep pre-filtered after logout

Posted: 2017-10-27 14:27
by Sai chi
I know already answer is

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