Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sum of Average

Hi All,

I need a solution for my scenerio given below:

I have a Dimension of Contact and it has 14 contacts, When I get Avg for the Dimension Contacts it gives me individual Avg for the Contacts and in last it gives % Avg.

Dimension Contact Avg

1 10%

2 2%

3 0

to

14 0

______

1%

The Avg gives me 1% in the total of Avg and is absolutely right. (Expression is sum(Ans) / sum(Tans) But I want sum of Average means 12 inplace of 1%. Secondly I want to divide Sum of Average which is 12 / 14 which are contacts.

How is this possible.

Urgent reply shall be highly appreciated.

Regards,

Khalid

1 Solution

Accepted Solutions
Not applicable
Author

Many thanks,

Regards,

Khalid

View solution in original post

4 Replies
sparur
Specialist II
Specialist II

Hello Khalid.

try use such expression:

sum(AGGR(sum(Ans) / sum(Tans), Contact))

Not applicable
Author

Many thanks,

Regards,

Khalid

Not applicable
Author

Hi,

Do you have any PDF or document regarding functions used in Qlikview.

Regards,

Khalid

Not applicable
Author

Dimension Contact Avg

Hi, I want to get 12% in the last of Avg but its giving 1%, is there any possibility to get 12% Avg in last.

Contacts Average

1 10%

2 2%

3 0

to

14 0

______

1%

Regards,

Khalid