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...
almost 8 years ago
in Spotfire / API
1
Implemented
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.
allow to search any type of library items in LibraryManager class
Currently LibraryManager.Search() and LibraryManager.TryGetItem() can only search or get items with type defined in Spotfire.Dxp.Framework.Library.LibraryItemType, items with type other than these can not be returned by these 2 methods. Customer w...
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...
almost 9 years ago
in Spotfire / API
0
Implemented
When creating a non-string document property, a default value must be entered. This can be a nuissance when one only needs to instantiate doc props (such as for API scripts) and when one has to enter long DateTime entries. It would be useful if so...
almost 6 years ago
in Spotfire / API
0
Implemented
Update the Java User Directory API to include same options as the web service
The server Java API (com.spotfire.server.userdir) has methods for creating users etc., but the API is missing aome options that are available in the web service API, specifically the ability to set email adress and name when creating a user accoun...