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: 
Not applicable

Trigger

Hi,

I have this variable:

let Alert =if(peek('test_a',0,'test2')>10,'a','b');

And I assume that's working fine because if I change the > in a < the value change too.

Now I want to trigger an event on variable value change but that doesn't seems to work.

If I change it and reload, it's not doing the task. What am I doing wrong?

But what I realy want, is that it only triggers it, if after a reload the sum of a field is above 20.

Is that possible? and how?

Kind regards,

ThijsJan

Labels (1)
1 Reply
Not applicable
Author

Have a look at the OnPostReload Document event trigger (Settings>Document Properties>Triggers)

Regards,

Gordon