Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Ideas

Showing 333 of 4820

Using Code Deployment on Non-Statistica models

Want to use Statistica for the model management capabilities but want to manage non-Statistica models in the repository and deploy those models as different code (via the model service). Is there a way where we could take models (maybe PMML) fro...
over 8 years ago in Spotfire Statistica 0 Future Consideration

Wilcoxon Matched Pairs Test with "exact" method

The results of Statistica program Wilcoxon Matched Pairs Test are different then the result I get with Matlab and R. Statistica uses a normal approximation when calculating p-values. It would be beneficial, if a a radio button select like this exi...
almost 3 years ago in Spotfire Statistica 0 Future Consideration

Statistica Documentation - Add example(s) of analyzing D-optimal, I-optimal designs created in Experimental Design Builder

We have Design of Experiments Examples 12 & 13 that explain how to create D-optimal and I-optimal designs. We should add some next steps to these examples - possible or recommended approaches for analyzing the data collected in both designs.
almost 3 years ago in Spotfire Statistica 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...
almost 3 years ago in Spotfire / Scripting 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 ...
almost 3 years ago in Spotfire / Scripting 0 Future Consideration

Javascript in text area - allow more than just String as parameter

When adding parameters to a Javascript in a text area, only a String value is allowed in the user interface. Could we use document properties, values... as much as we can use for Iron Python scripting ?
almost 9 years ago in Spotfire / Scripting 0 Future Consideration

Ability to convert a String or Real to a SingleReal using IronPython

Currently it's not possible to convert a String or Real to Single Real using IronPython to set the value to a document property of type SingleReal. It's doable using Spotfire data function. But we would like to have it also on IronPython. Referenc...
about 3 years ago in Spotfire / Scripting 4 Already exists

Access elements in a string list property within custom expression

It would be useful it there was a way to access a string list document property in the same way you would access a dictionary or list in python. i.e. Document Property (DocProp) = ['Item A', 'Item B', 'Item C'] could be called in the customer exp...
about 9 years ago in Spotfire / Scripting 0 Future Consideration

add API to terminiate python data function script execution

One of our customers wants to terminiate python script execution on conditions. e.g. if xx > 100: # terminate script execution here. # carry on with other stuffs. We tried with sys.exit() but this will terminate the entire python process hence ...
about 3 years ago in Spotfire / Scripting 1 Future Consideration

Renderer Parameter for chemical compound drawing

I'm looking to automate the design of tables that displays compounds in a specific column. Manually I can choose between either of the three chemistry renderer : ChemDraw (vNext), ChemDraw or Biovia Draw. I'm basically trying to adapt this code sn...
about 3 years ago in Spotfire / Scripting 5 Already exists