General Analysis Improvements

Control Group Column Order in Dialogs

ORG-11749

The input grouping range control in following dialogs is improved to enable group column order control

  • Statistics on Columns (menu: Statistics: Descriptive Statistics: Statistics on Columns)
  • Unstack Columns (menu: Worksheet: Unstack Columns)
  • Normality Test (menu: Statistics: Descriptive Statistics: Normality Test)

System variable @dam to set the default Recalculation Mode for all dialogs that apply

ORG-11137

For example. Set Column Values Dialog, XF-Based Dialogs, and Operation-Based Dialogs). 0 = None, 1 = Auto, 2 = Manual. Default is 2 as before.  

Using Plot Legend as Data Identifier

ORG-11550
When user is doing fitting from Graph, user can set Legend as the Data Identifier in report.

Analysis Marker context menu on green lock's context menu

ORG-10677

Add Analysis Marker context menu when click on green lock on graph to turn on/off and change size of analysis markers.

XF will no longer change column short name when output

ORG-11304

Analysis tools which use ReportData as output data type like FFT, Average Multiple Curves, Discrete Frequency, etc will leave output column short name as default and use long name as identifier only.

For example, after running FFT:

Before
// Before 2015, column short name will be renamed as Amp
range rAmp1=%(rReportData1.getlayer()$)col(Amp);
Now
// Now, you need to use other method such as column long name
range rAmp1=%(rReportData1.getlayer()$)col("Amplitude");