Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

Trigger not working

Hey,

My on activate sheet trigger not working.

I have 2 var: vStart and vEndDate

On activate sheet trigget, i set:

vStartDate: Max(Trans_Date)

vEndDate:  Max(Trans_Date)

Then, select in field: TRANS_DATE as: ='>='& date(vStartDate) & '<=' & date(vEndDate)

But when i open the document, i dont get max date selected and corresponding data.

Where am i wrong?

Labels (1)
3 Replies
awhitfield
Partner - Champion
Partner - Champion

HI Nikhil,

may be you should set the trigger at Document Level as an 'On Open'.

HTH - Andy

nikhilgarg
Specialist II
Specialist II
Author

I tried that also, but still not working.

I have set following triggers:

Set variable: vStartDate

Set Variable: vEndDate

Select In field: Trans_Date

Anonymous
Not applicable

try to use for variable definition

max({1}Trans_Date)

you get max date independant from any selections