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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Default selection in a expression list box

Hi,

I got a list box with this expression

if(Aging < 1, 'Current', if (Aging >=1, 'Later'))


Now i need to default select one of these options in listbox when sheet opens up...

I know i need to "Select in Field" trigger "OnActivateSheet" but i am not sure what should i put in the field?

How to do that?

Saurabh

1 Reply
danieloberbilli
Specialist II
Specialist II

I would rather script an additional field with the values Current and Later (see example with field called Aging Status)

1.png

2.png

Kind Regards

Daniel