Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
I have a pivot table contains of two demintions dates and departments and the expression is Sum() sales for everyday.
I am trying to get the average for sales per day in a text box and it is not giving me the correct data.
everyone of the above is giving me different resaults but none of them is correct!!
Thank you guys for your help!
Hi,
I suggest try this
Avg( Aggr ( Avg ( num(Sales,'#,##0.##') ),Dimension X ) )
Rgds
Anand
Thank you guys! fixed
you rock!
Hi,
Thanks I am glad to help you.
Rgds
Anand