I have 3 managers, each manager has 100 emplo...

I have 3 managers, each manager has 100 employees, how do managers see their own employees’ records?

0 3 331
3 REPLIES 3

@wanderson_guilherme

You can create a user table and for each manager you can create a slice. You can use an expression in Show_if property of UX views to show/hide.

Another approach - and yet a better onr - is using the Security Filters

Add a manager column to your table with the initial value where you read the employee’s manager (email). Then you can easily use the security filter that @Levent_KULACOGLU proposed with a simple condition [Manager]=USEREMAIL()

Okay, I’ll implement here, thank you.

Top Labels in this Space