Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using Multi Box in QlikView to enable dropdown selection and I was wondering if there is a way to preselect or assign default selection without requiring a user to manually select from the list? If so, can you please provide examples?
You can look into OnOpen Triggers:
Adding Default Selections in QlikView - The QGate Knowledgebase
look at the actions !
Thank you both for the quick feedback but I am still unable to set default prompt. Ideally, I would like '20160530' to be selected as it is the most current or max period. Attaching sample qvw..., maybe you can use this to show me how your suggestion works (ignore the radio buttons).
Check now.
I added a OnOpen Trigger to select =Max(DataAsOf)
Nice! Thank you!