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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with counting by date

Hi all,

I have an application in which I would like to count IDs for every day in the data. When I try to do this it doesn't group correctly as the dates are duplicated. So you see the count like this:

1/8/2010 11
1/8/2010 2
1/8/2010 16

While I would expect

1/8/2010 29

Any ideas on how to do this?


Regards,

Rishi

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi

your problem is that the filed

Resource Start Date is a time stamp not a date , you see the same date repeating for every hour it have a record

attach is a solution in the chart, but you beter do this in the load script

you can use the same formula or just the simple one date(Resource Start Date)

hope it helps



View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hi

your problem is that the filed

Resource Start Date is a time stamp not a date , you see the same date repeating for every hour it have a record

attach is a solution in the chart, but you beter do this in the load script

you can use the same formula or just the simple one date(Resource Start Date)

hope it helps



Not applicable
Author

Hi RoiUser,


Thank a lot for the solution. You saved me a lot of time figuring out why it didn't group!

Keep up the good work!

Regards,


Rishi