<?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 Need help with a join for a resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-join-for-a-resident-table/m-p/674942#M1071752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Cant wrap my head around this... I would like to create a temp table called Incremental, using columns from Balance, and a single column from Rate (ask). Can anyone point out how I should do this? I want to use Incremental to fill in a straight table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Balance:&lt;BR /&gt;SQL SELECT REPORT_MONTH, &lt;BR /&gt;ID,&lt;BR /&gt;CURRENCY&lt;BR /&gt;FROM mydb.dbo."BALANCE";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rate:&lt;BR /&gt;SQL SELECT REPORT_MONTH, &lt;BR /&gt;CURRENCY, &lt;BR /&gt;ASK&lt;BR /&gt;FROM mydb.dbo."RATES";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Incremental:&lt;BR /&gt;LEFT JOIN (Rate)&lt;BR /&gt;LOAD Balance._ID,&lt;BR /&gt;Balance.CURRENCY, &lt;BR /&gt;Rate.ASK&lt;BR /&gt;RESIDENT Balance;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Aug 2014 17:10:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-13T17:10:30Z</dc:date>
    <item>
      <title>Need help with a join for a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-join-for-a-resident-table/m-p/674942#M1071752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Cant wrap my head around this... I would like to create a temp table called Incremental, using columns from Balance, and a single column from Rate (ask). Can anyone point out how I should do this? I want to use Incremental to fill in a straight table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Balance:&lt;BR /&gt;SQL SELECT REPORT_MONTH, &lt;BR /&gt;ID,&lt;BR /&gt;CURRENCY&lt;BR /&gt;FROM mydb.dbo."BALANCE";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rate:&lt;BR /&gt;SQL SELECT REPORT_MONTH, &lt;BR /&gt;CURRENCY, &lt;BR /&gt;ASK&lt;BR /&gt;FROM mydb.dbo."RATES";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Incremental:&lt;BR /&gt;LEFT JOIN (Rate)&lt;BR /&gt;LOAD Balance._ID,&lt;BR /&gt;Balance.CURRENCY, &lt;BR /&gt;Rate.ASK&lt;BR /&gt;RESIDENT Balance;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 17:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-join-for-a-resident-table/m-p/674942#M1071752</guid>
      <dc:creator />
      <dc:date>2014-08-13T17:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a join for a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-join-for-a-resident-table/m-p/674943#M1071753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incremental:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load * Resident Balance;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;Load * Resident Rate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Tables Balance,Rate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two tables will be joined based on &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;REPORT_MONTH&lt;/SPAN&gt; and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CURRENCY&lt;/SPAN&gt; field;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 17:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-join-for-a-resident-table/m-p/674943#M1071753</guid>
      <dc:creator />
      <dc:date>2014-08-13T17:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a join for a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-join-for-a-resident-table/m-p/674944#M1071754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i am qualifying, do i need to add the source table names before the column names?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 18:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-join-for-a-resident-table/m-p/674944#M1071754</guid>
      <dc:creator />
      <dc:date>2014-08-13T18:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with a join for a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-with-a-join-for-a-resident-table/m-p/674945#M1071756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case you can just unqualify the two fields that are used for joining. It will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Unqualify &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;REPORT_MONTH,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CURRENCY&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 18:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-with-a-join-for-a-resident-table/m-p/674945#M1071756</guid>
      <dc:creator />
      <dc:date>2014-08-13T18:47:37Z</dc:date>
    </item>
  </channel>
</rss>

