Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

API

Showing 322

Request new API for Coloring

Hi team, At the moment, the API that's behind the Coloring.Apply method, always applies the coloring as name value pairs. I would like to request a new API, which would give users the possibility to apply coloring with the option Colors only (as y...
about 1 month ago in Spotfire / API 0 Future Consideration

Allow triggering a customTool with prompt from IronPython on the web player

Currently a custom tool can be called from an IP script on the web player. However, prompting is simply ignored. Please implement an API that enables this scenario.
about 1 month ago in Spotfire / API 0 Future Consideration

notify when mod is synchronized from library to dxp file

Please notify when mod is synchronized from library to dxp file (which refers to a mod saved in library), when the mod in library is updated. Currently there is no notification when synchronization occurred, and dxp won't change to dirty state eit...
about 2 months ago in Spotfire / Mods 0 Future Consideration

Expose Lists to the Spotfire API

Currently, Spotfire lists (as seen in the Lists panel) are not accessible via the IronPython API. This limits our ability to automate workflows that rely on lists, such as creating lists from specific column values and using list comparison tools....
about 2 months ago in Spotfire / API 0 Future Consideration

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

please expose API to export visualization to excel file

please expose API to export visualization to excel file, aka utilize below functionality in IronPython script or Action Mods https://ideas.spotfire.com/ideas/SPF-I-42 SPOT-2150 14.0.0 Export tabular visualizations to Microsoft Excel with preserved...
4 months ago in Spotfire / API 0 Future Consideration

Add Default Axis Expression to Mod Manifest

Would be great to be able to set default expressions for mods - will work well for creating internal mods that always have the same columns present and make adding a functional mod a 1 click process for users. Example a wafer map that always has a...
4 months ago in Spotfire / Mods 0 Future Consideration

allow to add any certificate to be "pinned certificate"

Since 14.5, we can see some visualization mods are signed by "Verified with root certificate from: N/A - Verified by pinned certificate", these kinds of certificates are not verified in the normal way, aka require root certificate and intermediate...
4 months ago in Spotfire / Mods 0 Future Consideration

Event publish to Mod render after dataView.clearMarking()

Currently (I am using 1.3) it seems clearMarking() function only affects to the source table but the renewed DataView class is not published to the mod. So that the mod user has to do a small hack like this way.allRows?.forEach((row)=>{ row.mar...
5 months ago in Spotfire / Mods 0 Planning to implement

Spotfire Developer SDK method for returning Data Table Source Information as string

Have built a DXP documentation tool for audit and documentation purposes but it has proved difficult to build an equivalent of the Data Table Source Information tab as most of the related objects/methods are not available in the SDK
6 months ago in Spotfire / API 0 Future Consideration