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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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.