This content has been marked as final.
Show 3 replies
-
1. Re: how to create a continuous daily-hourly line graph?
Jeff StraussJun 15, 2016 7:05 AM (in response to Matan Bracha)
can you attach a packaged workbook?
-
2. Re: how to create a continuous daily-hourly line graph?
Joshua Cloud Jun 15, 2016 7:15 AM (in response to Matan Bracha)Matan,
I think the issue is that your hours column isn't stored as a time segment, just a number.
I believe that you can work around this with the following calculation to create a continuous date time stamp, and replace the columns of the graph with the continuous Hour() of the new calculation.
Below is mock data
Let me know if I am missing something.
Cheers!
-
Mock data.twbx 18.4 KB
-
-
3. Re: how to create a continuous daily-hourly line graph?
Matan Bracha Jun 15, 2016 7:24 AM (in response to Joshua Cloud)Thanks!
This is exactly what I needed