Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. 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