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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Can any one explan substing count,concatinate functions

Hi,

Can any one help me SubStringCount(Concat(Dimension_List_Ord,'|'),'a')   how it works.

Thanks,

1 Solution

Accepted Solutions
sagarkharpude
Creator III
Creator III

Hi,

In this expression, the Concat() function will concatenate all the selected or possible Dimension_List_Ord values separating them with a Pipe (for example, Dimension_List_Ord | Dimension_List_Ord | Dimension_List_Ord ).  The Substringcount() function will then check that string and will return the number of times that "a" is in that string. 

Please refer the attached file.

View solution in original post

1 Reply
sagarkharpude
Creator III
Creator III

Hi,

In this expression, the Concat() function will concatenate all the selected or possible Dimension_List_Ord values separating them with a Pipe (for example, Dimension_List_Ord | Dimension_List_Ord | Dimension_List_Ord ).  The Substringcount() function will then check that string and will return the number of times that "a" is in that string. 

Please refer the attached file.