Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

API

Showing 299

make script.WithParameters(params) work on WP@Linux

Below IronPython script doesn't work on WP@Linux, res, script= Document.ScriptManager.TryGetScript('myScript') newScript = script.WithParameters(params) It fails with error "Operation is not supported on this platform." We use above API to enable ...
3 months ago in Spotfire / API 0 Future Consideration

There should be a way to programmatically determine the load status of a Spotfire dashboard. For example, all tables have loaded, scripts executed, etc.

It is currently only possible to do so using the Javascript API; however, you will not be able to do so using this property within the Spotfire dashboard via IronPython. This report can be done using the Document.onDocumentReady method in Web Play...
over 3 years ago in Spotfire / API 0 Future Consideration

Access column values in visualization mods

Add API to retrieve values for specified column: unique values for category columns min / max and perhaps other measures for continuous columns (compare to Data Panel Overview).
about 5 years ago in Spotfire / Mods 1 Future Consideration

Please add APis to retrieve metadata like connection string of data source and other information of data source

CUrrently, we have usecase for data catalog to retrieve information of a dashboard like the data tables used, data sources relevant and the connect info. But we do not see the DXP having this info and there are no underlying APIs to extract such m...
over 1 year ago in Spotfire / API 0 Future Consideration

Mods API to read/write column sort order

Add API methods to read and write the sort order for specific colums- to discover its current sort order settings, and to alter it as required - either a default for the data type, or to specify a custom sort order.
about 3 years ago in Spotfire / API / Mods 0 Future Consideration

Access the underlying data table from the Mods API

Add the ability to read the whole data table from the Mods API as unaggregated data, not only the values of the specified axes. As an example this could be used to create a "table plot" mod.
almost 5 years ago in Spotfire / Mods 0 Future Consideration

Ability to access binary columns

Ability to pass through binary columns like images through to mods for rendering
over 1 year ago in Spotfire / Mods 0 Future Consideration

calling an custom Export Tool from Iron Python

te Excecute methot within the CustomTool API is not valid for an customExportTool (even if this inherits it). therefore there is no public method to be called from IronPython in order to trigger a custom export from a button for example. Furthermo...
almost 2 years ago in Spotfire / API 0 Future Consideration

Spotfire CheckBoxHierarchyFilter Get/Set element by API

It is not possible to get/set the selection done on hierarchy filter from Python. We often use to have two cluster on the same dataset. My aim is to copy the selection done on a Filter (with hierarchy type) from a DataTable to the same filter on o...
almost 9 years ago in Spotfire / API 0 Future Consideration

Data function does not have option to enable/disable prompting

Unlike tables from data sources, the data tables from data functions have their 'Prompt for new settings before loading' check box disabled. This means that we have no real control on when a data function prompts users for new settigns! It would b...
over 3 years ago in Spotfire / API / Data Functions 0 Future Consideration