Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Data Functions

Showing 117 of 4798

Limit input options on f(x) flyout

Limit options for input params so user cannot select data in an unintended way. For instance, Column selection may not want to allow column expression.
over 3 years ago in Spotfire / Data Functions / User Experience 0 Future Consideration

Allow for dropdowns or fixed options in data function flyout

When configuring or registering a data function, I'd like to be able to enforce fixed choices for those input parameters. When running the function in a dashboard with document properties you are able to set options, however when you are running f...
about 1 year ago in Spotfire / Data Functions 1 Future Consideration

Data function save as

Add a [Save as..] button to make a copy of the data function along with all the mapped parameters. When it comes to developing data functions or creating different versions of different data function, it takes too long too map all parameters for t...
over 2 years ago in Spotfire / Data Functions 0 Future Consideration

enable to install the specific python library

Sharing of python libraries. when I write a python script in Spotfire and share it to my coworkers, they need to install the python library in each account, and it takes time to deploy, so please make it possible to install the target library smoo...
almost 3 years ago in Spotfire / Data Functions 2 Already exists

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...
over 6 years ago in Spotfire / Data Functions / Scripting 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...
over 9 years ago in Spotfire / Analytics / Data Functions 1 Future Consideration

f(x) flyout package installation directly

When a required package is determined to be missing, allow install directly from input param flyout
over 3 years ago in Spotfire / Data Functions / User Experience 0 Future Consideration

Drop Down input control for f(x) flyout

Drop down for pre-determined values in input values. If document property related, must be able to store options in SFD file.
over 3 years ago in Spotfire / Data Functions / User Experience 0 Future Consideration

Tagging/grouping of data functions in f(x) browse

Be able to group and/or tag data functions into collapsible groups. Would be nice to be able to control the icons and have language indicated automatically. This would make it easier to access and find data functions.
over 3 years ago in Spotfire / Data Functions / User Experience 0 Future Consideration

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 3 years ago in Spotfire / Data Functions 0 Future Consideration