Date Sorting isn't working properly

I think the dates field is fine. If you have an issue, could you explain more?

The issue seems to be that the date is sorting as a text, not as a date. This will be fixed in the next version.

1 Like

What you illustrated in your last screenshot is not date sorting. You have sorted by Code, which is an alphanumeric field. Why are you showing it in this topic?

[Code] is an alpha-numeric value and is thus ordered alphabetically.
For example, if you have a maximum of 100 codes, use the format VIP-00.
The order then becomes VIP-00, VIP-01 etc.
For a maximum of 1000 codes then use the format VIP-000.
The order then becomes VIP-000, VIP-001 etc.
So change the format as required.

2 Likes

Thank you so much for your prompt and effective help in resolving my issue! Your assistance was invaluable, and I truly appreciate your support. Thanks again!