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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
gopikrishnach
Creator
Creator

How to display the Different Field if i select Different Field from list Box

I want 2009 is the result from List box 2, if I pick 2006 from List Box 1. How?

List Box 1List Box 2
YearYear
20052009
20062010
20072011
20082012

1 Solution

Accepted Solutions
gopikrishnach
Creator
Creator
Author

First need to create one state from alternate state. Assign the created state to List Box 1.

Go to field event triggers=>Add Action=>Select in Filed=>Filed as 'Year=>Search String as '=Max(Year)+3=>OK.

Then if you select 2006 from List box 1, automatically the result will be 2009 in List Box 2.

View solution in original post

1 Reply
gopikrishnach
Creator
Creator
Author

First need to create one state from alternate state. Assign the created state to List Box 1.

Go to field event triggers=>Add Action=>Select in Filed=>Filed as 'Year=>Search String as '=Max(Year)+3=>OK.

Then if you select 2006 from List box 1, automatically the result will be 2009 in List Box 2.