Create a box plot with two items on the y-axis, and then set Trellis By to 'Column Names'. The scaling in both panels is the same so you cannot get reasonable looking box plots. Expected: You should be able to to into the y-axis Property and selec...
In scatter plot line connections it's sometimes very hard to identify where the line connection starts and ends. Start and end caps or markers would be a great enhancement for the line connection. Options should be size, shape and color.
When you need to make a change in a dxp/analysis file - e.g. change a connection string to point to a new location, or fix a bug in a script - that's usually easy, but often, you want to make the same change in any affected dxp file (there might b...
should be telling us invalid part of the custom expression visually, not in writting
When an expression written in the custom expression is incorrect or when a function is invalid, an error is displayed with a red exclamation mark which telling us wrong part in writting, not visually. However it is not clear which part of the expr...
Allow a chain of IronPython scripts to be executed on a Document Property
Currently, only one script can be linked/executed via a Document Property. There are cases where a chain of (modular) scripts need to be run based on a change in Document Property value. The present workaround is to pack all relevant codes into a ...
in-visualization drill down on chart axes hierarchies and cross-table axes levels
Currently when you have a hierarchy on either a cross-table OR a visualisation axes ie. Year->Month->Day or Country->State->town... you cannot drill through the Hierachy - only expand it to show EVERY single value across every level of...
Calculated Columns are powerful but often not useful if they don't recalculated based on filtered data. We've developed scrips to flag filtered records and calculate over that flag but this requires the user to click a button every time they filte...
When you need to consume data from a web service in Spotfire there are different options like implementing a custom data source, develop an Iron Python script, use an R script on your Stats server or use something like Composite or Jboss Teiid tha...
When filtering with != or <>, do not remove null/empty values unless it was specified.
When the condition for != or <> is filtered on, it should not filter out null/empty values unless it was specified in the condition. For example, if there is a field called "Number" with a list of numbers 1,2,3,4,5,6,,7,8 (null between 6 and...