Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Biswa88
Contributor
Contributor

Row level % in Qliksense

Hi All,

I am new to Qlik sense and while working on Qlik I am stuck in one point where I want to calculate % of Downtime ?

NameTimeDowntime% of Downtime
AMorning225%
AAfternoon0.56%
AEvening1.519%
ANight450%
BAfternoon231%
BEvening1.523%
BNight346%
CMorning563%
CAfternoon225%
CEvening113%
Labels (2)
1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I assume % is the percent of the "Name" group. If so, then the expression to calculate ratio within the Name is:

Sum(Downtime) / sum(TOTAL<Name> Downtime)

-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com

View solution in original post

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I assume % is the percent of the "Name" group. If so, then the expression to calculate ratio within the Name is:

Sum(Downtime) / sum(TOTAL<Name> Downtime)

-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com

Biswa88
Contributor
Contributor
Author

Thanks Rob. It worked. 

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Great. Then please like the answer and mark it as solution. 

-Rob