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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! 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