Need to be able to fetch the DatabaseDataSourceSettings using API
We need an API to be able to read the DatabaseDataSourceSettings of a data table created using File-Open-DataBase (database DataSource oracle database). As per the documentation from STN at http://stn.spotfire.com/stn/API.aspx?API=dxp%2fhtml%2fP_S...
Uniquely identify spotfire visuals in integration tests
It would be great to have a unique, persistent way of identifying Spotfire visuals. This would help to have Selenium (or other testing frameworks) to run integration tests in a predictable fashion.
JavaScript API with OpenId authentication support.
Accessing JavaScript API with OpenId authentication on Spotfire Server is not currently supported in Spotfire. Can you provide when this is officially supported? This is affecting Enterprise Cloud adoption strategy.
We have several use cases where users want to add comments into a data table. (Example, give an SME the ability to mark a value in a chart and then modify a value (be it a comment or correct a value) and save that into the Analysis.
Filtering from Spotfire api should not fail in the case of invalid values
Let’s imagine that we have 2 data sources, they have info about some items with columns: id, type and etc.
Data source 1 contains next ids: 1,2,3,4,5,6 – my data source (3d party app)
Data source 2 contains next ids: 3, 4, 5, 7, 8, 9 – data sourc...
improve javascript api onMarkingChange event to handle json data in chunks to overcome the browser json max limit
when listening to onMarkingChange event and marking 20 columns with 20,000 rows of data you get an error that the max json length is exceeded, this is a big problem when displaying a lot of data, we need to work with chunks of data the limit is to...
Enhance the LibraryManager class to enable renaming and moving of library items / folders.
I'm using the LibraryManager class (C# API) to perform basic operations on the library, with this you can only create a folder or delete a folder, you cannot rename a folder or move a folder. These functions are vital if one want to perform any ba...
Currently spotfire does not really support export of images with Themes - neither API, nor standard export.
This is working fine with new pdf export, but we would need it for API image export as well.
API enhancement for LibraryService to support copying
Please add the Copy method to the LibraryService .NET API. We have the Web Service API for copying, but the .NET API doesn't expose the method so it's more complicated than necessary if you want to call from within Spotfire.
In the client UI you can insert several transformations. However when you need to apply transformations via the API you are much more limited. Only the pivot and unpivot transformations are well supported. For other transformations like add column...