Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to sort either period or period startdate in the correct flow
for example -- if i had jun14, jul15,apr12, jan11 -- i need to sort and show in my dashboard like jan11,apr12,jun14,jul12
can u suggest any idea to resolve this
Don't load them as strings else as numeric values, maybe like:
date(date#(FinPeriod, 'MMMYY'), 'MMMYY')
- Marcus