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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Gael31
Contributor
Contributor

how to get a list from a selection

I have a table of type
col1 col2 col3
name1 note1 age2
name2 note2 age1
name1 note3 age3

I would like to select in the choices of col1 the value name1 to bring out in a table all the values corresponding to this thread of col2 namely note1 and note3.

Can you help me?

2 Solutions

Accepted Solutions
jwjackso
Specialist III
Specialist III

The default behavior when you select 'name1' is to only display 'note1' and 'note3'.  If you want to create a list of the available values for col2, use the Concat() function.

Capture3.PNG

View solution in original post

Gael31
Contributor
Contributor
Author

Thank you very much !

View solution in original post

2 Replies
jwjackso
Specialist III
Specialist III

The default behavior when you select 'name1' is to only display 'note1' and 'note3'.  If you want to create a list of the available values for col2, use the Concat() function.

Capture3.PNG

Gael31
Contributor
Contributor
Author

Thank you very much !