A two-sided bar chart (looks like a tornado) where you have two data bars which are opposite to each other and makes it easy to compare both of them. It's a special type of bar chart in which data is sorted vertically from highest to lowest.
Visualize large amounts of hierarchically structured data. Tangent circles represent brother nodes at the same level; to visualize the hierarchy, all children of a node are packed into that node (and thus determine its size).
Dynamic searching of columns in calculated column transformation
Hi Supporters,
Please find the attached template to reproduce the issue. And refer to the TIBCO Case Number 01453993
We have the below formula which is valid if you do it via Insert -> Calculated Column. But it's not valid if you do it via In...
To simplify the code using SQL Queries, it would be easy to use this syntax :
"with my_table (C1) as (select column1 from table_dept) select C1 from my_table"
Database : SQLServer
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.
"Type to Search field" be set via API/script for list box property controls
Can the "Type to Serch field" be set via API/script? e.g. Document.Properties["control1"].Search = 'ABC OR GHI'
I have a List Box Property control with unique values in a column. Is it possible to get a filter/filterering scheme to update the pro...
over 9 years ago
in Spotfire / API
0
Future Consideration
This is useful for creating single selection filters. We have a use case for users being able to move through values in a filter ONE AT A TIME. The list box (single selection) property control achieves this but falls short because the selectable v...
over 9 years ago
in Spotfire / Filters
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...
almost 2 years ago
in Spotfire / Filters
1
Future Consideration
Stacked bars labels displayed, no matter the importance of the data value
When I am using combination charts (x = time, y = count of validation), I use stacked bars to show for example the proportion of male and female who validated, per time period. When there is not so much validations compared to the other months (an...