Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to create an expression in a pivot table that calculates the Fabs Sum where the exchange_cd = 'ICE'. The below expression has returned an error and I would appreciate some help.
Sum(aggr(fabs(sum({<exchange_cd={'ICE'}>}pos_vol))
Thanks
Daniel
Sum(aggr(fabs(sum({<exchange_cd={'ICE'}>}pos_vol)), <dimension for aggr>))
Thank you for the quick reply.
Please can you explain what is meant by dimension for aggr?
Regards,
Daniel
Have a look at the following Design Blog post, I think that should help you with things:
https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822
Regards,
Brett