Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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.