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.

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

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

Examples:<br />

rangetextcount (1,2,4) returns 0<br />

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

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

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

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

Examples:<br />

rangenullcount (1,2,4) returns 0<br />

rangenullcount (2,'xyz') returns 0<br />

rangenullcount (null( ),null( )) returns 2<br />

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

Returns the number of non-numeric values (including NULL values) found among 1 to N arguments.<br />

Examples:<br />

rangemissingcount (1,2,4) returns 0<br />

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

rangemissingcount (null( )) returns 1<br />

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

Returns the first value in text sort order found among 1 to N arguments.<br />

Examples:<br />

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

rangeminstring ('xyz','abc') returns 'abc'<br />

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

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

Returns the last value in text sort order found among 1 to N arguments.<br />

Examples:<br />

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

rangemaxstring ('xyz','abc') returns 'xyz'<br />

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

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

Returns the mode value, i.e. the most commonly occurring value within a range of 1 to N arguments. If more<br />

than one value shares the highest frequency, NULL is returned.<br />

Examples:<br />

310<br />

rangemode (1,2,9,2,4) returns 2

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

Saved successfully!

Ooh no, something went wrong!