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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Newbie_To_Qlik
Contributor II
Contributor II

How to sum up in KPI

I need to create a KPI to sum up the first visit fix. Anyone can help

 

Asset IDFirst Visit Fix
CL10013No
CL10013No
CL10013Yes
CL10013No
CL10013Yes
1 Solution

Accepted Solutions
rubenmarin
MVP
MVP

Hi, I'm not sure of what you want, you give almost no info. You can try with:

Sum({<[First Visit Fix]={'Yes'}>} [FieldToSum]) 

or: Count({<[First Visit Fix]={'Yes'}>} [First Visit Fix]) 

View solution in original post

1 Reply
rubenmarin
MVP
MVP

Hi, I'm not sure of what you want, you give almost no info. You can try with:

Sum({<[First Visit Fix]={'Yes'}>} [FieldToSum]) 

or: Count({<[First Visit Fix]={'Yes'}>} [First Visit Fix])