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.

Bit Operators<br />

All bit operators convert the operands to signed integers (32 bit) and return the result in the same way. All<br />

operations are performed bit by bit.<br />

bitnot Bit inverse. Unary operator. The operation returns the logical inverse of the operand performed<br />

bit by bit.<br />

bitand Bit and. The operation returns the logical AND of the operands performed bit by bit.<br />

bitor Bit or. The operation returns the logical OR of the operands performed bit by bit.<br />

bitxor Bit exclusive<br />

or.<br />

The operation returns the logical exclusive or of the operands performed bit<br />

by bit.<br />

>> Bit right shift. Unary operator. The operation returns the operand shifted one step to the<br />

right.<br />

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

Saved successfully!

Ooh no, something went wrong!