<?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 binary load? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/binary-load/m-p/796065#M1040703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H5&gt;&lt;BR /&gt;Hi&amp;nbsp; i have loaded application through binary , and i have in that application 100 table names,&lt;/H5&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my req is i want see all 100 table names ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 15:55:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-08T15:55:40Z</dc:date>
    <item>
      <title>binary load?</title>
      <link>https://community.qlik.com/t5/QlikView/binary-load/m-p/796065#M1040703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H5&gt;&lt;BR /&gt;Hi&amp;nbsp; i have loaded application through binary , and i have in that application 100 table names,&lt;/H5&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my req is i want see all 100 table names ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 15:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-load/m-p/796065#M1040703</guid>
      <dc:creator />
      <dc:date>2014-12-08T15:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: binary load?</title>
      <link>https://community.qlik.com/t5/QlikView/binary-load/m-p/796066#M1040704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add a listbox with &lt;/P&gt;&lt;P&gt;$Table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 16:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-load/m-p/796066#M1040704</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-12-08T16:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: binary load?</title>
      <link>https://community.qlik.com/t5/QlikView/binary-load/m-p/796067#M1040705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manojqlik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the NoOfTables() function to loop through all the tables in RAM (after you have executed the BINARY LOAD), like this&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; LET &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;nooftab&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoOfTables&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;();&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;for&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(nooftab)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;a&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TableName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(0); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;NEXT i&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then you can append the TAbleName() in every iteration to a little Dummy_Table (that you have to initiate before you start that loop)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;DataNibbler&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 16:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/binary-load/m-p/796067#M1040705</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-12-08T16:07:59Z</dc:date>
    </item>
  </channel>
</rss>

