Action to navigate to latest row

Theres a table with one of the column as date.

Only one record is entered for each month.

I want to have an action to navigate to the detail view of a row from the above table whose date is latest, and be able to navigate to detail views of previous dates.

The default linktoview action with target as the detail view name takes to the view of the first date, but allowing me to swipe and go to the next dates.

When used as linktofilteredview with condition that the date is latest, it takes to the latest dateโ€™s view, but there is no option to swipe and go to the previous dates.

I want to be able to go to the latest view and be able to swipe to the previous date rows. Whats the way?

Solved Solved
0 2 175
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Guessing hereโ€ฆ

Set your detail view to sort by the date column in descending order.

Use LINKTOVIEW() to navigate to that view.

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

Guessing hereโ€ฆ

Set your detail view to sort by the date column in descending order.

Use LINKTOVIEW() to navigate to that view.

Apart from the fact that this allows me to go to the previous date by swiping right (rather than an intuitive left), it does the trick.

Top Labels in this Space