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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Sahal
Creator II
Creator II

Set Analysis showing total wrong

i have a chart that looks like this.

Capture.JPG

How do i sum() employment rate where time <> 0?

The user "Emelie Larsson" i don´t get in the chart below but her employment rate is still in the total.

Capture.JPG

here is my set analysis for employment rate.

Capture.JPG

  even if the time field shows 0,00 and not 0 i have tried the same but that did not work


1 Solution

Accepted Solutions
maxgro
MVP
MVP

try


sum({$ <Name={"=sum(Time)>0"}>} [Employment Rate])

View solution in original post

2 Replies
maxgro
MVP
MVP

try


sum({$ <Name={"=sum(Time)>0"}>} [Employment Rate])

perumal_41
Partner - Specialist II
Partner - Specialist II

Hi

try


sum({$ <Name={"=sum({<WorkedFlag=[1]>}Time)>0"},[Employment Rate] -= ['10000']>} [Employment Rate])/100