Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

API

Showing 300

API provide a way to match columns when replacing data using DataTable.ReplaceData

When I use DataTable.AddRows() to add rows to a data table, I can specify an AddRowsSettings to specify which columns to match even if they have different names. I want to do the same thing when calling DataTable.ReplaceData().
over 6 years ago in Spotfire / API 0 Future Consideration

API/Event when Spotfire crashes ...

Sometimes Spotfire crashes and we need to track these crashes ... today it seems there is no event fired when such crash happens. It would be very useful to have an event fired when UnhandledException is thrown (thus crashing Spotifre). We can reg...
over 6 years ago in Spotfire / API 6 Future Consideration

allow SBDF read/write API to append new data to an existing SBDF file via

Please allow SBDF read/write API to append new data to an existing SBDF file. Currently if append new data to an existing SBDF file via SBDF read/write API, the appended data is not recgonized by Spotfire, due to there are 3 bytes(DF 5B 05) at the...
about 3 years ago in Spotfire / API 0 Future Consideration

API to get number of read rows in DataRowReader

DataRowReader allows us to know how many columns where loaded but does not have an API to know number of loaded rows. This is an important missing API that is critical to have. As a workaround, I had to wrap my DataRowReader with a custom DataRowR...
over 6 years ago in Spotfire / API 0 Future Consideration

Deploy co-branding package across several spotfire server installs in an automated manner

As an OEM partner, we are creating co-brading package using Spotfire package builder and then deploying it through Spotfire server or package builder. This is however a manual effort and requires an expert & documentation to perform this. As...
almost 7 years ago in Spotfire / API 0 Future Consideration

Provide API to execute custom code when an unhandled Exception happens leading to a crash

Hi, We are looking for ways to handle Spotfire crashs ... I know that in 'Diagnostics & logging' we can turn on 'Display detailed error message' option so that any un-handled exception is caught and exception window shows up (and possibly a d...
almost 7 years ago in Spotfire / API 0 Future Consideration

package builder to save setting in local file rather than registry

Please make package builder to save setting in local file rather than registry, so can create multiple settings and starter configurations.
over 3 years ago in Spotfire / API 0 Future Consideration

Package Builder to sign mod with timestamp embedded

Currently, Package Builder seems can not sign mod with timestamp information, hence if the certificate used to sign the mod expires, the mod is shown as "Invalid signature" hence can not be trusted. Please let Package Builder sign the mod with tim...
over 3 years ago in Spotfire / Mods 0 Already exists

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 pi...
almost 7 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.InvokeAsync...
almost 7 years ago in Spotfire / API 0 Future Consideration