I have a model with sensitive HR data, and I need people which should not have access to identifiers of individuals to be able to enter data.
I have a list of employees, and I need, somehow, to build a dashboard which I can give other business areas access to, so they can enter forecast data.
The problem is that they should not be allowed to see who the individuals are, meaning I need to mask the display name of the list somehow.
Having multiple dimensions in the module containing the display name didn't work.
Any ideas of how this could be done?
Thanks!