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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

function that select the possible values of a dimension after making a selection of values in another dimension

Good Morning

I am trying to retrieve in a text object the possible values of a dimension after making a selection of values in another dimension.

Example


Ejemplo.JPG

If the possible values were only one with the function ONLY I have it solved, but if they are more than one it does not return anything to me.

Greetings,

Thank you very much.

1 Solution

Accepted Solutions
sergio0592
Specialist III
Specialist III

Try with

concat(distinct COMPONENTE,'/')

View solution in original post

2 Replies
sergio0592
Specialist III
Specialist III

Try with

concat(distinct COMPONENTE,'/')

Not applicable
Author

thank you very much, it works perfect