How to Create an Action Button that Opens another View with Filtered Data based on This Row Column Value

Hi, this my First App. I have Three Tables in my App. “Orders” table has all the Orders , “Supplier” table has all the suppliers. The third table “Matches” all Orders with all the Suppliers. A Filtered view is generated based on conditions . The Key in the Matches Table is Concatenate of Key of Order and Key of Supplier. This is working fine and shows ALL the Suppliers for ALL the Orders for any User.

What i want to do is : - Action Button to Show ALL the Suppliers for THIS Order of the User

I just can’t figure out how to do this. Any Help would be appreciated

Thanks

Solved Solved
0 2 651
1 ACCEPTED SOLUTION

Thanks @Aurelien . LINKTOFILTEREDVIEW() helped ! Its working. Thanks again

View solution in original post

2 REPLIES 2

Aurelien
Google Developer Expert
Google Developer Expert

Hi @flyboy_aby

You may want to have a look here:

Can you try with it, and if you don’t succeed, can you share:

  • what you tried so far
  • your tables structures

Thanks @Aurelien . LINKTOFILTEREDVIEW() helped ! Its working. Thanks again

Top Labels in this Space