Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview Pivot chart Avg() for distinct records

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.

testAvg1.png

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try as expression:

=Avg( Aggr( LT, plnt, mat))

View solution in original post

3 Replies
swuehl
MVP
MVP

Try as expression:

=Avg( Aggr( LT, plnt, mat))

prashantbaste
Partner - Creator II
Partner - Creator II

Hi

Please check attached QVW ...  I hope issue is resolved in it.

--

Regards,

Prashant P Baste

Not applicable
Author

Thanks swuehl, it works.

The solution can also be Avg(aggr(LT,mat))