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

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

Highest value into a listbox

Dear all,

is it possible to select by default, the higest value into a list box ?

For example, when I open my document, I would see automatically selected, the last year

I don't know how to do it.

Help please.

Thanks in advance

Stefan

1 Solution

Accepted Solutions
MayilVahanan

Hi

     You can use trigger for achieve your requirement

     Document properties ->Triggers->OnOpen ->AddAction ->Selection -SelectioninField

     FieldName -> Year

     SearchString -> Max(Year)

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan

Hi

     You can use trigger for achieve your requirement

     Document properties ->Triggers->OnOpen ->AddAction ->Selection -SelectioninField

     FieldName -> Year

     SearchString -> Max(Year)

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Thanks very much !!