Discussion Board for collaboration related to QlikView App Development.
Hi Experts,
I have an internal table with records. For reasons I should keep duplicated records with different IDs. But I'm NOT able to get expected average LT. How to get average for a shared dimension (plnt) using Pivot Chart and Avg()?
qvw file is attached for your kind help.
Try as expression:
=Avg( Aggr( LT, plnt, mat))
Hi
Please check attached QVW ... I hope issue is resolved in it.
--
Regards,
Prashant P Baste
Thanks swuehl, it works.
The solution can also be Avg(aggr(LT,mat))