Deep Link ( App: go to anther view within this app )

I want To target filter column [ NAME] in table “CABINETS” to open it from anther view from same App

By Behavior>Actions>Do This App: go to anther view within this app

I need help writing the correct expression in the target box

 

 

Tables used :-

 

First Table name " MENU CAB GALLERY" I want to use my action in this table.

KEY NAME
1 UP CABINET
2 DOWN CABINET

 

Second Table name " CABINETS"

KEY NAME SIZE
1 UP CABINET 15 CM GLASS
2 DOWN CABINET 25 CM
3 UP CABINET 20 CM
4 UP CABINET 30 CM GLASS
5 UP CABINET 40 CM
6 UP CABINET 50 CM OPEN
7 DOWN CABINET 35 CM
8 DOWN CABINET 55 CM

 

 

Solved Solved
0 2 278
1 ACCEPTED SOLUTION

Hi,

LINKTOFILTEREDVIEW() | AppSheet Help Center , Refer this URL for more information

  • LINKTOFILTEREDVIEW(“Targeted view”, [NAME] = [_THISROW].[NAME])
    Give this expression in the Target box.

Targeted view is the view which you want to open.

View solution in original post

2 REPLIES 2

Hi,

LINKTOFILTEREDVIEW() | AppSheet Help Center , Refer this URL for more information

  • LINKTOFILTEREDVIEW(“Targeted view”, [NAME] = [_THISROW].[NAME])
    Give this expression in the Target box.

Targeted view is the view which you want to open.

Thank you for your help

Top Labels in this Space