Sometimes the need arises to manipulate a text area using IronPython to change specific parts of the text area.
However, when changing the html content of a text area using IronPython you often destroy the Spotfire dynamic contents (calculated v...
over 6 years ago
in Spotfire / API
0
Future Consideration
please add logical function any() / all() to calculate any(true,false,false) => true any(fale,false,false) => false all(true,true,true) => true all(true,true,false) => false Currently we can sum them and compare to the count to do the ...
Add ability to automatically sync data-source changes
Hello, I would like to request the ability to have Spotfire files automatically update if the data source table changes. Right now if there is a change to the data source, it requires a user to go into each file that is connected to the data sourc...
Provide a way to set document properties and filtering/marking before the actual data loading of an analysis
We have an application that let users save their configuration in db. When the analysis is open, user's configuration will be loaded. Then, document properties would be set and data will be loaded which depends on document properties.Currently all...
over 5 years ago
in Spotfire / API
4
Already exists
Enhancement Request - Officially Support use of IN Operator
Request for Spotfire to "officially" support the use of the IN operator in the Spotfire Expression Language. For example:CASE WHEN COLOR IN ('RED', 'BLUE', 'GREEN') THEN TRUE ELSE FALSEEND
I've written code that uses IN () and it *appears* to work...
Need ability to retrieve all columns in a table through information link (Select * from table) rather than adding individual columns to the information designer
In most cases, we use all the columns from a table or view to be source for spotfire through an information link. Any new column addition in the back end table or any column data type modification will NOT automatically propagate to the informatio...
Spotfire Analyst - Information designer search result filter and actions improvements
When using the Find All References, the result can contain several thousands of records. It is good to have a list, bu no further action can be done on the items found. In order to help the Administrators, Information Designer users, the following...
Add margins, background color and position to Trellis headers
It would make a report look much nicer if you were to add top, bottom , left and right margins to the Trellis headers. Right now the formatting is limited to font size. Increasing the size will increase the font size but the title itself is squish...