Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Data Functions

Showing 103

Enable Setting `NA_character_` in Data Function Parameter

Goal Programmatically set the value of input parameter (String type) in Data Function as NA_character_. Concept Use SetInput() method in DataFunctionInputCollection to set execMode parameter (refer to .png) before executing Data Function. Current ...
over 2 years ago in Spotfire / Data Functions 0 Future Consideration

execute multiple Python/TERR data functions in parallel even all of them are from the same Analyst/WP/AS session

We have confirmed with TIBCO support that, currently as designed/implemented how the data function services work, all data function service(Python/TERR) invocations per analysis session are serialized. Also, there is no configuration to force seri...
almost 2 years ago in Spotfire / Data Functions 1 Future Consideration

Default value for optional parameters in data functions

When an optional parameter is used, I have to test in the data function whether the parameter is set using is.null() and assign it a default value. e.g. if(is.null(optPar)) {optPar = "something} because otherwise the code usually fails because you...
almost 6 years ago in Spotfire / Data Functions / Scripting 0 Future Consideration

Webplayer need a function to get current date based on user's location regardless of webplayer server's timezone

As of now webplayer user gets data time functions return current date and time based on the server time where the webplayer is hosted. This causes issue if the users and webplayer server are in different time zone. For example today() function cal...
almost 3 years ago in Spotfire / Data Functions 0 Future Consideration

Drag a Data Function from one DXP to another

WHAT: Enable the user to drag a Data Function from one DXP to another. Prompt to match inputs (doc properties, tables, columns, etc.) if don't match WHY: Make it easier to share and reuse data functions. Additional comments: 1. If implement idea o...
almost 9 years ago in Spotfire / Analytics / Data Functions 1 Future Consideration

Keep f(x) flyout items up-to-date with library

When a data function has been deleted from library, it does not always reflect in the flyout (possibly because a client reload is needed?). Data functions are also not updated with the latest version in the library, nor is existing version number ...
over 2 years ago in Spotfire / Data Functions / User Experience 0 Future Consideration

Automate Mapping of Statistica Data Function

We have the SPC Template on the TIBCO community with an embedded data set and Statistica data function. To replace the data and data function is a manual and time consuming process. Please include a tool that will automate this remapping of a data...
almost 5 years ago in Spotfire / Analytics / Data Functions 0 Future Consideration

AutoSynch Library TERR Data Function Parameters, not just scripts

I'm able to force an auto-sync of a library function upon opening a Spotfire template. This is very useful for distributed templates among many users, as incremental changes in the function will be automatically pushed to every user. However, the ...
almost 7 years ago in Spotfire / Data Functions / Scripting 2 Future Consideration

LongInteger is missing in Register Data Functions menu

In case I have a column define as LongInteger data type, then I create a new function and insert an input parameter as type "Column". We noticed the following: 1. LongInteger is missing in the allowed data type list. 2. I'm not able to select the ...
about 8 years ago in Spotfire / Data Functions / Data Management 0 Future Consideration

Output column mapping replace column

Outputting a column from a data function that maps to data table should be able to replace an existing column
over 2 years ago in Spotfire / Data Functions 0 Future Consideration