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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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?

Labels (1)
3 Replies
MayilVahanan
MVP
MVP

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