A frequent task is dynamically updating the title of a visualization based on certain conditions or user inputs. Here's a basic script to change the title of the first visualization in your analysis:
from Spotfire.Dxp.Application.Visuals import * visual.Title = Document.Properties["dp"]
No comments:
Post a Comment