How can I show entries by recent dates to oldest dates

Hi,
Please help here.
I have a Table called Invoices. It displays a list of daily entries with Date and Time. So I want to create a slice that will show the entries from recent date and time to the oldest date and time.

Solved Solved
0 2 160
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

If all you want to do is sort the table’s entries, you don’t need a slice, you can do it with a view.

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

If all you want to do is sort the table’s entries, you don’t need a slice, you can do it with a view.

Thank you, It works.

Top Labels in this Space