<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bitwise Operators in Scripts? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bitwise-Operators-in-Scripts/m-p/290629#M706087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, it helps me a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2012 11:17:23 GMT</pubDate>
    <dc:creator>upendrarajeshir</dc:creator>
    <dc:date>2012-10-09T11:17:23Z</dc:date>
    <item>
      <title>Bitwise Operators in Scripts?</title>
      <link>https://community.qlik.com/t5/QlikView/Bitwise-Operators-in-Scripts/m-p/290625#M706083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be very basic, but I can't seem to find bitwise operators in Scripts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My input includes an integer that is a collection of set bits. I wish to do bitwise operations on this integer to pick out specific bits that are set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 17:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bitwise-Operators-in-Scripts/m-p/290625#M706083</guid>
      <dc:creator />
      <dc:date>2012-02-16T17:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bitwise Operators in Scripts?</title>
      <link>https://community.qlik.com/t5/QlikView/Bitwise-Operators-in-Scripts/m-p/290626#M706084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is what help says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor200"&gt;&lt;/A&gt;Bit Operators&lt;/H1&gt;&lt;P&gt;All bit operators convert the operands to signed integers (32 bit) and return the result in the same way. All operations are performed bit by bit. &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="Bold"&gt;bitnot&lt;/SPAN&gt; &lt;/TD&gt;&lt;TD&gt;Bit inverse. &lt;/TD&gt;&lt;TD&gt;Unary operator. The operation returns the logical inverse of the operand performed bit by bit. &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="Bold"&gt;bitand&lt;/SPAN&gt; &lt;/TD&gt;&lt;TD&gt;Bit and. &lt;/TD&gt;&lt;TD&gt;The operation returns the logical AND of the operands performed bit by bit. &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="Bold"&gt;bitor&lt;/SPAN&gt; &lt;/TD&gt;&lt;TD&gt;Bit or. &lt;/TD&gt;&lt;TD&gt;The operation returns the logical OR of the operands performed bit by bit. &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="Bold"&gt;bitxor&lt;/SPAN&gt; &lt;/TD&gt;&lt;TD&gt;Bit exclusive or. &lt;/TD&gt;&lt;TD&gt;The operation returns the logical exclusive or of the operands performed bit by bit. &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="Bold"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt; &lt;/TD&gt;&lt;TD&gt;Bit right shift. &lt;/TD&gt;&lt;TD&gt;Unary operator. The operation returns the operand shifted one step to the right. &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN class="Bold"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;/TD&gt;&lt;TD&gt;Bit left shift. &lt;/TD&gt;&lt;TD&gt;Unary operator. The operation returns the operand shifted one step to the left. &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp; tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 18:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bitwise-Operators-in-Scripts/m-p/290626#M706084</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2012-02-16T18:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bitwise Operators in Scripts?</title>
      <link>https://community.qlik.com/t5/QlikView/Bitwise-Operators-in-Scripts/m-p/290627#M706085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give any example, this would really help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 08:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bitwise-Operators-in-Scripts/m-p/290627#M706085</guid>
      <dc:creator>upendrarajeshir</dc:creator>
      <dc:date>2012-10-09T08:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bitwise Operators in Scripts?</title>
      <link>https://community.qlik.com/t5/QlikView/Bitwise-Operators-in-Scripts/m-p/290628#M706086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check&lt;/P&gt;&lt;P&gt;&lt;A class="loading active_link" href="http://en.wikipedia.org/wiki/Bitwise_operation" title="http://en.wikipedia.org/wiki/Bitwise_operation"&gt;http://en.wikipedia.org/wiki/Bitwise_operation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So one simple example in a textbox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;= 10 bitand 3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;results in&lt;EM&gt; 2&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 10:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bitwise-Operators-in-Scripts/m-p/290628#M706086</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-10-09T10:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bitwise Operators in Scripts?</title>
      <link>https://community.qlik.com/t5/QlikView/Bitwise-Operators-in-Scripts/m-p/290629#M706087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, it helps me a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 11:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bitwise-Operators-in-Scripts/m-p/290629#M706087</guid>
      <dc:creator>upendrarajeshir</dc:creator>
      <dc:date>2012-10-09T11:17:23Z</dc:date>
    </item>
  </channel>
</rss>

