It is great that we have version history, but having the entire file as a backup can quickly fill the available storage. Specially for enterprise users with hundreds of users. A quick win could be to limit the number of history items to save. For ...
The `RangeFilter` class has methods and properties to:
- Set value range.
- Include/exclude empty values.
However, there is no way to filter to just the empty values.
Improve ability to manage data connections and review dependencies.
Data connections do not provide an easy overview of all the data connection data sources or their dependencies. While search is possible using 'item_type' and 'depends_on' search terms, these are cumbersome and need to access an object, and get th...
over 4 years ago
in Spotfire / Library
0
Future Consideration
There should be a way to programmatically determine the load status of a Spotfire dashboard. For example, all tables have loaded, scripts executed, etc.
It is currently only possible to do so using the Javascript API; however, you will not be able to do so using this property within the Spotfire dashboard via IronPython. This report can be done using the Document.onDocumentReady method in Web Play...
over 2 years ago
in Spotfire / API
0
Future Consideration
Choose which columns get grand totals in cross-table
We have a cross table where some columns (e.g. sales total) benefit from a grand total, whereas others (e.g. the sales rank of a product against other products) do not. We would like to have the option to choose whether a column gets a total.
Ad...
Configtool option to generate db/ldap password hashes.
Problem: Databases and LDAP passwords are stored in config.xml as hashes. However, there is no reasonably straight way to get these hashes, only by setting this passwords from CLI and reexporting config.xml. Hashing method is also unknown and supp...
Hello,
Is a connector to ElasticStack planned in TIBCO Spotfire roadmap?
To my mind, it could be interesting to connect Spotfire to Elastic.
Thanks in advance.
Best regards.
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...
I wish there were the ability to search for chart information (type, description, title..) in the library without opening Spotfire dxp.
If we have a chart search function, we can refer to similar charts created by others and avoid creating duplic...
Ability to filter/limit data data like '[column] IN (value1, value2, ...)' this would result in a more readable construction then [column] = 'value1' and [column] = 'value2'. Work around is the to use the regular expression but that is harder if v...