Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
Im trying to set an action - defaultly opening the sheet as current month & last month are selected.
I managed to add either current or last month but couldn't both.
What should I insert in the 'edit expression'?
I've tried: TheMonth> month(today())-1
And: max(TheMonth) or max(TheMonth)-1
both didn't work.
Thanks
for max month use:-=MaxString(Month)
,
For previous month use :-=text(monthname(addmonths(MaxString([Start Date]),-1)))
thanks, I need one action that would give me both ( to show months that are greater than previous month)
Try below
Action > Select values matching search Criteria
Values > ='>=$(=MonthStart(Today(),-1))'
Regards,
Prashant Sangle
The script works, but thae action doesn't work as once I enter the page the months arent filtered
how you navigate your sheets??? using button ? or using qlik provided navigation ???
If you are using button then above logic work
if you are using qlik provided navigation then use bookmark for it.
Regards,
Prashant Sangle