Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Sahal
Creator
Creator

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