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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Examples:<br />

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

rangenullcount<br />

(2,'xyz')<br />

rangenullcount (null(<br />

),null( ))<br />

rangenullcount<br />

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

returns 0<br />

returns 2<br />

returns the number of NULL values within the three results of the sum(x) function<br />

evaluated on the row below the current row, the current row and the row<br />

above the current row.<br />

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

Returns the number of non-numeric values (including NULL values) found among 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 />

rangemissingcount<br />

(1,2,4)<br />

rangemissingcount<br />

(2,'xyz')<br />

rangemissingcount<br />

(null( ))<br />

rangemissingcount<br />

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

returns 0<br />

returns 1<br />

returns 1<br />

returns the number of non-numeric values within the three results of the<br />

sum(x) function evaluated on the row below the current row, the current row<br />

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

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

Returns the first value in text sort order found among 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 />

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

rangeminstring<br />

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

returns 'abc'<br />

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

rangeminstring<br />

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

returns the first (in text sort order) of the three results of the sum(x) function<br />

evaluated on the row below the current row, the current row and the row<br />

above the current row.<br />

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

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

813

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

Saved successfully!

Ooh no, something went wrong!