When Day/Month or Month/Year are used, it takes too much axis real estate. Should instead display like "22 Aug, 29 Aug, 5 Sep" for Day/Month and like "Jan 2022, Feb, Mar, ... Jan 2023, Feb" for Month/Year
CLI set-preference command to set Custom Preference in Tibco Spotfire
We are currently working on implementing Custom Preferences in Tibco Spotfire. There are application that would require preference value to be updated more frequently. It would be nice if there is an option to update the preference value through C...
Addition of a bookmark admin license, to help remove unused public bookmarks without the need to be a real administrator.
*Enhancement request:*Currently the users can delete their own public bookmarks, and no one else.This is good and how the customer also wants things to work.However; to administer bookmarks, you need to be an admin within Spotfire to delete other ...
almost 10 years ago
in Spotfire / Library
0
Future Consideration
Not equal to should evaluate to true if value is null
User is stating that IF statements do not handle nulls as expected in calculated columns, or in limit data by expressions on a visualisation. Here is an example: 3 rows of data: ID Value1 Complete2 3 Not Complete Where in ID 2 , the value for the ...
In version 6.x, users can dock the Legend icon in the visualization tile bar and with 7.0, the option of auto-hide feature of legend doesn't let the users to dock it. They would need an option to choose between these two options.
Change the title dynamically of the 2nd chart(Detail Visualization) if the selection is made on the 1st chart
I have A upper bar chart - 'HomeRuns count by Team' and a Below chart - 'HomeRuns count by Position'. I want that when he made a selection in the upper chart(Click on the Bar) then the associated category value(X-axis). Should display in the title...
Let custom visualizations control text in status bar
{noformat}Add an API to make it possible for a developer of a custom visualization to be able to control the text in the status bar.For example in a map chart the text could read "Region Texas marked" instead of the standard text. {noformat}
almost 10 years ago
in Spotfire / API
0
Future Consideration
Don't use decimals as axis labels when values are integers
Reproduce:Open file duplicate label.txt. Create a line chart with x-axis [Column 1] and y-axis Sum([DSHBRD_CATG_ID]). Reduce the y-axis filters to 0-3, ResultsThe y-axis labels show 0, .5, 1, 1.5, etc., even though there are only whole numbers. If...