Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

QlikView Count Function

hello there,

i am new to the community so please be patient.

my problem is as follows i have certain Serverlists in Qlikview which have mostly two kinds of Status 'OK'  and 'not OK'.

I want to Count for example in the Field Status the occurence of the Status 'not Ok'

i tried already with several functions like

=Match(Status,'OLD','FAIL','OK')

=sum (TOTAL<AppServer>'not OK')

=substringcount(AppServer,'not OK')

especially the for example substringcount method does not return a value or null which is not correct as the underlying Excellists have in this field a status not OK

i am searching for a working function to really count all of the occurences of a certain string in a certain field.

Thanks in advance

3 Replies
MarcoWedel

please post some sample data and your expected result.

vishsaggi
Champion III
Champion III

‌ddid you try actual count function? Like

count({< Status = {‘not OK’} >} Status)

shiveshsingh
Master
Master

try Count function