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

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