I ‘d like to make axils horizontal format as
Jan Feb etc
06 06
I used formaula
MonthName(Month({@DateFilter}), True)
& " - "
& Right(ToText(DatePart("yyyy",{@DateFilter}),"####"),2)
But columns come not in chronological order. The order is alphabetical.
How to work with that problem
Jan Feb etc
06 06
I used formaula
MonthName(Month({@DateFilter}), True)
& " - "
& Right(ToText(DatePart("yyyy",{@DateFilter}),"####"),2)
But columns come not in chronological order. The order is alphabetical.
How to work with that problem