View not sorting dates at all

View not sorting dates at all, on a table view

0 6 325
6 REPLIES 6

Think We tried that, cheers Lynn

@Greener_Power1
You might have tried what @Lynn had offered but Iโ€™m afraid you may not have read it carefully. Would you mind giving some major details or should we bring out our palantir to the table and ask from it? Thank you.

For example;

  • What have you tried?
  • Are you using a VC with expression to sort the table data or just sorting around a column?
  • By what means do you think that the table data is not sorted?
  • Any screenshots showing the issue?

Tried sorting dates from three date fields
just using table sort
Dates all over the place!!!
Capture27|281x500

Can you give us a screenshot from this table viewโ€™s details?

Are you trying to be difficult? Youโ€™re definitely achieving it.

The column youโ€™re grouping on is not a Date value, itโ€™s a Text value:

3X_e_9_e9a1b01d26c811df45764daa5b7c95e356859611.png

In fact, they are sorted correctly, as Text values in ascending alphabetical order.

To get a listing grouped by month in ascending date order, youโ€™ll have to group by a column of type Date, but you wonโ€™t be able to display only the month and yearโ€“youโ€™ll have to display the entire date. Consider adding a column with an App formula of (EOMONTH([Paid Date], -1) + 1) to contain the date of the first day of the month, then grouping by that.

See also:

Top Labels in this Space