Is it possible to display two Detail views with different rows in a Dashboard view?

I’m trying to build a tool to compare (side-by-side) the details of two rows. I’ve setup a dashboard view that has two different detail views and two corresponding gallery views. I have a Gallery view to select the row to open in each detail view, paired with a custom LINKTOROW() action for each of these Gallery views that targets their respective detail views. I have also enabled “Interactive mode” for the Dashboard.

Currently, when I click on a row in either Gallery view, it changes BOTH Detail views to the row I clicked. If I navigate (left or right) to another row inside a Detail view, it changes the other Detail view to the same row. Is it possible to show two rows on one Dashboard view?

Solved Solved
0 3 2,305
  • UX
1 ACCEPTED SOLUTION

As Marc says , indeed interesting feature. Sharing an approach.

The below implementation is slightly different than @thethunderbird has mentioned. Instead of gallery view , there is an enum selection for two detail views. The implementation requires a user’s table ( one row per user email) to hold user selections. The dashboard is not interactive.

The implementation is based on the principle of the below referenced sample app.

For user selections, the user table refers to the table who’s detail views need to be displayed. There are two reference columns in the user table to select row 1 and row 2 each from the parent table. The parent table’s label column is defined on image and product name so referenced rows in user table selection display both product name and image.

Finally ,the two detail views are based on two slices , having filter expressions based on Enum selection in user table form on the left in the dashboard.

https://www.appsheet.com/templates/Allow-the-user-to-filter-a-view-based-on-a-form?appGuidString=912...

View solution in original post

3 REPLIES 3
Top Labels in this Space