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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
warfollowmy_ver
Creator III
Creator III

Sum total from sum if

Hello!

Guys how to get sum as in Excel sumif ? =)))  The attachment.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Maybe like

=sum(TOTAL Aggr( if(sum(Sales)>=20,sum(Sales)),Shop,Catalog,Product))

View solution in original post

3 Replies
swuehl
MVP
MVP

Maybe like

=sum(TOTAL Aggr( if(sum(Sales)>=20,sum(Sales)),Shop,Catalog,Product))

Anonymous
Not applicable

Hi,

Please, try this expression :

=Sum(TOTAL Aggr(if(sum(Sales)>=20,sum(Sales)),Product))

Hope it helps.

Regards,

Filip Duchateau

warfollowmy_ver
Creator III
Creator III
Author

Thank you!