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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Nested Count If statement in expression help

Annual
Backup
Complete
Owner

I have a pivot table with columns similar to the above. I would like to do another chart that only counts cells that do not show as  "Complete". I tried the below formula but its not working, does anyone have any suggestions?

If(([Annual] <> 'Complete'),Count[Annual], Null())

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Perhaps this?

Count({<Annual -= {"Complete"}>} Annual)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

Perhaps this?

Count({<Annual -= {"Complete"}>} Annual)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

doesnt the field have to be in brackets "[]" it doesnt pick it up otherwise for me