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: 
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!