0
Formula to sort month
Hi Fred. Need to sort the graphic from Jan to Dec, the data is in the Gastos table (the gray data).
I try this but don't work
select Gastos order by month(this.Mes)
3 replies
-
"Mes" is the name of the month. So, they are sorted alphabetically. Try using Month# for sorting:
select Gastos order by month(this.Month#)
Content aside
- Status Answered
- 1 yr agoLast active
- 3Replies
- 56Views
-
2
Following