Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select multiple values when select one in another list

I have a list of quarters and a list of the months of the year, when I select any quarter in the first list, which would automatically selects the corresponding three months of the quarter on another list, it's possible in QlikView?

3 Replies
MayilVahanan

hi

  Qlikview automatcially select the field which is mapping to that..did quarter n month field is map to each other..if not ..try like this...

load * inline

[

quarter,month,monthkey

Q1,Jan,1

Q1,Feb,2

Q1,Mar,3

....

];

load month(DATEFIELD)*1 as monthkey,* from tablename;

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

The structure is already that way, I would like to stay with the 3 months with green color (selected) when I choose any quarter.

Anonymous
Not applicable
Author

add trigger for quarter ->selct in field (month)> select all possible values