Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Calculate number of hits

Hi

I have a table that shows each employee and average pick rate pr 10 min.

i.e:

Employee09:0009:1009:2009:3009:4009:5010:0010:1010:20
Emp1-23272233-2332-
Emp2-343019---3421
Emp322292033-3023--

I need to create a second table that gives me the number of slots when empXX actually picked

EmployeePicks
Emp16
Emp25
Emp36

Any easy way to solve this?

BR

Dan

3 Replies
Anonymous
Not applicable
Author

Tried that but not the result I needed.

field notation:

usr = userid

slot date= dategroup

nnumber: qty

I then tried:

Count(If(not isnull(userid),userid)) but the result is 49.

Should be 10

numpick.jpg

Not applicable
Author

try it with isnull(userid) = 1 that means not null and usually works i always have problems with the not hope this helps

regards,

MT

Not applicable
Author

sorry isnull(...) = 0  my mistake