Jump to content

identify table in visualization using python


Nikita Belooussov

Recommended Posts

I currently have a code that cycles through the pages and visuals in that are avialable. I want to also be able to know which table the visual is refering to if it is a data table, in case the name is changed from the auto generated one. Is there a way to do thisHere is a quick snippet of the code used to cycle through:

for d in Document.Pages:

Document.ActivePageReference=d

for visual in Document.ActivePageReference.Visuals:

Link to comment
Share on other sites

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...