Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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] ))