Currently we only have checkboxes and radio buttons for filters, but often filters doesn't give enough flexibility to developers. How I imagine the new property controls to work:
- checkbox: it would work similarly to List Box multiple select pr...
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...
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...
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...
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 ...
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...
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...