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

sum of total

Hi there,

How can i do a sum of total X / sum of total Y

example show in excel pivot table

18 Replies
vipin_mishra479
Creator II
Creator II

Please try this

sum( TOTAL PM_WAIT_TIME_Q) /Count(TOTAL CNTR_N)

may be this will help you out

sunny_talwar

Looking to get this?

Capture.PNG

Expression:

Sum(PM_WAIT_TIME_Q)/Count (CNTR_N)

Chanty4u
MVP
MVP

did u chkd my attached qvw?

Not applicable
Author

Hi Sunny,

Yes.

Not applicable
Author

Hi

Yes, sunny got the solution too.

HirisH_V7
Master
Master

Hi ,

Whats Your Required Output!

Three expressions possibility,

Sum(PM_WAIT_TIME_Q) /Count( CNTR_N)

Exp(Sum(PM_WAIT_TIME_Q) /Count(Subfield(CNTR_N,' ',2)))

Exp(Sum(PM_WAIT_TIME_Q) /Sum(Subfield(CNTR_N,' ',2)))

PFA,

Hirish

HirisH
sunny_talwar

So did you get what you were looking for?

Not applicable
Author

Yes:)

sunny_talwar

In that case, I would request you to close the thread down by selecting correct and helpful answers.