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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
WillemRR
Contributor
Contributor

Grouping within dimension

Hi,

I have a dimension called 'Chains'. I am trying to group 'Be', 'Nl' and 'Lu' as Beneluxe. Does anyone know how this works?

 

Labels (3)
1 Reply
mjht
Creator
Creator

You could use a Match function  in your load script

if (match(chains, 'Be', 'Nl' , 'Lu') > 0 , 'Beneluxe', chains) as chains