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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem in Variable Event Triggers

Hi all,

In my application I have define a variable in the script as

let ThisExecTime = Now( );

Now I want to use a macro and set a variable event trigger(On Change) on this variable(ThisExecTime)…

When I reload the script the value of the variable changes… but the macro is not working… If only I manually changes the value of the variable, the macro executes… But I want to run this macro at the time the script reloaded… Is there any solution for achieve this..

Thank You!



2 Replies
montubhardwaj
Specialist
Specialist

Hi Nilu, What functionality you want to achieve through Macro. Seems like you variable is working fine but there is something wrong either with Macro code or its triggering.

If possible, attach sample layout to dig more on this.

Regards,

Sharma

kji
Employee
Employee

Triggers are not available during reload, maybe you could use the OnPostReload trigger.