<?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: Problem joining tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-joining-tables/m-p/831970#M991981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with th next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Period:&lt;/P&gt;&lt;P&gt;LOAD Period&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Period.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Period)&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Master.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Period into PeriorCustomer.qvd;&lt;/P&gt;&lt;P&gt;DROP Table Period;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master:&lt;/P&gt;&lt;P&gt;LOAD Period, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;PeriorCustomer.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outer Join(Master)&lt;/P&gt;&lt;P&gt;LOAD Period, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; File&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Master.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Master into MasterFinal.qvd;&lt;/P&gt;&lt;P&gt;DROP Table Master;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD Period, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(isnull(File), 'MISSING','LOADED') as invoices&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;MasterFinal.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And we will have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="im.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92274_im.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2015 17:44:44 GMT</pubDate>
    <dc:creator>ger_alegria</dc:creator>
    <dc:date>2015-07-08T17:44:44Z</dc:date>
    <item>
      <title>Problem joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-joining-tables/m-p/831969#M991980</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;I'm a newbie for the forum and I have an issue... maybe it's a simple problem but I'm going mad!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have many tables, one is a master calendar for period and the others are summary tables in which I stored data from load script (I loaded many type of files which various data), in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Periods:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Period&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;201411&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;201412&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;201501&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;201502&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the other is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Period&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;CustomerCode&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;FileType&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;201411&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A01&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;invoices.txt&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201412&lt;/TD&gt;&lt;TD&gt;A01&lt;/TD&gt;&lt;TD&gt;invoices.txt&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201501&lt;/TD&gt;&lt;TD&gt;A01&lt;/TD&gt;&lt;TD&gt;invoices.txt&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201502&lt;/TD&gt;&lt;TD&gt;A01&lt;/TD&gt;&lt;TD&gt;invoices.txt&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201411&lt;/TD&gt;&lt;TD&gt;B01&lt;/TD&gt;&lt;TD&gt;invoices.txt&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201412&lt;/TD&gt;&lt;TD&gt;B01&lt;/TD&gt;&lt;TD&gt;invoices.txt&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;201502&lt;/TD&gt;&lt;TD&gt;B01&lt;/TD&gt;&lt;TD&gt;invoices.txt&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to build a situation similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Period&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Customer&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;invoices.txt&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD rowspan="2" style="padding: 2px;"&gt;201411&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;LOADED!&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B1&lt;/TD&gt;&lt;TD&gt;LOADED!&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD rowspan="2"&gt;201412&lt;/TD&gt;&lt;TD&gt;A1&lt;/TD&gt;&lt;TD&gt;LOADED!&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B1&lt;/TD&gt;&lt;TD&gt;LOADED!&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD rowspan="2"&gt;201501&lt;/TD&gt;&lt;TD&gt;A1&lt;/TD&gt;&lt;TD&gt;LOADED!&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B1&lt;/TD&gt;&lt;TD&gt;MISSING!!!!!!!!!!&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD rowspan="2"&gt;201502&lt;/TD&gt;&lt;TD&gt;A1&lt;/TD&gt;&lt;TD&gt;LOADED!&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B1&lt;/TD&gt;&lt;TD&gt;LOADED!&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I'll add some type of files and then I'll have a monitor of all loaded files per Customer. My problem is that I'm not able to show the row with missing value... because if I use different join in my script I lose that row... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 16:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-joining-tables/m-p/831969#M991980</guid>
      <dc:creator>mike_spada</dc:creator>
      <dc:date>2015-07-08T16:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-joining-tables/m-p/831970#M991981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with th next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Period:&lt;/P&gt;&lt;P&gt;LOAD Period&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Period.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Period)&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Master.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Period into PeriorCustomer.qvd;&lt;/P&gt;&lt;P&gt;DROP Table Period;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master:&lt;/P&gt;&lt;P&gt;LOAD Period, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;PeriorCustomer.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outer Join(Master)&lt;/P&gt;&lt;P&gt;LOAD Period, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; File&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Master.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Master into MasterFinal.qvd;&lt;/P&gt;&lt;P&gt;DROP Table Master;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD Period, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(isnull(File), 'MISSING','LOADED') as invoices&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;MasterFinal.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And we will have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="im.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92274_im.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-joining-tables/m-p/831970#M991981</guid>
      <dc:creator>ger_alegria</dc:creator>
      <dc:date>2015-07-08T17:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-joining-tables/m-p/831971#M991982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gerardo,&lt;/P&gt;&lt;P&gt;thank you very much! It works... with one column (as I required)... but I want to have more columns, each for one file... so I tried to modify your good script in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Period:&lt;/P&gt;&lt;P&gt;LOAD Period&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Period.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Period)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Master.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Period)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileType&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Master.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Period into PeriodCustomer.qvd;&lt;/P&gt;&lt;P&gt;DROP Table Period;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master:&lt;/P&gt;&lt;P&gt;LOAD Period,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileType as myFileType&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;PeriodCustomer.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outer Join(Master)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Period,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileType&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Master.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Master into MasterFinal.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Master;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD Period,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //if(isnull(FileType), 'MISSING','LOADED') as file, //no more needed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myFileType,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(myFileType='invoices.txt',if(isnull(FileType), 'MISSING','LOADED')) as file_invoices,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(myFileType='orders.txt',if(isnull(FileType), 'MISSING','LOADED')) as file_orders&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;MasterFinal.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the result is now what I wanted:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="92306" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92306_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;The expression behind the led is like&lt;/P&gt;&lt;P&gt;=if(file_invoices='LOADED','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you put me in the correct way... so thank you!&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: if you see something to "best-practising" in my load script tell me &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 19:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-joining-tables/m-p/831971#M991982</guid>
      <dc:creator>mike_spada</dc:creator>
      <dc:date>2015-07-08T19:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-joining-tables/m-p/831972#M991983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Mike!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you Mark te answer as helpful answer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day to!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 19:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-joining-tables/m-p/831972#M991983</guid>
      <dc:creator>ger_alegria</dc:creator>
      <dc:date>2015-07-08T19:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem joining tables</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-joining-tables/m-p/831973#M991984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not useful... correct &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 19:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-joining-tables/m-p/831973#M991984</guid>
      <dc:creator>mike_spada</dc:creator>
      <dc:date>2015-07-08T19:49:06Z</dc:date>
    </item>
  </channel>
</rss>

