I am trying to create a series of screens that will enable a user to navigate to a filtered table. I tried building an interactive dashboard, but there are a few reasons the dashboard isn’t going to work. What I was hoping to accomplish was two screens that enable selection of a Group and then a Category; the Category is dependent on the Group, and the Table of Data is dependent on both Group and Category:
Group Selection → Filtered Category Selection → Table of Data
Because there is a good amount of table data, the interactive dashboard just wasn’t working - a lot of scrolling because of the two views included above the table.
I had started working on a solution similar to this example: https://www.appsheet.com/samples/Allow-the-user-to-filter-a-view-based-on-a-form?appGuidString=91266cff-e843-46b8-a42b-3d85afedb37f
But it would be ideal if I could create a series of views instead.
Thanks!