<?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: JOIN multiple QVD's in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933069#M646285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hate to mark myself as correct, but that did it. Thanks Rob and Johan!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Dec 2015 14:35:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-15T14:35:53Z</dc:date>
    <item>
      <title>JOIN multiple QVD's</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933064#M646280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have daily data on phone, email, and conference data in three separate QVD's. They have two common fields, USER and DATE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I read, I could create one table joining all three with:&lt;/P&gt;&lt;P&gt;TotTab:&lt;/P&gt;&lt;P&gt;LOAD Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CONF.Start Time], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONF.Duration, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONF.Notes, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONF.StartTime&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;R&gt; (qvd);&lt;/R&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (TotTab)&lt;/P&gt;&lt;P&gt;LOAD USER, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Email In], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Email Out], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Total Email], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;R&gt; (qvd);&lt;/R&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (TotTab)&lt;/P&gt;&lt;P&gt;LOAD USER, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CallLength, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hourstamp, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CTS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Call Time], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Caller ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Talking, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;R&gt; (qvd);&lt;/R&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This loads without an error message; however, there is only data from the Conf and Mail tables. No data at all from the Phone table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing incorrectly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 14:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933064#M646280</guid>
      <dc:creator />
      <dc:date>2015-12-15T14:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: JOIN multiple QVD's</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933065#M646281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best guess is that either your Date or USER field values are different in the Phone table. For example, perhaps the Date field in Phone is actually a timestamp? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 14:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933065#M646281</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-12-15T14:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: JOIN multiple QVD's</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933066#M646282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you try to join only on one variable (User&amp;amp;'|'&amp;amp;Date) instead of 2 user and Date separately? Therefore, you rename USER and Date in each table so they won't link, and you add a new variable &lt;SPAN style="font-size: 13.3333px;"&gt;USER&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&amp;amp;'|'&amp;amp;Date as Link.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Johan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 14:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933066#M646282</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2015-12-15T14:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: JOIN multiple QVD's</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933067#M646283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would I do in that case? Change the name of the field in the Phone table? USER is definitely the same in all three. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 14:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933067#M646283</guid>
      <dc:creator />
      <dc:date>2015-12-15T14:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: JOIN multiple QVD's</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933068#M646284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, as Rob mentions, if the content of the variable is different, it will never work either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 14:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933068#M646284</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2015-12-15T14:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: JOIN multiple QVD's</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933069#M646285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hate to mark myself as correct, but that did it. Thanks Rob and Johan!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 14:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933069#M646285</guid>
      <dc:creator />
      <dc:date>2015-12-15T14:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: JOIN multiple QVD's</title>
      <link>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933070#M646286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There may be an issue joining on Date (or USER) from the phone table.&amp;nbsp; Consider aligning the data types by wrapping with Date() function :&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date) as Date&amp;nbsp;&amp;nbsp;&amp;nbsp; ... and loading each individually to check the date values are being intepreted the way you expect so that they will join accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the tables are at the same granularity , then a table concatenation with an extra field called 'TYPE' could offer some interesting possibilities.&amp;nbsp; One of the following 3 fields could each be added each of the loads to give the user a way to SLICE. It may also help with some set analysis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Email' as TYPE&lt;/P&gt;&lt;P&gt;'Confereance as TYPE,&lt;/P&gt;&lt;P&gt;'Phone' as TYPE,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 14:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/JOIN-multiple-QVD-s/m-p/933070#M646286</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-15T14:40:08Z</dc:date>
    </item>
  </channel>
</rss>

