Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have the following in my script to generate OneMinuteBuckets from a StartTime
TIME(FLOOR(TIME#(StartTime,'hh:mm:ss'),1/24/60),'hh:mm')AS OneMinBucket,
The problem I have is, I always show the data in the chart for 1 day, but I want to see all minutes from 6am to 11pm.
But if there were no transactions in a particular minute (which can happen regularly), I still want to generate a dimension for that minute
So if a worker does the first transaction at 09:01 and the second at 09:05
I still want to display 09:01,09:02,09:03,09:04,09:05
So I want my chart would look similar to below
instead of this
Hello,
I am also facing the same issue. Please let me know if you are able to solve that problem.
Thank you