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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Aggr and selections

Hi eveyrone,

Is it possible to by pass the selection for the aggr function ?

My example is simple :

My first table ignores the selection with a set analysis

In my second table, I do the same, but with the aggr function, the selections is active

I want to use the aggr function because i have another calcul with the rank function in my application.

Someone can help me to by pass this problem ?

Thanks

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hi,

Try with this expression in table 2 instead

Only({1} Aggr(Sum({1} SALES.SALES), TYPE.PRODUCT_NAME))

Hope that helps.

Miguel

View solution in original post

3 Replies
Not applicable
Author

(To be precise, I want that my table 2 ignores the selections)

Miguel_Angel_Baeyens

Hi,

Try with this expression in table 2 instead

Only({1} Aggr(Sum({1} SALES.SALES), TYPE.PRODUCT_NAME))

Hope that helps.

Miguel

Not applicable
Author

thanks ! it works!