Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
Try with this expression in table 2 instead
Only({1} Aggr(Sum({1} SALES.SALES), TYPE.PRODUCT_NAME))
Hope that helps.
Miguel
(To be precise, I want that my table 2 ignores the selections)
Hi,
Try with this expression in table 2 instead
Only({1} Aggr(Sum({1} SALES.SALES), TYPE.PRODUCT_NAME))
Hope that helps.
Miguel
thanks ! it works!