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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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)) 

Labels (1)
2 Replies
robert_mika


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.