correlation(column, column2[, group[,condition]])

Calculates the correlation between two columns. This function is only available to elements within a Section.

Parameters

column column label of the primary column

column2 column label of the column to correlate

group column label of the group to summarize

condition condition on the group to summarize

Return

correlation between the two columns

Example

text = correlation('Quantity','total','State',

   "field['Discount']>0");

See Also

correlation(tablelens,column1,column2 [,condition]), for the Table version.

SI.22, Section Object, for additional functions pertaining to Sections.

Sections, for scripting issues related to Sections.

<< concat(column[, group[,condition]]) © 1996-2013 InetSoft Technology Corporation (v11.5) count(column[, group[,condition]]) >>