Hi,
I am using concatenation function in expression to obtain a metric.The problem is metric value is not sync with Y axis
My expression is =NUM(Div((SUM(DCP)/SUM([ANSWD]))/60,1),'00')&':'&Num(Round(((SUM(DCP)/SUM([ANSWD])/60)-Div((SUM(DCP)/SUM([ANSWD]))/60,1))*60,1), '00')
And in the axes tab in the scale portion I did not set any value for static min,max,step.
