<?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: tables in binaryload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765303#M272018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all above links are working&lt;/P&gt;&lt;P&gt;Thank you all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 06:28:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-18T06:28:24Z</dc:date>
    <item>
      <title>tables in binaryload</title>
      <link>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765296#M272011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;How to join tables in Binary load ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765296#M272011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-18T05:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: tables in binaryload</title>
      <link>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765297#M272012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just use the table names which you can see in original application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for example:&lt;/P&gt;&lt;P&gt;Left Join (Table1)&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;Resident Table2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765297#M272012</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-18T05:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: tables in binaryload</title>
      <link>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765298#M272013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary DocumentName.qvw;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Now write the load statements below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(AlreadyExistsTableNameInBinaryLoad)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM NewTableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765298#M272013</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-18T05:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: tables in binaryload</title>
      <link>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765299#M272014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanq all &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765299#M272014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-18T05:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: tables in binaryload</title>
      <link>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765300#M272015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can join by the name of the table name used in the binary loaded application...&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;suppose in original application table name is : Sales&lt;/P&gt;&lt;P&gt;and in second application &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order:&lt;/P&gt;&lt;P&gt;Load OrderId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Orderdate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qty;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;load * resident Sales;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765300#M272015</guid>
      <dc:creator />
      <dc:date>2014-11-18T05:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: tables in binaryload</title>
      <link>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765301#M272016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bhawna gupta its working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 06:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765301#M272016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-18T06:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: tables in binaryload</title>
      <link>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765302#M272017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got the answer please close this thread by giving Correct and Helpful answers to the useful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 06:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765302#M272017</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-18T06:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: tables in binaryload</title>
      <link>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765303#M272018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all above links are working&lt;/P&gt;&lt;P&gt;Thank you all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 06:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/tables-in-binaryload/m-p/765303#M272018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-18T06:28:24Z</dc:date>
    </item>
  </channel>
</rss>

