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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Nedd Help in Chart

i have chart where i am showing the total call duration of user id

my total is coming as 258(total duration) and 15(no of call)

so i want that the first row of straight table that shoew the sum of below rows as 17.2 instead of 258 without changing the the below row

I am also attching the application file where i have mentioned my requirement

4 Replies
kumarnatarajan
Partner - Specialist
Partner - Specialist

Hi,

Find the attched file

Not applicable
Author

The solution that u have provided is hardcode, suppose tomarrow one new column is added then i have to change it again.

kumarnatarajan
Partner - Specialist
Partner - Specialist

Hi,

Please explain me in detail, How you are calculating that value

Not applicable
Author

Hi,

You can create an expression as

 

Sum

([no of call])*Sum ([call Duration])  then you will get the total as 258