Saturday, June 22, 2024

Most Common IronPython Scripts

1. How to Change the Title of a Visualization

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

❓ Why do we need to set up the Spotfire Database before installing the Spotfire Server?

Because the Spotfire Server depends on the database to store its core operational data. Without the DB, the server has nowhere to save: 🔹 U...