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: 
Anonymous
Not applicable

Group dimension by selection

Hello there!

I was wondering if there is a way to group dimensions in a chart by the selection of the user. I will put an example to make it easier:

Imagine that i have dimensions A,B,C. Imagine now the following table:

             expressions

A               values

B               values

C               values

Can i do something so when the user selects (for example) A and B the table appers like this:

             expressions

AB          avg(values)

C            values

If the user selects A-C, C-B or whichever possible combination expect the respective results.

Thanks fot the help!

Lluís

3 Replies
its_anandrjs
Champion III
Champion III

What is expected O/P.

its_anandrjs
Champion III
Champion III

Or you can use the Pick() , ValueList() function combination for this.

jpenuliar
Partner - Specialist III
Partner - Specialist III

you probably could use GetfieldSelections() to achieve this