This topic is locked
[SOLVED]

 Help with filters

4/16/2012 10:21:49 AM
PHPRunner General questions
B
bilboss author

How I can achieve this ...

a user enters the first page where there is the choice of the month (as a filter)

and that the filter is maintained throughout the user session and applies to all tabs?
can?
thank you very much

regards

C
cgphp 4/16/2012

Save the selected month in a session variable and filter data of the remainings pages in the "Before SQL query" event.