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: 
rassanbekov
Partner - Contributor
Partner - Contributor

Specific value sum in field

Hello! Please help resolve the issue

I need to sum up the specific value in field.

For example, I need to find amount of "empty boxes" (Header 3) by summing up Header 2.

Header 1Header 2Header 3
A10Apple
B10
C20Pine
D40

Kind regards,

Ruslan

1 Solution

Accepted Solutions
Anil_Babu_Samineni

You can do this number of ways. one way is simple

Sum({<[Header 3] = {''}>}[Header 2])

Capture.PNG

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
daveamz
Partner - Creator III
Partner - Creator III

Hi Ruslan,

Have a look at the attached file.

Regards,

David

Anil_Babu_Samineni

You can do this number of ways. one way is simple

Sum({<[Header 3] = {''}>}[Header 2])

Capture.PNG

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