When using the repeat over filtered values function in an the PDF exports for a multiple tab export the default export loops over the filter for page one and then repeats this process for page two and so on. It would be helpful if you could add th...
Inlcuding a field on the y-axis to add unit information
Currently in Spotfire, you can either change the number format of the value axis, or change the name of the variables of the value axis to include unit information. However, the first option adds the unit on all labels of the y-axis. This sometime...
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...
Scenario In. dxp, users may apply a colouring scheme of a visualization to another per this guide (https://docs.tibco.com/pub/spotfire/6.5.0/doc/html/color/color_applying_a_color_scheme_to_another_visualization.htm). Doing so provides users an opt...
about 2 months ago
in Spotfire / API
0
Future Consideration
compare two DXPs to find out what the difference is
Customer wants to compare two DXPs to find out what the difference is. Mostly this is helpful to figure out what is changed in the new version DXP, compared to the previous one.
over 1 year ago
in Spotfire / Library
0
Future Consideration
User friendly messages when user can´t open an analysis on the web
When a user follows a link to a Spotfire analysis that can´t be loaded or can only be partially loaded they should be told specifically what the problem is and who to contact about the problem. Spotfire should also make it easy to contact the righ...
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 ...
Don't execute data functions when required input data is empty
Many data functions you want triggered from markings. However, when nothing is marked, empty inputs are sent to the DF which causes errors. So you have to create specific error handling code for TERR to detect # rows for input and send out empty d...