The data of below is the result that I sort date first and sort customer second.
Customer | Date |
oct | 2024-04-15 |
iji | 2024-04-15 |
zho | 2024-04-15 |
zho | 2024-04-26 |
oct | 2024-04-26 |
ang | 2024-04-26 |
iji | 2024-04-26 |
lly | 2024-04-30 |
But the same customer is separate and I want the date order to be descend and the same customer to be together. The same customer's date is also in descending order. The results are shown below.
Customer | Date |
oct | 2024-04-15 |
oct | 2024-04-26 |
iji | 2024-04-15 |
iji | 2024-04-26 |
zho | 2024-04-15 |
zho | 2024-04-26 |
ang | 2024-04-26 |
lly | 2024-04-30 |
Solved! Go to Solution.
@phoebe_90
find the workflow attached
Mark done if solved.