Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Analytics

Showing 366 of 4346

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

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

Implement the Rprof function

This case is related to TIBCO support case #01791114 which is submitted internally in TIBCO feature requirements database. Whilst applying best practices is obviously something that should be done: It appears that the profiler in R-Studio is broke...
over 5 years ago in Spotfire / TIBCO Enterprise Runtime for R 0 Future Consideration

Sort within a hierarchy

When a hierarchy is used in a bar chart category axis, and then the bars are sorted by value it sorts all the bars by absolute value, without any consideration for the hierarchy. This is not ideal as the reason for setting-up the hierarchy at time...
over 8 years ago in Spotfire / Custom Expressions 2 Future Consideration

Apply filtering to Regression, DataRelationship and all spotfire analysis tools consistent with table plot way of filter control,

Hi developers, We need to Apply filtering to Regression, DataRelationship, etc and other analysis tools consistent with table plot way of filter control, to add support for Filtering Schemes in these reports and analysis tools This is very impor...
about 5 years ago in Spotfire / Analytics 0 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...
over 5 years ago in Spotfire / Data Functions / Scripting 0 Future Consideration

add function to update the value of document property

Please add function to update the value of document property from custome expression & calculated columns, it's very helpful in some use cases if we can assign value from data table to document property.
7 months ago in Spotfire / Custom Expressions 0 Future Consideration

Be able to direct an RinR function to a centrally manager R server

Currently if you use local TERR and want to utilize an R script, you can do so using an RinR script. However that script requires a local R engine - you either: Set R engine connection in script – explicit and good for just the script execution M...
about 8 years ago in Spotfire / TIBCO Enterprise Runtime for R 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...
over 2 years ago in Spotfire / Data Functions 0 Future Consideration

Create Calculated Column from other table

Currently I don't see an option in Create Calculated Columns dialog box to create calculation based on data from other tables. It would be a lot helpful to have this feature especially when you want to create calculations based on data from multip...
almost 4 years ago in Spotfire / Custom Expressions 1 Future Consideration