Jump to content

Need Python script for copying a visualization


Ankita Bhattacharjee

Recommended Posts

Hello All, I am working on creating a personalized page where the user will be able to see selected visuals from the other pages of the dashboard. For this I need python script for copying visualization from any of the pages and pasting it to the personalized page. Can anyone help me on that

Thanking you in advance.

Link to comment
Share on other sites

Hi - this is pseudocode - but this is the method:

destinationPage.Visuals.AddDuplicate(visualToCopy)

That should do it! You need a reference to the destination page and the visual to copy. Both could be supplied as parameters to the script or got by iterating over the respective page and visual collections.

Post again if you need further info.

Andrew (TIBCO Data Science)

Link to comment
Share on other sites

  • 1 month later...
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...