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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
adogramaci
Contributor
Contributor

Grouping by on expression

Hi, I have a table similar to the below:

Id NumberUserTag DescriptionTag Value
1JackCountryUK
1JackHair ColourRed
1JackShoe Size41
1JackProfessionAuthor
2JohnCountryFrance
2JohnHair ColourBlue
2JohnShoe Size45
2JohnProfessionNurse
3MaryCountryUK
3MaryHair ColourGreen
3MaryShoe Size38
3MaryProfessionFinance

 

In my visualisations, I have built pie charts for "Tag Description" column so that each is displayed in a pie chart. However, when I select one of the variables such as "UK" for "Country", all the other pie charts stop displaying since the other rows are ignored. 

I currently use =If([Tag Description] like '*Country*', [Tag Value]). How can I use something like an index match to match values and sync across their shared Id Number column?

Labels (2)
0 Replies