-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Milestone
Description
When reports are queried on the same day, no data is found. This issue is happening because the start date and end date selected are using the same time when the request is sent to the back-end.
We need to set the start date with a time equal to 00:00:01 and the end date with a time equal to 23:59:59. In this way, if you query the data of one day, you will receive all the entries in this range of time.