A Question on Combining Views

So this is all new to me, but I am trying to combine views without using the dashboard view. Specifically, my app starts on a Column view. This view lists several options. When a user clicks on one of the options, I do not want them to see the detail view as it is, I want it to display a chart view of the data that I have created. Currently that view is under the menu, but I would like to remove it, and just have it display whenever someone clicks that option from the default starting column view list.

Thanks in advance.

Solved Solved
0 19 1,035
  • UX
1 ACCEPTED SOLUTION

@Robert_S
Assuming that you have a [Sport] column in this table and your chart views are named as [Sport]_Chart i.e. NFL_Chart

Create a LINKTOVIEW() action for this table with below expression and assign this action to the Row Selected property of this table under UX pane.

LINKTOVIEW([Sport]&"_Chart")

View solution in original post

19 REPLIES 19
Top Labels in this Space