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: 
Not applicable

Ignoring a filter used in an AGGR statement.

Hello,

I am using the expression below to aggregate an expression on the level of team and product category and then sum those values. Is it possible to use set analysis within the expression to ignore a Product Category selection? I have been inserting {$<Product Category=>}  into the expression with no luck.

Any help would be appreciated.

Thanks!!

=sum(aggr( MYEXPRESSIONS, Team, [Product Category] ))


1 Reply
danielrozental
Master II
Master II

Sure, you need to do something like this

=sum({$<Product Category=>} aggr( sum({$<Product Category=>} Expression), Team, [Product Category] ))