Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Counting the occurrences of a string in a column

I am not able to retrieve the number of occurrences of a particular string from a column in qlikview.

can anyone suggest a solution?

1 Reply
PradeepReddy
Specialist II
Specialist II

use substringcount() function...

syntax: substringcount(Field_Name,'string')

ex: SubStringCount('abcdefabcghi','abc') will return 2, because 'abc' presents  times in the given string