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
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...
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...
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...
We'd like to integrate into a table the ability to select a line without it being highlighted by the marking's color, in order to preserve the visibility of the original text color, similar to the effect obtained when hovering the mouse over the t...
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 ...
One data function used to train a model, another used to predict with new data. Need easy way to retain model between data functions. Using the "pickle" package works but is but cumbersome. Perhaps "Analytics Models" could be used.
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...