Alexandre Hausmann - Wex - Hey guysI need as...

Hey guys I need assistance on how to get the tab ID from the liveboard visualization or how to redirect the embedded application using the Liveboard Viz ID. I'm using custom links and we only have the "sub-object-id" that is the Viz ID. Example: I'm on the election detailed tab, and the path ID for that tab is : "/insights/pinboard/67812682-f893-48bd-81bd-da278b333219/tab/bbd42a5a-9944-40c7-8e51-fe4ca3538dfd" When I'm using that custom link with the sub-object, that's what I'm getting: https://custom-report.dv.mybenefitexpress.com/?pinboard=67812682-f893-48bd-81bd-da278b333219&viz=a906ba9b-a4c7-4e0d-ab06-c1797c2e42e0 I can't redirect to the right tab only with the vizId (At least I didn't find a way) If I log in directly to the dev cluster, and try to copy the link for the visualization, I'm getting the tab and the vizId, how can I do the same using a custom URL? https://wex-dev.thoughtspot.cloud?/#/pinboard/67812682-f893-48bd-81bd-da278b333219/tab/bbd42a5a-9944-40c7-8e51-fe4ca3538dfd/a906ba9b-a4c7-4e0d-ab06-c1797c2e42e0
No description
6 Replies
pallav
pallav4w ago
we don't currently support tab ID in custom links. however, the liveboard and viz ID should be sufficient to navigate to the appropriate tab automatically. How are you utilizing the liveboard and viz ID from your custom link?
shikharTS
shikharTS4w ago
I think it should redirect to the correct tab given the vizId and the liveboardId. Did you face any issues with the custom link in that case?
shikharTS
shikharTS4w ago
this looks correct assuming e854be21-03d2-4ad9-9822-ac7497d762b2 is the vizId, does it not redirect correctly to the viz? cc @Aditya
Alexandre Hausmann - Wex
I'm redirecting the user using the "AppEmbeded" component, using the "Path" as a parameter, but I'm not sure how to use the VizId in the path to achieve it. I'm using that path for example: "/insights/pinboard/67812682-f893-48bd-81bd-da278b333219"
Aditya
Aditya4w ago
Hi @Alexandre Hausmann - Wex If I understood your requirement correctly, you want to pass a path in AppEmbed and wanted to go to a liveboard with a specific tab using vizId. In that case you can pass your path like this - path: '/insights/pinboard/03c55690-352d-4a25-b6d0-7b6fcce70daa/4ff627a4-3ff1-44db-b4a6-cee4cf214aa9' and it will redirect you to the liveboard tab in which this vizId exists.

Did you find this page helpful?