Navigating to a different view for each row of a displayed view

I have a table with columns that include a date, an ID, and other data. I have a view that displays data from all rows with dates up to today.

I would like to give the user the ability to somehow select a row in this view (perhaps by clicking on that row) and navigate to another view, which displays data from all rows that have the same ID as the selected row. 

Is such a thing possible in AppSheet? In particular, it would seem that I have to somehow communicate the ID of the selected row in the first view to the filter of the second view.

Solved Solved
0 3 2,102
1 ACCEPTED SOLUTION

LINKTOFILTEREDVIEW("Desired View",[_thisrow].[CaseNumber]=[CaseNumber])

This expression should work in an action of "App: go to another view within this app" action. If you want it to filter from main view after clicking on the row you can change the behavior for "On Click" 

View solution in original post

3 REPLIES 3
Top Labels in this Space