Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Average in text box

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.

13 Replies
Not applicable
Author

everyone of the above is giving me different resaults but none of them is correct!!

Thank you guys for your help!

its_anandrjs
Champion III
Champion III

Hi,

I suggest try this

Avg( Aggr ( Avg ( num(Sales,'#,##0.##') ),Dimension X ) )

Rgds

Anand

Not applicable
Author

Thank you guys! fixed

you rock!

its_anandrjs
Champion III
Champion III

Hi,

Thanks I am glad to help you.

Rgds

Anand