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: 
delbooth
Contributor II
Contributor II

Conditional sum

Hi.

I have just started using Qlik sense desktop.  i am trying to sum a column called quantity collected when the material type in a second column is Lead.

Also does anybody know of a good set of expression examples for visualizations

Any help, greatly appreciated,

Del

2 Replies
jwjackso
Specialist III
Specialist III

=Sum({<material={'Lead'}>}Quantity)

https://www.youtube.com/watch?v=YMQJnKMkfxg

zebhashmi
Specialist
Specialist

in table

Sum(if(material='Lead',1)

or

Sum(if(material='Lead',Qty)