Forum Discussion

kingy614's avatar
kingy614
Regular Visitor
1 year ago
Solved

Count values with delimiter

I have a data set like below:

Column 1Column 2
PLF

ARM

PLFLEG
PLFARM, LEG
STATICARM

 

I created a heirarchy with both columns in which Column 1 is first. I want to have Column 2 be split by the comma delimiter so when you drill down in the chart for PLF is shows the count of each value accurately. I can get Colunm 2 to display ARM, LEG, and ARM, LEG with each being a count of 1. I want to show ARM and LEG seperatly with the count of ARM being 2 and LEG being 2 for PLF.

5 Replies