Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Y Axis to appear in Mins

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.

1 Solution

Accepted Solutions
sunny_talwar

Try using expression default formatting. For the sample it seems to be working:

View solution in original post

3 Replies
sunny_talwar

Can you share a sample?

amit_saini
Master III
Master III

Hi,

Try something:

Interval(Time#(FinalTime,'hh:mm:ss') -Time#(StartTime,'hh:mm:ss'),'mm')

Thanks,

AS

sunny_talwar

Try using expression default formatting. For the sample it seems to be working: