<?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 Concatenate file with partial keys in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204361#M61303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thank to all of you Claudio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Apr 2010 10:02:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-08T10:02:16Z</dc:date>
    <item>
      <title>Concatenate file with partial keys</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204356#M61298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,probably an i have easy problem but no solution.&lt;/P&gt;&lt;P&gt;I have to concatenate 2 table with different keys.&lt;/P&gt;&lt;P&gt;The first table rapresent the orders the second one the cost of shipping.&lt;/P&gt;&lt;P&gt;The Order table has the format date yyyymmdd, the second one has the same format date but rapresent the start date with cost.&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;A) TABLE ORDER&lt;/P&gt;&lt;P&gt;Date, Order, Article, qty, price&lt;/P&gt;&lt;P&gt;20091103,Ord12345,Art.2,3,12&lt;/P&gt;&lt;P&gt;2009101,Ord1012345,Art.3,7,11&lt;/P&gt;&lt;P&gt;B) TABLE COST&lt;/P&gt;&lt;P&gt;20081203,22&lt;/P&gt;&lt;P&gt;20090712,33&lt;/P&gt;&lt;P&gt;This means that the cost 22 is valid from 03.12.2008 until 11072009&lt;/P&gt;&lt;P&gt;The cost 33 is valid from 12.07.2009 until now&lt;/P&gt;&lt;P&gt;Someone has a solution&lt;/P&gt;&lt;P&gt;Many Thanks in advance&lt;/P&gt;&lt;P&gt;Claudio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 18:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204356#M61298</guid>
      <dc:creator />
      <dc:date>2010-04-06T18:02:44Z</dc:date>
    </item>
    <item>
      <title>Concatenate file with partial keys</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204357#M61299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;I think u can just relate the information in an expression formula inside your graph/table output with an "if" or using "Set Analysis" (from to)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergio&lt;/P&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 22:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204357#M61299</guid>
      <dc:creator />
      <dc:date>2010-04-06T22:11:17Z</dc:date>
    </item>
    <item>
      <title>Concatenate file with partial keys</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204358#M61300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you add the EndDate in table Cost, you can use WHILE and IterNo to do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Order)&lt;/P&gt;&lt;P&gt;LOAD StartDate + IterNo() - 1 AS Date&lt;/P&gt;&lt;P&gt;, Cost AS ShippingCost&lt;/P&gt;&lt;P&gt;RESIDENT Cost&lt;/P&gt;&lt;P&gt;WHILE StartDate + IterNo() - 1 &amp;lt;= EndDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I uploaded an example here [View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.01.15.11.Posted/ValidityDate.qvw]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dd. //&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 23:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204358#M61300</guid>
      <dc:creator />
      <dc:date>2010-04-06T23:21:28Z</dc:date>
    </item>
    <item>
      <title>Concatenate file with partial keys</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204359#M61301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at "IntervalMatch" in the Ref Guide.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 09:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204359#M61301</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-04-07T09:42:24Z</dc:date>
    </item>
    <item>
      <title>Concatenate file with partial keys</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204360#M61302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Claudio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 10:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204360#M61302</guid>
      <dc:creator />
      <dc:date>2010-04-08T10:01:49Z</dc:date>
    </item>
    <item>
      <title>Concatenate file with partial keys</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204361#M61303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thank to all of you Claudio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 10:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-file-with-partial-keys/m-p/204361#M61303</guid>
      <dc:creator />
      <dc:date>2010-04-08T10:02:16Z</dc:date>
    </item>
  </channel>
</rss>

