Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

OnActivateSheet Trigger for Current Month

Qlikers,

My team is trying to set up a tab so that it defaults to select the current month's fiscal performance. We have experimented with the OnActivateSheet trigger but the string value isn't working thusfar. Since the string must be dynamic as the current month updates frequently, we don't know which string calculation to use. We tried with the below example but December came back since that is the max value for FiscalMonth. Any ideas how to calculate it so that it returns the current month?

1.png

1 Solution

Accepted Solutions
adityaakshaya
Creator III
Creator III

Hi Jordan,

You can try Month(Today() ) in place of max(fiscal month) .

Regards,

Akshaya

View solution in original post

2 Replies
adityaakshaya
Creator III
Creator III

Hi Jordan,

You can try Month(Today() ) in place of max(fiscal month) .

Regards,

Akshaya

Anonymous
Not applicable
Author

Success, once again! That immediately made it default to the current month.