Hey Everyone, below is the code i m using to embed...
# gooddata-cloud
a
Hey Everyone, below is the code i m using to embed dashboards
const { baseURL, workspaceId, type, typeId, height = 700 } = args
if (type === 'dashboard') {
if (typeId === 'dashboard') {
`return `${baseURL}/dashboards/embedded/#/workspace/${workspaceId}/dashboard/*organization_finances*?hidefilters=programname&hidefilters=programid&setHeight=${height}&showNavigation=true&apiTokenAuthentication=true``
} else if (typeId === 'analyze') {
`return `${baseURL}/analyze/embedded/#/${workspaceId}/reportId/edit?hidefilters=programname&hidefilters=programid&setHeight=${height}&apiTokenAuthentication=true``
}
}
return ''
Here organization_finances is the dashboard where pointer will be (or it will be displayed) , all other dashbaord apart from it ( up & bottom) will be displayed. So, is there way to show only few specific dashboard in the iframe?
j
Hi Anjali, Could you please describe your full use case here? You are trying to display multiple dashboards in a single frame? I'm not familiar with this setup, and generally speaking the dashboard is embedded singularly in the app: https://www.gooddata.com/docs/cloud/embed-visualizations/iframes/embed-dashboard-via-iframe/?search=embed%20dashboard