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.

Example:<br />

match( M, 'Jan','Feb','Mar')<br />

returns 2 if M = Feb<br />

returns 0 if M = Apr or jan<br />

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

The mixmatch function performs a case insensitive comparison.<br />

Example:<br />

mixmatch( M, 'Jan','Feb','Mar')<br />

returns 1 if M = jan<br />

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

The wildmatch function performs a case insensitive comparison and permits the use of wildcard characters (<br />

* and ?) in the comparison strings.<br />

Example:<br />

wildmatch( M, 'ja*','fe?','mar')<br />

returns 1 if M = January<br />

returns 2 if M = fex<br />

class(expression, interval [ , label [ , offset ]])<br />

Creates a classification of expressions. The bin width is determined by the number set as interval. The result<br />

is shown as a

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

Saved successfully!

Ooh no, something went wrong!