Forum Discussion
Stacked Bar Chart with Duration
- 3 years ago
Auski , Have time in second. Use new dynamic string format and give this format and use
""""& QUOTIENT([net],3600) &":" & QUOTIENT(Mod([net],3600),60) &":" & round(MOD(Mod([net],3600),60),0) &""""Here net is measure in second I converted for format time
Auski , Have time in second. Use new dynamic string format and give this format and use
""""& QUOTIENT([net],3600) &":" & QUOTIENT(Mod([net],3600),60) &":" & round(MOD(Mod([net],3600),60),0) &""""
Here net is measure in second I converted for format time
- Auski3 years ago
Advocate I
amitchandak You my friend are a genius. Thank you very much for that. I doubt I would have even considered dynamic string format as a solution as it wasn't even activated in the settings.
So, this is undoubtably the solution as per screenshot below, however the x-axis doesn't like the format. Do you know if there is a work around here.... or do you think I might have done something wrong down the line?Of course I can simply turn off the axis and get a satisfactory result, but might be helpful for anyone in future.
Thank you again!!