Hi Team, I am currently encountering an issue whe...
# gooddata-cloud
v
Hi Team, I am currently encountering an issue where the visualization breaks when I attempt to include multiple labels in the columns section. Specifically, when I add both “Applicant Name” and “Select your Graduation year” as column fields, the output does not render as expected. Could you please assist in resolving this issue or advise on any potential workaround?
m
Hi Vivek, can you please provide more details on the error you’re seeing and provide us with the related TraceID?
v
Hi Michael, Here is the screen recording
m
Hi Vivek, it seems like an embedded environment. Can you please let us know how you are embedding your dashboard? In case of SDK, can you share with us which version you are using? And finally, is this happening in the GoodData UI?
v
m
Hi Vivek, can you please send me via DM the code snippet you’re using to embed GoodData into your application? Also, could you please replicate the issue again and generate a .HAR file and send this over? Lastly, can you please tell me if this issue occurs only for some specific attribute/facts - Or you’re seeing this in all the Table reports you’re creating? Thank you in advance for the above info 🙂
v
Hi Micheal, It is occuring for all attribute/facts. The code - <iframe ref={IFrameRef} title="Embed Dashboard" src={reportBuilderURL({ baseURL, workspaceId: organizationId, type: 'dashboard', typeId: dashboard.id })} height="700px" width="100%" frameBorder="0" /> const reportBuilderURL = (args: { baseURL: string workspaceId: string type: string typeId: string height?: number }) => { const { baseURL, workspaceId, type, typeId, height = 700 } = args if (type === 'dashboard') { if (typeId === 'dashboard') { return
Copy code
${baseURL}/dashboards/embedded/#/workspace/${workspaceId}/dashboard/organization_review?setHeight=${height}
      &showNavigation=true&apiTokenAuthentication=true
} else if (typeId === 'analyze') { return
${baseURL}/analyze/embedded/#/${workspaceId}/reportId/edit?setHeight=${height}&apiTokenAuthentication=true
} } return '' } I don't have permission to share the .HAR file.
m
Hi Vivek, thanks for getting back to us here - You mentioned previously that you confirmed that this issue and this behavior is happening directly in the GoodData UI, and not only in your embedded in environment. So in this case, can you please send us a direct link to the dashboard so we can replicate the issue on our side and investigate further? Thank you!