Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Ideas

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...
over 9 years ago in Spotfire / Scripting 0 Future Consideration

Visibility into Email Errors from SPC Charts with Alarming Node

I noticed that I wasn't receiving an alarm email from a workspace that shows up with a Completed status for a scheduled task within WebStatistica. When I click Results in Webstatistica, it has an Error_Log spreadsheet with an Error Description of ...
about 3 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...
over 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.
over 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...
over 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 ...
over 3 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...
over 3 years ago in Spotfire / Scripting 4 Already exists

Option to define definite comments for MAS-Alarm acknowledgement, which can be chosen from a list box.

It would be handy to have the option to create a set of fixed comments, which can be chosen during alarm acknowledgement in MAS.
about 7 years ago in Spotfire Statistica 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 ...
over 3 years ago in Spotfire / Scripting 1 Future Consideration

Ability to call a Javascript function in TextArea2 from a javascript of TextArea1

For reusable javascript code. Sometime data in TextArea1 would affect the appearance of TextArea2 , thus the need to access TextArea2 script Also sometime order of execution of the script is important. TextArea1 script should be executed before Te...
about 7 years ago in Spotfire / Scripting 0 Future Consideration