Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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.