Hi,
Quick question about the GoodData embedded dashboards we’re working with.
Right now, we’re using this embed URL:
${baseURL}/dashboards/embedded/#/workspace/${workspaceId}/dashboard/organization_finances?hidefilters=programname&hidefilters=programid&setHeight=${height}&showNavigation=true&apiTokenAuthentication=true
In the sidebar, it’s showing four dashboards:
• Organization Finances
• Organization Summary
• Program Activity
• Program Awards
We only want to display Program Activity and Program Awards, and hide the other two (Organization Finances and Organization Summary).
Is there a way to do this? Either through embed options, user permissions, or some config I’m missing?