Hello, Community!
I have a table and a table-type view called “People” with ten records, each having a unique IdPeople assigned.
Additionally, I have a gallery view called “Menu” with three items: “Personal”, “Family”, and “Friends”, each of which has an associated IdMenu.
I’m currently linking the “People” view with the “Menu” view through a LINKTOFILTEREDVIEW action. I would like to link the “Personal” item directly to the detail view of a selected record from the “People” table, but I can’t seem to figure out how to do this.
Thanks in advance for your help!