It would be extremely helpful if users can be granted significantly greater control over the formatting and placement of labels placed on plots. It is very common that labels are either cut off, in the wrong location (sometimes directly swapped wi...
Allow more complex link renderer generation (include additional columns, custom calculations)
What I want to do is create URLs in a table that display an alias but launch an extended URL. The instructions in the user guide show how to add common prefix/suffix to the URL using the string http://{$}/ however this won’t work as I want to dire...
Could we please get dropdown as an option for filter types? This would prevent us having to use trickery with dropdown lists bound to a doc prop. We use dropdowns on nearly every portal, because they use less screen estate.
Could we also have th...
Please add an option to disable the "Delete Page" icon in the page. This is because when performing operations such as moving pages, it is possible to delete pages by mistake.
When creating a column add (aka join) between tables, it would be amazing to be able to more specifically define the join type rather than only having an '='. If for example you could select the type from =, >, <, >=, <=, etc. then you...
This message shows up after some upgrade is performed on the server such as a hotfix, new package or something within the same version: "You are running version 14.4 of the Spotfire client, but a newer version of 14.4 is also available. If you do ...
Spotfire Server Routing Rules for Spotfire Library Folders
In addition to the ability to create Routing Rules at the File, User and Group Level as one can do now, customers would like the ability to create Routing Rules at the Folder level. This would allow admins to have a folder in which more general re...
Improve metadata loading performance in the Google BigQuery connector
When a user has access to many projects with many tables in Google BigQuery it may take a long time to list all the tables when configuring a connection in Spotfire. This is somewhat mitigated by turning of the setting Connectors > Google BigQu...
Option to route Data Connector traffic from Analyst over Spotfire Server to work with secure data stores
Problem The Data Connector creates a direct connection from the Analyst or the Webplayer node to the data store, in contrast to information links as all is routed over the Spotfire Server. The Webplayer is in most cases located within an IT domain...
SQL has a Between option. Spotfire could also benefit from a Between. We would use Between in case statements, if statements, or as standalone logic. Today we write: If([Data] >=1 and [Data] <= 2,true,false) This could be updated to be:If(Be...