Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Ideas

create document property with initial value

Customer wants to create document property with initial value, the value is set initially and persisted, then it can be used as a normal document property to allow it to be changed, but the value should reset to its initial value once dxp is re-op...
over 3 years ago in Spotfire / Actions 0 Future Consideration

I want to be able to render a column as image and see the changes in the png file presented in the dashboard

We have a dashboard that shows the departments agenda. Each day, a new version is saved to a shared network drive and reloaded into a Spotfire dashboard. The data column is rendered as this agenda.png. But the dashboard doesn't pick up the daily c...
almost 7 years ago in Spotfire / Visualization 7 Already exists

Kanban Board Mods with Sorting

First of, I find the Kanban Board Mod very interesting as it can leverage qualitative information very well. However I struggle a little bit to leverage Quantitative information as currently no sorting is possible. Would it be possible to consider...
over 3 years ago in Spotfire / API / Visualization 1 Future Consideration

Store all server side logging in system language rather than user language

Log everything on the server side (including Nodes, Servers and Action logs) in the system language rather than the end user's language. Sometimes I'm troubleshooting problems for users in (e.g.) China and it's rather hard given that the log ent...
almost 7 years ago in Spotfire / System Administration 3 Future Consideration

Format (Color by) legend number type for custom expressions

If we were to have a custom expression for the Value (Y) axis and Color by such as SUM(Profit)/SUM(Revenue) and both profit and revenue were in dollars then the Y-axis can be formatted to a Percentage. But the same cannot be done for color by lege...
about 10 years ago in Spotfire / Visualization 1 Future Consideration

Marked Row DataTransformation in Data Canvas/IronPython API

Scenario Given a DataTable with marked rows, goal is to add a DataTransformation or other DataFlow step in Data Canvas or via IronPython API to obtain the said table containing only the marked records. Current approach uses a Data Function to get ...
over 3 years ago in Spotfire / Data Management 0 Future Consideration

Bulk removal of Data Transformations

Scenario Apply different sets of DataTransformations depending on user input - e.g., drop-down selection. Current API only allows removal one step at a time: for op in sourceview.GetAllOperations[DataTransformationsOperation](): if sourceview.CanR...
over 3 years ago in Spotfire / Scripting 0 Future Consideration

change cell height seperatelly

Currently if changing cell height in cross table the all rows' height are changed together, customer requests this feature to allow set cell height separately in order to make more elegant report.
almost 7 years ago in Spotfire / Visualization 0 Future Consideration

SSL installation

It will be usefull if during installation process we can specify the SSL certify path and/or enable SSL settings.
over 10 years ago in Spotfire / Installation 0 Future Consideration

Add method to create DataSource via list/array of values.

Scenario Given lists of values - e.g., `set_a` and `set_b` - in the example below, goal is to create a DataTable in .dxp. set_a = [1, 2, 3, 4] set_b = [5, 6, 7, 8] Current Workflow The DataSource Class is created by (1) generating a tab-delimited ...
over 3 years ago in Spotfire / Scripting 0 Future Consideration