Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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.