No items selected when using view ref

Hi,

I am working on an appsheet project which employee will request things in a google form and an approver will approve those via. appsheet. I would like the request page to have a profile ref action of the requester which if you click on it, it will take you to the profile of the requester and a table of his/her request history. I assigned a database as a parent table and a request history from a form response as a child table, but when I click on a profile ref button, it showed 'No items selected'. I actually made it happen before, but I delete that file. So, please acknowledge me.

Here are my project details

appsheet_newbie_0-1696491404400.png

appsheet_newbie_3-1696491554691.png

appsheet_newbie_8-1696491954828.png

appsheet_newbie_6-1696491686748.pngappsheet_newbie_7-1696491707740.png

Result

appsheet_newbie_4-1696491626215.pngappsheet_newbie_5-1696491639456.png

 

 

Solved Solved
0 2 595
1 ACCEPTED SOLUTION

Hi,

I suggest you create an action to link to a filtered view, and show it instead of the view ref.

LINKTOFILTEREDVIEW("nameofthefilteredview", ([Employee ID] = [_THISROW].[Employee ID]))

 

View solution in original post

2 REPLIES 2

Hi,

I suggest you create an action to link to a filtered view, and show it instead of the view ref.

LINKTOFILTEREDVIEW("nameofthefilteredview", ([Employee ID] = [_THISROW].[Employee ID]))

 

It does work. Thanks a lot!