Forum Discussion

mkane12's avatar
mkane12
Helper I
1 year ago
Solved

sorting months in order

how can I sort my months in order?   
  • v-tejrama's avatar
    v-tejrama
    1 year ago

    Hi mkane12 ,

     

    Thank you for your follow-up, and you’re correct to highlight that. If you’re already using a date table, such as a Calendar table with all dates included, there’s no need to create a separate Month table just for sorting. You can sort the month names directly in your existing date table.

    Make sure your table has a column for the month name (like "January", "February") and another for the month number (1 to 12).

     

    Thank you.