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

How to link two list boxes?

I have two list boxes one for case creation date and one for install base date. I want to link these two list boxes so that when I select a date in case creation list box all the values in install base date list box must be selected till that date.

For example, if I select a month Jan 2015 than all the months till Jan 2015 should get selected in the other list box.

I am new to Qlikview and tried searching for this type of post but couldn't find it. If some one can help me with this or point me to the appropriate post, I'd greatly appreciate it.

Thanks,

Parth

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Sorry...

See Document properties - Triggers.  There is an action there for field A on select, it selects in field B, and the search string is

='<=' & A


View solution in original post

4 Replies
Anonymous
Not applicable
Author

See a simple example attached.  Make selections in field A and see the result in B.  Is it what you need?

Not applicable
Author

Yes, how did you do it? I checked properties of both list boxes and checked the script, but didn't find the logic which does this.

Anonymous
Not applicable
Author

Sorry...

See Document properties - Triggers.  There is an action there for field A on select, it selects in field B, and the search string is

='<=' & A


Not applicable
Author

Thanks Michael. It worked

Have a good one!!