Hiding display name for certain users

Options
fredrickstraube
fredrickstraube Member, ALL USERS, Partner, Certified Model Builder Posts: 5 Frequent Contributor

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!

Tagged:

Comments

  • fredrickstraube
    fredrickstraube Member, ALL USERS, Partner, Certified Model Builder Posts: 5 Frequent Contributor

    Hi Ryan,

    My solution was to simply remove the display name and then for all UX views where certain users need to see then name, I added a column containing the information, then using DCA to filter who can see the data.

    Makes it a bit messy, especially when the input-module have time as dimension (as columns). For those cases, a separate module is required, but with the new sync scrolling functionality, it makes it good enough for now.

    Thanks for your input though!