Visualization according to the user

doubts
New Member

I have an exclusive table called Inspections. I put two deck views for that table. One should appear only for user X and the other for user Y. But I want each user to see only the inspections that they themselves performed, each in their own display. How can I do this or would it not be possible?

Solved Solved
0 11 264
  • UX
1 ACCEPTED SOLUTION

For inspection table, add [Useremail] field, and capture the useremail address down there. This should be captured when the user create new inspection, so initial value is set to USEREMAIL() expression.

Then create slice with expression - [Useremail]=useremail()

User this slice to generate new view, where only the inspection performed by the login user will be displayed.

View solution in original post

11 REPLIES 11
Top Labels in this Space