Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I´ve got salens for 1 year in a chart viewed by months.
The dimension month i sorted ascending by month number 1,2,3,4,.............
I would like to sort different ex. 8,9,10,11,12,1,2,3,4,5,6,7
Is that possible and how?
Hi,
Check the attached file for solution. Check the Script and Sort sections.
Hope it helps you.
Regards,
Jagan.
thanx a lot jagan
thats a way to do it - i found another way by sorting by expression with this
=wildmatch(dimension, '09','10','11',...............) of course yo0u need to fill aou the whole year - but it works