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(expr1 [ , expr2, ... exprN ])<br />

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

NULL is returned.<br />

Examples:<br />

rangemax (1,2,4) returns 4<br />

rangemax (1,'xyz') returns 1<br />

rangemax (null( ), 'abc') returns NULL<br />

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

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

NULL is returned.<br />

Examples:<br />

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

rangestdev (null( )) returns NULL<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 />

Examples:<br />

rangeskew (1,2,4) returns 0.93521952958283<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 />

Examples:<br />

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

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

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

Examples:<br />

rangefractile (0.24,1,2,4,6) returns 1<br />

rangefractile (0.5,1,2,3,4,6) returns 3<br />

rangefractile (0.5,1,2,5,6) returns 3.5<br />

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

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

Examples:<br />

rangenumericcount (1,2,4) returns 3<br />

rangenumericcount (2,'xyz') returns 1<br />

rangenumericcount (null( )) returns 0<br />

309

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

Saved successfully!

Ooh no, something went wrong!