Page 1 of 1
Time field on chart
Posted: Wed Sep 13, 2006 11:52 am
by Mpanal
Hello,
Is possible use a time field type in the format HH:mm:ss on a column chart as field value?
The chart I need create is for represent the time spent on a task. The name of the task on the X and the time on Y.
Thanks
Time field on chart
Posted: Wed Sep 13, 2006 12:39 pm
by Mpanal
Solved.
My database can return a number with the format HHmmss. With this number I can do the chart.
Formatting the label with 00h:00m:00s, I have an easily readable label with the correct value on the chart.
Thanks