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! Go to 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"
User | Count |
---|---|
15 | |
9 | |
9 | |
7 | |
3 |