Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

1 Reply
Not applicable
Author

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

Regards,

Gordon