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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QV Trigger Issue

In Triggers--> will 'Select Field' or 'Clear Field' triggers accept a variable( which stores a field name )?

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Use

='$(=vSelfield)'

or

='$(vSelfield)'

if it does not require to be evaluated.

instead.

Miguel

P.S.: See attached. Click on the ">>" button (your attached app is empty)

View solution in original post

4 Replies
Miguel_Angel_Baeyens

Use

='$(=vSelfield)'

or

='$(vSelfield)'

if it does not require to be evaluated.

instead.

Miguel

P.S.: See attached. Click on the ">>" button (your attached app is empty)

Not applicable
Author

Sorry. Here is the file

Miguel_Angel_Baeyens

Exactly as above. See attached.

Miguel

Not applicable
Author

Thank you. It is working