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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

by default list box

when i am open qlikview and not choosing anything in the list box i want that it will show something by default, and if i am choosing something from list box i want that it will show me the items that are chosen.

does anyone have an idea how i can do it?

thank you

eran

2 Replies
Anonymous
Not applicable
Author

try inline statement

Miguel_Angel_Baeyens

Hi Eran,

Go to the Settings menu, Document Properties, Triggers, OnOpen, Add a new action, Type Selection, Action Select in Field, and specify the field and the string you want to select in that field. For example, for Field Date, search in string

=Today()

Although this is the default selection, you can clear it, lock it or do any new selections. Whenever you open the document again, this will be selected if the document was not saved in a different state (i.e.: selecting values that explicitly exclude the selection in that Date).

Hope that helps.

Miguel