21.01.2013 Views

QlikView Reference Manual.pdf - QlikCommunity - QlikView

QlikView Reference Manual.pdf - QlikCommunity - QlikView

QlikView Reference Manual.pdf - QlikCommunity - QlikView

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

angemax<br />

(above(sum(x),-1,3))<br />

returns the highest of the three results of the sum(x) function evaluated on the<br />

row below the current row, the current row and the row above the current row.<br />

rangestdev(expr1 [ , expr2, ... exprN ])<br />

Returns the standard deviation within a range of 1 to N arguments. If no numeric value is found, NULL is<br />

returned.<br />

The argument expressions of this function may contain Chart Inter Record Functions (page 815) with a<br />

third optional parameter, which in themselves return a range of values.<br />

Examples:<br />

rangestdev (1,2,4) returns 1.5275252316519<br />

rangestdev (null( )) returns NULL<br />

rangestdev<br />

(above(count(x),0,3))<br />

returns a sliding standard deviation of the result of the inner count(x) expression<br />

calculated on the current row and two rows above the current row.<br />

rangeskew(expr1 [ , expr2, ... exprN ])<br />

Returns the skewness within a range of 1 to N arguments. If no numeric value is found, NULL is returned.<br />

The argument expressions of this function may contain Chart Inter Record Functions (page 815) with a<br />

third optional parameter, which in themselves return a range of values.<br />

Examples:<br />

rangeskew (1,2,4) returns 0.93521952958283<br />

rangeskew<br />

(above(count(x),0,3))<br />

returns a sliding skewness of the result of the inner count(x) expression calculated<br />

on the current row and two rows above the current row.<br />

rangekurtosis(expr1 [ , expr2, ... exprN ])<br />

Returns the kurtosis within a range of 1 to N arguments. If no numeric value is found, NULL is returned.<br />

The argument expressions of this function may contain Chart Inter Record Functions (page 815) with a<br />

third optional parameter, which in themselves return a range of values.<br />

Examples:<br />

rangekurtosis (1,2,4,7) returns -0.28571428571429<br />

rangekurtosis<br />

(above(count(x),0,3))<br />

returns a sliding kurtosis of the result of the inner count(x) expression calculated<br />

on the current row and two rows above the current row.<br />

rangefractile(fractile ,expr1 [ , expr2, ... exprN ])<br />

Returns the fractile of numeric values found within a range of 1 to N arguments.<br />

The argument expressions of this function may contain Chart Inter Record Functions (page 815) with a<br />

third optional parameter, which in themselves return a range of values.<br />

Examples:<br />

811

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!