Hi team, We currently have a workspace hierarchy ...
# gooddata-cloud
e
Hi team, We currently have a workspace hierarchy such that there are X child workspaces under a parent workspace, each with a filter to show data for a particular client. The only difference between those X workspaces is the workspace filter to filter data to be displayed. We also have a web app written in React where we embed dashboards/visualizations. The question is, is it possible to have a single child workspace and assign its workspace filter dynamically in the React app to filter data for the currently authenticated user?
m
Hi Emir, just for clarification.. You want to 'code' only one dynamic X-child workspace rather than all the X-n child workspaces in the Application. And like, depending on the authenticated user you will see the corresponding X-child workspace. Let me check and I will come back to you.
e
Thanks! and yes, that's right - it should automatically assign the workspace filter on the fly so that the dashboards and visualizations show the filtered data of the authenticated user.