Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sum grouped and filtered

I have one table with this data:

QlikView.png

I want to add one column to have the number of Empoye in the pause "Journée" by ligne and Date prod.

QlikView2.png

I try

=count(total {$<DateProd,ligne,HoraireName={Journée}>} PersonneID)

can you help me?

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hi,

You are very close to the syntax!

Count({< HoraireName = {'Journée'} >} TOTAL <DateProd, ligne> PersonneID)

That reads: "return how many PersonneID for each DateProd and ligne values where their HoraireName equals to Journée".

Hope that helps.

Miguel

View solution in original post

1 Reply
Miguel_Angel_Baeyens

Hi,

You are very close to the syntax!

Count({< HoraireName = {'Journée'} >} TOTAL <DateProd, ligne> PersonneID)

That reads: "return how many PersonneID for each DateProd and ligne values where their HoraireName equals to Journée".

Hope that helps.

Miguel