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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
jasonseril
Creator
Creator

sum set analysis for certain field value

Hello all,

I have a question on set analysis for finding the sum of "actual" value of all "H/Q" branch. Attached is the excel file of the data. Thanks in advance and have a good day.

error loading image

regards,

Jason

1 Solution

Accepted Solutions
jasonseril
Creator
Creator
Author

sorry guys, i got the answer already...

=Sum(IF(branch = 'H/Q',actual))

Thanks.

Jason





View solution in original post

3 Replies
jasonseril
Creator
Creator
Author

sorry guys, i got the answer already...

=Sum(IF(branch = 'H/Q',actual))

Thanks.

Jason





Not applicable


jasonseril wrote:
sorry guys, i got the answer already...
=Sum(IF(branch = 'H/Q',actual))
Thanks.
Jason






<div></div>


as per your request to use set analysis then use:


sum({<branch={'H/Q'}>} actual)


jasonseril
Creator
Creator
Author

Thank you very much, dragonauta.