Collection Sort operation for date is not working. see below example.
Input : DD/MM/YYYY
27/09/2017
5/3/2017
15/6/2017
After selecting Ascending false flag Out put is as below which is wrong.
27/09/2017
5/3/2017
15/6/2017
I want result /Out Put as below :
Ascending : | Descending :
27/9/2017 | 5/3/2017
15/6/2017 | 15/6/2017
5/3/2017 | 27/9/2017
Please provide suggestions.
Hi Amit,
Could you please check and confirm, if the field is of type ""Date"" or ""Text"".
If it is type ""Date"" it should sort it as per the operation
Regards
Sneha S Ananda