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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
danm84306
Contributor III
Contributor III

Sum If Total

Hello,

    

     I am looking for the total of a sum if statement. I am doing this in order to set up a % of subtotal formula.

Sum If Example

Sum(if(Type='T',Quantity)) 

2 Replies
robert_mika
Master III
Master III


Like this:

Sum(if(Type='T',Quantity)) /Sum (Total(Quantity))

qlikviewwizard
Master II
Master II

Hi DanM84306

Your requirement is not clear. Can you attach a sample file with the data to demonstrate your issue.

So that it will help folks to understand the issue and provide efficient solution.

Thank you.