<?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: Create link table for sales and AR table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-link-table-for-sales-and-AR-table/m-p/509499#M190407</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;&lt;/P&gt;&lt;P&gt;Enclosed my QV Doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Oct 2013 06:46:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-23T06:46:42Z</dc:date>
    <item>
      <title>Create link table for sales and AR table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-link-table-for-sales-and-AR-table/m-p/509498#M190406</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;&lt;/P&gt;&lt;P&gt;I wanted to remove my $syn key. my data model as below , when i try to create link table , i get stuck half way. as the script take very long to load. &lt;/P&gt;&lt;P&gt;LinkTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[CUST_ID] &amp;amp; '|' &amp;amp; [company] as Link_Key1&lt;/P&gt;&lt;P&gt;Resident ARSummary;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate [LinkTable]:&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [CUST_ID] &amp;amp; '|' &amp;amp; [company] as Link_Key2&lt;/P&gt;&lt;P&gt;Resident sales; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// script take long time to run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//ARSummary2:&lt;/P&gt;&lt;P&gt;//NoConcatenate&lt;/P&gt;&lt;P&gt;//LOAD &lt;/P&gt;&lt;P&gt;//[CUST_ID] &amp;amp; '|' &amp;amp; [company] as Link_Key1,&lt;/P&gt;&lt;P&gt;//*&lt;/P&gt;&lt;P&gt;//Resident ARSummary;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="remove syn key for sales and debt table.png" class="jive-image" src="/legacyfs/online/47991_remove syn key for sales and debt table.png" style="width: 620px; height: 348px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 06:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-link-table-for-sales-and-AR-table/m-p/509498#M190406</guid>
      <dc:creator />
      <dc:date>2013-10-23T06:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create link table for sales and AR table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-link-table-for-sales-and-AR-table/m-p/509499#M190407</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;&lt;/P&gt;&lt;P&gt;Enclosed my QV Doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 06:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-link-table-for-sales-and-AR-table/m-p/509499#M190407</guid>
      <dc:creator />
      <dc:date>2013-10-23T06:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create link table for sales and AR table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-link-table-for-sales-and-AR-table/m-p/509500#M190408</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 to use autonumberhash128() instead of link table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post some sample data or script for better resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 06:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-link-table-for-sales-and-AR-table/m-p/509500#M190408</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-10-23T06:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create link table for sales and AR table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-link-table-for-sales-and-AR-table/m-p/509501#M190409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not due to autonumberhash . because i have same script from my previous link between inquiry and quotation table link. i am using the same approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My QV doc already posted after i post my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 07:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-link-table-for-sales-and-AR-table/m-p/509501#M190409</guid>
      <dc:creator />
      <dc:date>2013-10-23T07:51:47Z</dc:date>
    </item>
  </channel>
</rss>

