Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
please help me with this case:
I have a Pivot Table that has the Sala field which is an aggregation with count. It is an aggregation with a field out of the table: sum(aggr(distinct count (distinct IdSala),%ID_CL))
I need the table show the same value count in each one of the Cost Center fields, for example:
Hosp2_Ceco should show 4 in each field Hosp2_Ceco.
Hosp1_Ceco should show 3 in each field Hosp1_Ceco.
I think this is easy but i haven't been able to make it.
Thanks
maybe try this expression:
sum(aggr(count (distinct IdSala),ClaseActivo, CentroCosto))
Thanks Zhadrakas, but i need the aggregation with the %ID_CL
@zhadrakas We have been having some notification issues, so I suspect you did not see the update to the thread on this post, so I just wanted to let you know.
I am guessing you may need Set Analysis in the end on this one, not sure though, but here are a couple of links that may be helpful along those lines:
https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344
https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822
Apologies I do not have something better.
Regards,
Brett