Select Row by user

Hello, I have an app in which there are 10 columns and 5 rows.
A1 users, B2,B3,B4…date
I can make the user who is in A2 can only see B2,C2,D2…
And the user of A3 can only see B3,C3,D3…
Is a simple plannig for 4 workers.
Thx.

Solved Solved
0 7 76
1 ACCEPTED SOLUTION

You don’t need to use IN or the { curly brackets }, try this:

[email] = USEREMAIL()

View solution in original post

7 REPLIES 7

This sounds like a perfect example of when to use security filters

As long as you have some user identifier like email address in the rows, you can filter the data automatically so they can only see their own record.

Steve
Platinum 4
Platinum 4

With this filter, all users still see all rows.

You don’t need to use IN or the { curly brackets }, try this:

[email] = USEREMAIL()

O, thx, it works, changed the UX table to now slice, but… now the option to edit automatically is not available. I need that when accessing the edition is already activated.

Thx, solved, UX-> Behavior, Event Actions, Row Selected—>EDIT.

Top Labels in this Space