Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Ideas

Let us reference variables with proper names, not variable numbers

One of the first things on my wish list is to allow us to use variable names to reference variables. Using variable numbers (v1, v2 ...) for reference is a very poor design to be honest, and you won't find this design in comparable products like S...
about 9 years ago in Spotfire Statistica 3 Already exists

Need API to execute Data function when we have no open document

We started looking into converting our custom data sources to custom data functions based on a recommendation from TIBCO development team ... but we found out that custom data functions are created at Document level (AnalysisApplication.Document.D...
over 4 years ago in Spotfire / API 0 Future Consideration

Allow the selection/identification of individual bars/pie pieces etc. when writing automation code against web mashup visualizations

When developing a web app that uses web mashup to display visualizations, it would be very useful to be able to identify individual sections of a visualization for automation purposes. Example: To be able to identify each individual bar or pie pie...
about 9 years ago in Spotfire / API 0 Future Consideration

API to change DataFunction's UpdateBehavior from manual to automatic without trigger function execution

I am using API to add data function and execute then do some other stuff(create graph,etc), func.Execute((bool done) => { if (done) { applicationThread.InvokeAsynchronously(applicationInvocationSuccess); } else { applicationThread.InvokeAsynch...
about 9 years ago in Spotfire / API 0 Future Consideration

API to allow business author user to browse local data file and replace data table

Currently business user can use data canvas to browse local data file and replace data for selected data table. It is appreciated similar API is also provided to allow template designer to use IronPython script to develop below template. Template ...
over 4 years ago in Spotfire / API 0 Future Consideration

API/Protocol for launching Spotfire web client with analysis file from an external source

When Spotfire analysis files (DXP) are stored in external libraries (not in the Spotfire Library) it would be useful to being able use an API or protocol to launch the Spotfire web client with an externally stored analysis file. The user should al...
over 4 years ago in Spotfire / API 0 Future Consideration

Customize the BusyIndicator object's animation

We would like to define our own animation when using a BusyIndicator type object. An instance of this class that can be used when implementing new extensions, for example a new visualization, in order to notify the user that something is loading, ...
over 9 years ago in Spotfire / API 0 Future Consideration

Dark mode for Statistica

Add a option two switch to are dark theme for Statistica client display
over 4 years ago in Spotfire Statistica 3 Unlikely to implement

open APIs that remove upper bound of 256 categories which Spotfire automatically generates and stores a value for.

open APIs that remove upper bound of 256 categories which Spotfire automatically generates and stores a value for.
over 9 years ago in Spotfire / API 1 Future Consideration

Export API to hide Progress Bar during custom export

We use Spotfire.Dxp.Application.Document.Export(PdfExportSettings, “PDFFile.pdf") to export the visualization to PDF Files in our custom Export. We need an option in API to hide the Progress Bar or run the Progress Bar (Exporting Page {x} out of {...
over 9 years ago in Spotfire / API / Export 0 Future Consideration