Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
'
I am using below calculated dimension.
=
if(cYear='$(=max(cYear))' ,if(cYear='$(=max(cYear))' and cQuarter='$(=maxstring({<cYear={$(=max(cYear))}>}cQuarter))',cYear&'-'&cQuarter),cYear)
But i am not able to get data as per ascending order of year.
Can you please suggest how shall i go ahead.
Thanks