Imagine you have a lot of fields and you want to customize the end-user experience for each team at your company.
Let’s say you have identified which dimensions and measures are important for each of these teams and only want each of the teams to see exclusively the fields identified as important for them.
Anyone had to deal with a similar scenario or has an idea of a good way to deal with this use case?
So far my solution has been :
- Create Sets for each team in key views.
- Create 1 Access Grant specific for each team based on their user attribute
- Create base explore like
Orderswhich we added ahidden : yesparameter - Create 1 extended explore per team which extends the base explore,
- Overwriting the
hiddenparameter tono - Adding a
required_access_grantsparameter with the specific team’s access grant - Adding a
fieldsparameter which uses the Sets created in step #1 for that specific team
- Overwriting the
The thing is that this solution has 1 important downside. Looks created by a team cannot be shared to another team…
Thank you in advance for sharing your ideas & inputs!