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: 
dbouilleux1
Partner - Contributor
Partner - Contributor

Code a trigger on a field in a macro

Hello,
The proper functioning of my indicator is based on a trigger associated with the change of a field in a selection box.
The problem is that as soon as reloading data goes wrong, I lose the trigger ...

I would therefore encode a macro in the replacement of the trigger in association with the event 'field change'.
I have not really found in the APIGuide the necessary information: can you help me in this search?

Thank you for your answers.

Denis

Labels (1)
2 Replies
jagannalla
Partner - Specialist III
Partner - Specialist III

Hello,

If you miss the field while reloading your application the trigger will be lost. So you should be in carefull while reloading your application.

dbouilleux1
Partner - Contributor
Partner - Contributor
Author

Yes, but the indicator is subject to a wide distribution in standalone mode and I can not exclude an incorrect deployment will fail the reloading data ...
Hence the search for a way to 'fix' simply (a macro triggered by a button 'hidden' for example).