Select a View Name using an entry in a column

Hi all,
I am trying to use a behaviour action to view a different view in the app. For this, I want to use the LINKTOFILTEREDVIEW expression. In it, as the “Some Table Name”, I want to use a value which can be changed by the user. Is this possible? Like as in LINKTOFILTEREDVIEW(“Kidney - Age Distribution”, [Station] = [_THISROW].[Station]), I want to change this “Kidney - Age Distribution” in to some other view when the user selects that view name as a value from a list in an Enum type column. Is this doable?
The [Station] = [_THISROW].[Station] part does something similar, because for the [Station] column in the relevant table, user selects a value using a pull down Enum type menu. I was wondering whether that kind of a selection can be done for the View name as well.
Thanks.

0 5 442
5 REPLIES 5
Top Labels in this Space