Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

=SubStringCount('|' & Concat(distinct Dimension, '|') & '|', '|Company|')

=SubStringCount('|' & Concat(distinct Dimension, '|') & '|', '|Company|')

how it works can anybody explain me

1 Reply
MayilVahanan

HI

Concat(distinct dimension, '|') - gives the unique dimensions concatenate by pipe symbol.

SubstringCount() - gives the number of occurrance of substring matches in the string.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.