Is it possible to restrict specific user to only see their relevant data, for example:
If we have three users EuropeManager, AsiaManager, and GlobalManager
and the data model below and we want to restrict what each user can see across the whole dashboard as follow:
EuropeManager to see only Europe and other respective information to Europe
AsiaManager to see only Asia and other respective information to Asia
GlobalManager to see all the data without resctriction
REGION Sales
Europe 2,000
Asia 3,000
America 4,000
Kind Regards,
Alejandro
If we have three users EuropeManager, AsiaManager, and GlobalManager
and the data model below and we want to restrict what each user can see across the whole dashboard as follow:
EuropeManager to see only Europe and other respective information to Europe
AsiaManager to see only Asia and other respective information to Asia
GlobalManager to see all the data without resctriction
REGION Sales
Europe 2,000
Asia 3,000
America 4,000
Kind Regards,
Alejandro