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
Result
Solved! Go to 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]))
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!
User | Count |
---|---|
17 | |
14 | |
10 | |
7 | |
4 |