Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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