Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a chart where i want the y axis to appear in minutes not as hh:mm:ss.
The expression appears as mm:
Interval(Avg({<[WTBS_ARRIVAL_DATE]= {'$(vCurrentDay)'}>} WTBS_TREAT_DATE - WTBS_ARRIVAL_DATETIME), 'mm')
and i have changed the Number format of the chart to Time mm:ss, however that hasnt worked either.
Thanks.
Try using expression default formatting. For the sample it seems to be working:
Can you share a sample?
Hi,
Try something:
Interval(Time#(FinalTime,'hh:mm:ss') -Time#(StartTime,'hh:mm:ss'),'mm')
Thanks,
AS
Try using expression default formatting. For the sample it seems to be working: