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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rahulsud007
Creator
Creator

Sum of all average

Dear All,

I need to find sum of all the average which I have calculated and Multiplied by previous coloumn

In the below application the 0-1 value field calculates the average amount and multiplied by Quantity and I would need sum as shown in the image.

Please Help ..:)

2 Replies
mohamed_ahid
Partner - Specialist
Partner - Specialist

hi ,

if i understood , you need to use the function Column (int ColumnNo) .

column(1)+column(2).... and so on .

is it that ?

let me know .

regards

rahulsud007
Creator
Creator
Author

NO dear,

Above sum the expression which I used is

(avg(VE.Cost per unit) * coloumn1) using pick Match and for sum I need total of all those items which is above sum.

tried using sum( avg (VE.cost per unit) * Coloumn1) but it didnt work properly. THis is for expression 0-1 value.