Better solution for the decimal separator for Excel in sharepoint custom connector
When opening Excel files with the SharePoint custom connector, the decimal separator is misinterpreted depending on the locale configured in the client. Different users could get different results when opening and viewing an analysis where Excel a...
TSDK-591 - Package builder enhancement to create .sdn files
Distributing a number of spk's as a suite like the Spotfire deploy/patch distributions. would be very welcome.
it saves one to click repetitive actions for adding packages.
I always wondered how to create a .sdn file with the package builder or ...
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.
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...
about 10 years ago
in Spotfire / API
3
Implemented
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.
almost 8 years ago
in Spotfire / API
2
Implemented
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...
almost 7 years ago
in Spotfire / API
0
Implemented
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.