Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
prees959
Creator II
Creator II

Average time chart - format of y axis correctly

Hi,

I am using the following formula to calculate an average time expression in my chart :

=interval(avg( time),'mm')

But, the y axis values don't reflect the expression correctly.  For example, if the chart value is 04:25 (mm:ss) the y - axis is showing :

04:00:00. 

is there any way to format the y-axis to show mm:ss?

Many thanks,

Phil

4 Replies
sunny_talwar

May be this

=Interval(Avg(time), 'mm:ss')

prees959
Creator II
Creator II
Author

Hi,

Thanks for your reply.

Where do I place this formula?

sunny_talwar

Where were you using this?

=interval(avg(time),'mm')

prees959
Creator II
Creator II
Author

Hi,  sorry there was a typo in my initial post - I already have

=interval(avg( time, 'mm:ss')

Just cant get the y -axis to show mm:ss.  Or even better would be great if I can just show minutes as an integer.