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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Default setting in ListBox with Trigger

 

Hello,

I will use Sheet Properties to set a default setting. With Sheet Event Triggers 2 Values on ListBox (“AD“ und “AS“) should be selected. If I leave this sheet Trigger “OnLeaveSheet” setting in ListBox should be clear.

Regards

Stefan

1 Solution

Accepted Solutions
Qrishna
Master
Master

Check out the attached qvw.

result:

1.PNG 2.PNG

View solution in original post

6 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

And your question is?

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable
Author

How does a Trigger works, how is the formula?

jonathandienst
Partner - Champion III
Partner - Champion III

The "Select in Field" formula would be (AD|AS)

On exit, use a "Clear Field " action

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable
Author

Trigger ist not working?

Qrishna
Master
Master

Check out the attached qvw.

result:

1.PNG 2.PNG

Anonymous
Not applicable
Author

Now, Trigger is working fine.

character  =  was missing

Solution:

(Action) Select in Field

(Field) Site2

(Search String) ='(AD|AS)'