
Tips and Tricks for Working with Python in Spotfire
Oct 9, 2024 · This means you can run your Python code using the same objects that Spotfire passes to Python, making it easy to develop and debug your script. Once your script is ready, …
Setup to Use Python Data Functions in Spotfire
Aug 19, 2019 · When TIBCO released version 7.13, they added the ability to run Python data functions in Spotfire. This means users can write Python scripts as data functions and take …
How to get the most out of Python in Spotfire
Jan 16, 2020 · The Spotfire® Analyst client now comes with a bundled Python engine for adding or importing Python packages for use with Spotfire data functions. Writing Python functions …
How to invoke Data Functions in Spotfire® using IronPython …
Apr 3, 2025 · Introduction This example shows how to invoke pre-defined data functions in Spotfire using IronPython scripting. Before we invoke the data function it must already be …
How to execute an IronPython script on initial load of an analysis ...
Normally, IronPython scripts cannot be set to automatically execute when a report is opened, but instead must be manually triggered with an action control button/link or on a property change. …
IronPython scripting in Spotfire®
Apr 15, 2025 · With IronPython scripts it is possible to configure and automate a lot of different aspects of a Spotfire® analysis and add behaviors to it without creating and deploying …
How to execute an IronPython script on initial load of an
May 21, 2015 · Normally, IronPython scripts cannot be set to automatically execute when a report is opened, but instead must be manually triggered with an action control button/link or on a …
How to Fetch API Data into Spotfire Using Python: Sample DXP, Code…
Feb 5, 2025 · This article provides a step-by-step guide to load data from a public or private API into Spotfire using a Python data function. It includes: A sample DXP dashboard (attached). …
Beginner to Spotfire, How to utilise the Python Data Function?
May 15, 2021 · For your example above, you may actually just be able use a CASE statement in Spotfire without needing to call Python. If you add a calculated column to your data table, via …
Embedding Interactive Custom Graphs in Spotfire Using HTML …
Embedding an interactive Plotly graph within a Spotfire dashboard can be done using an HTML Text Area and Python. This allows users to generate and display interactive graphs that are …
- Some results have been removed