Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

A single action that links to a specific view based on the row you clicked?

Maybe this is a stupid question, but I haven't figured out. I made a separate view for each "player" in the app:

Player 1 View

Player 2 View

Player 3 View

etc. Is there a way to only create one action that goes to the correct player's view, if you click on a row belonging to that player? So like, you click on a row belonging to Player 1, and it takes you to Player 1 View?

The way I've been doing this is create a different action for each player and affixing a button to each player's row. But I was wondering if there is a way to do this by using the Table behavior section at the bottom, when a row is selected. Perhaps with a LINKTOVIEW expression. But I'm not sure how to make this LINKTOVIEW expression choose the right view to go to.

Solved Solved
0 4 242
  • UX
1 ACCEPTED SOLUTION

Perhaps what you are looking for is the LINKTOFILTEREDVIEW() function?

View solution in original post

4 REPLIES 4
Top Labels in this Space