<?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 Creating table fields based on binary numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-table-fields-based-on-binary-numbers/m-p/1742459#M453048</link>
    <description>&lt;P&gt;Hi People,&lt;/P&gt;&lt;P&gt;I would appreciate some guidance in achieving the following:&lt;/P&gt;&lt;P&gt;I would like to generate records with 4 fields, having 0 or 1, using a loop that will run for binary values 1 to 15.&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;Loop index 1, value: 1000&lt;/P&gt;&lt;P&gt;Loop index 9 , value: 1001&lt;/P&gt;&lt;P&gt;Loop index 15, value: 1111&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 18:07:47 GMT</pubDate>
    <dc:creator>dana</dc:creator>
    <dc:date>2024-11-16T18:07:47Z</dc:date>
    <item>
      <title>Creating table fields based on binary numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-table-fields-based-on-binary-numbers/m-p/1742459#M453048</link>
      <description>&lt;P&gt;Hi People,&lt;/P&gt;&lt;P&gt;I would appreciate some guidance in achieving the following:&lt;/P&gt;&lt;P&gt;I would like to generate records with 4 fields, having 0 or 1, using a loop that will run for binary values 1 to 15.&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;Loop index 1, value: 1000&lt;/P&gt;&lt;P&gt;Loop index 9 , value: 1001&lt;/P&gt;&lt;P&gt;Loop index 15, value: 1111&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-table-fields-based-on-binary-numbers/m-p/1742459#M453048</guid>
      <dc:creator>dana</dc:creator>
      <dc:date>2024-11-16T18:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating table fields based on binary numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-table-fields-based-on-binary-numbers/m-p/1742469#M453051</link>
      <description>&lt;P&gt;Use Num() or Num#() with the format set to '(bin)'. This will force Qlik to format or interpret numeric values as binary.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 14:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-table-fields-based-on-binary-numbers/m-p/1742469#M453051</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2020-09-09T14:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating table fields based on binary numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-table-fields-based-on-binary-numbers/m-p/1742476#M453053</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The expression you suggested is not giving me the binary format I need.&lt;/P&gt;&lt;P&gt;My loop will generate values from 1 to 15.&lt;/P&gt;&lt;P&gt;I need to represent them as binary numbers, in order to split them later to 4 fields.&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 14:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-table-fields-based-on-binary-numbers/m-p/1742476#M453053</guid>
      <dc:creator>dana</dc:creator>
      <dc:date>2020-09-09T14:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating table fields based on binary numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-table-fields-based-on-binary-numbers/m-p/1742793#M453067</link>
      <description>&lt;P&gt;Just put text() around it like: text(num(Index, '(bin)'))&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 11:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-table-fields-based-on-binary-numbers/m-p/1742793#M453067</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-09-10T11:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating table fields based on binary numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-table-fields-based-on-binary-numbers/m-p/1742814#M453069</link>
      <description>&lt;P&gt;Cool!!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 12:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-table-fields-based-on-binary-numbers/m-p/1742814#M453069</guid>
      <dc:creator>dana</dc:creator>
      <dc:date>2020-09-10T12:23:27Z</dc:date>
    </item>
  </channel>
</rss>

