Allow excluding a column from the resulting view for Information Links
When loading data from SQL or other external sources, the right hand panel labeled "Columns in Selected View" allows users to unselect fields that are not needed in the analysis. When loading data from an information link, the user is required to ...
capability to search columns in "Line from Data Table" dialog
Customer is asking for the capability to search columns in "Line from Data Table" dialog, in this use case there are lots of columns(1000~) and not sorted so it's very difficult to find the wanted column.
As a user, I would like the ability to add heat maps using the Spotfire web player. The behaviour of the heat map should be the same as the Spotfire Analyst client as well as the process to add it (i.e. using the "Visualization types" menu item in...
Categoric custom color scheme import needs improvement - I need to choose the colors. And More.
I have needed this feature for the last 10 years. When I import a set of colors that I have saved to library, there is no way to choose how the colors are mapped onto categoric values. Spotfire just takes them in order and it's always the same. Th...
Add match columns dialog when replacing a single datasource within a larger joined datatable
If you need to replace a single datasource that is joined to multiple other datasources in a data table there is no way to match your existing columns to the new datasource columns as the match column dialog is only available when there is a singl...
Option to automatically reference data sources in the same directory as .dxp
#### Scenario One single template .dxp file, with multiple .csv data sources. #### Goal Have the .dxp reference .csv files in the same directory, to allow copying of the same template .dxp to multiple directories, each containing the a set of .csv...
Enable ability to paste in SQL on an information link without needing to add data columns
In extending Spotfire to replace legacy reporting, or in cases where SQL queries were developed and known to be good, the manual creation of column attributes, filters andjoins is tedious and pasting in a SQL on an information link can speed devel...
Spotfire App for IOS or Andriod Devices should support Authoring of DXPs
It will be useful if we have a version of Spotfire Client app for IOS or Android Devices as well which can help to create reports on the fly directly in the devices.
over 7 years ago
in Spotfire / Mobile
2
Future Consideration
please add logical function any() / all() to calculate any(true,false,false) => true any(fale,false,false) => false all(true,true,true) => true all(true,true,false) => false Currently we can sum them and compare to the count to do the ...