Hyperlink to Perspective tab?

We’re using tab containers as a handy way of organising our Perspective views. Does anyone if it’s possible to create a hyperlink to a particular tab?

For example how could I send a direct link to the total cycles tab? (It might require the addition of a share link button to each embedded view.)

you can put a view param in a page url using “:”
https://docs.inductiveautomation.com/display/DOC81/Pages+in+Perspective#PagesinPerspective-PassingParameters(URLParameters)

you could use the viewparam to set the currentTabIndex prop of the tab container

1 Like

Thanks, @victordcq, that would work but selecting a tab doesn't change the URL displayed in the browser so the user has no way to email a link or add a browser bookmark for a particular tab as far as I can see.