<?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 Combine 2 tables with 2 different dates as dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combine-2-tables-with-2-different-dates-as-dimension/m-p/1216664#M389603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik enthusiasts !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two chart(table) in my app. One having a date as dimension from a data table and another having 2 dates (selected on a condition) as a dimension from another data table. I want to combine the two tables into one Note: Each having 1 expression. Please see the sample app for details.&lt;/P&gt;&lt;P&gt;My problem is combining 2nd table which has dynamic date data which again comes from 2 different data tables. I cannot able to get into an idea which will solve this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jamy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2016 12:54:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-21T12:54:42Z</dc:date>
    <item>
      <title>Combine 2 tables with 2 different dates as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-tables-with-2-different-dates-as-dimension/m-p/1216664#M389603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik enthusiasts !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two chart(table) in my app. One having a date as dimension from a data table and another having 2 dates (selected on a condition) as a dimension from another data table. I want to combine the two tables into one Note: Each having 1 expression. Please see the sample app for details.&lt;/P&gt;&lt;P&gt;My problem is combining 2nd table which has dynamic date data which again comes from 2 different data tables. I cannot able to get into an idea which will solve this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jamy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2016 12:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-tables-with-2-different-dates-as-dimension/m-p/1216664#M389603</guid>
      <dc:creator />
      <dc:date>2016-12-21T12:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 tables with 2 different dates as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-tables-with-2-different-dates-as-dimension/m-p/1216665#M389604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try creating a link table that will give you a new Date field that links the three date fields in the three other tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EKKO2:&lt;/P&gt;&lt;P&gt;LOAD *, Autonumber(PurchasingDocument &amp;amp; '|' &amp;amp; VendorID &amp;amp; '|' &amp;amp; GRPostingDate) as %Key RESIDENT EKKO;&lt;/P&gt;&lt;P&gt;DROP TABLE EKKO;&lt;/P&gt;&lt;P&gt;RENAME TABLE EKKO2 TO EKKO;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EKES2:&lt;/P&gt;&lt;P&gt;LOAD *, Autonumber(PurchasingDocument &amp;amp; '|' &amp;amp; ABConfLatest) as %Key &lt;SPAN style="font-size: 13.3333px;"&gt;RESIDENT&lt;/SPAN&gt; EKES;&lt;/P&gt;&lt;P&gt;DROP TABLE EKES;&lt;/P&gt;&lt;P&gt;RENAME &lt;SPAN style="font-size: 13.3333px;"&gt;TABLE &lt;/SPAN&gt;EKES2 TO EKKO;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NCF2:&lt;/P&gt;&lt;P&gt;LOAD *, Autonumber(VendorID&amp;nbsp; &amp;amp; '|' &amp;amp; NPeriod) as %Key &lt;SPAN style="font-size: 13.3333px;"&gt;RESIDENT&lt;/SPAN&gt; NCF.qvd;&lt;/P&gt;&lt;P&gt;DROP TABLE NCF;&lt;/P&gt;&lt;P&gt;RENAME &lt;SPAN style="font-size: 13.3333px;"&gt;TABLE &lt;/SPAN&gt;NCF2 TO NCF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LinkTable:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT %Key, PurchasingDocument, VendorID, GRPostingDate as Date RESIDENT EKKO;&lt;/P&gt;&lt;P&gt;CONCATENATE (LinkTable)&lt;/P&gt;&lt;P&gt;LOAD DISTINCT %Key, PurchasingDocument, ABConfLatest as Date RESIDENT EKES;&lt;/P&gt;&lt;P&gt;CONCATENATE (LinkTable)&lt;/P&gt;&lt;P&gt;LOAD DISTINCT %Key, VendorID, NPeriod as Date RESIDENT NCF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP FIELD PurchasingDocument FROM EKKO, EKES;&lt;/P&gt;&lt;P&gt;DROP FIELD VendorID FROM EKKO, NCF;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 07:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-tables-with-2-different-dates-as-dimension/m-p/1216665#M389604</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-22T07:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 tables with 2 different dates as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-tables-with-2-different-dates-as-dimension/m-p/1216666#M389605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is Ok if the concatenation is straight. Please see the order table's dimension. That date is dynamically chosen by a condition. Can this be fixed in script itself ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 09:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-tables-with-2-different-dates-as-dimension/m-p/1216666#M389605</guid>
      <dc:creator />
      <dc:date>2016-12-22T09:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 tables with 2 different dates as dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-2-tables-with-2-different-dates-as-dimension/m-p/1216667#M389606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ Dude ! Do you have any idea about this ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 17:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-2-tables-with-2-different-dates-as-dimension/m-p/1216667#M389606</guid>
      <dc:creator />
      <dc:date>2016-12-22T17:10:45Z</dc:date>
    </item>
  </channel>
</rss>

