<?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 left join table and converting rows to columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430512#M801972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌I have an original table where the dimensions are company code, date and stock price. I want to link to another table with the same table structure but only three different values in date dimension. I am to use left join function. And the end result I want to achieve is having three additional columns(representing 3 different values in the second table) and the value in these three dimensions will be the corresponding stock price on those days. Any idea how I can achieve this? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>ronaldwang</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>left join table and converting rows to columns</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430512#M801972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌I have an original table where the dimensions are company code, date and stock price. I want to link to another table with the same table structure but only three different values in date dimension. I am to use left join function. And the end result I want to achieve is having three additional columns(representing 3 different values in the second table) and the value in these three dimensions will be the corresponding stock price on those days. Any idea how I can achieve this? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430512#M801972</guid>
      <dc:creator>ronaldwang</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: left join table and converting rows to columns</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430513#M801973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you explain with small example??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 06:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430513#M801973</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-11-21T06:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: left join table and converting rows to columns</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430514#M801974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be try this..&lt;/P&gt;&lt;P&gt;If it is only 3 dimensions needs to add, you can filter one by one and do the left join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load CompanyCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stock_Price&lt;/P&gt;&lt;P&gt;From Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Table1)&lt;/P&gt;&lt;P&gt;Load CompanyCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Field1' as Field1&lt;/P&gt;&lt;P&gt;from Table2 where Date='Filedvalue1';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Left Join (Table1)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load CompanyCode,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Field2 as Field2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;from Table2 where Date='Filedvalue2';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 06:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430514#M801974</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2017-11-21T06:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: left join table and converting rows to columns</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430515#M801975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;The original table is like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturestart.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183985_Capturestart.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;After left joining itself, the result I want to achieve is like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captureend.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/183989_Captureend.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 07:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430515#M801975</guid>
      <dc:creator>ronaldwang</dc:creator>
      <dc:date>2017-11-21T07:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: left join table and converting rows to columns</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430516#M801976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, will give it a try to see how it goes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 07:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430516#M801976</guid>
      <dc:creator>ronaldwang</dc:creator>
      <dc:date>2017-11-21T07:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: left join table and converting rows to columns</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430517#M801977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you share your second table also / Which has only 3 dates ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 08:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430517#M801977</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2017-11-21T08:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: left join table and converting rows to columns</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430518#M801978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this: Generic load is the solution in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table11:&lt;/P&gt;&lt;P&gt;LOAD CID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sale&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD CID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sale&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp1:&lt;/P&gt;&lt;P&gt;Generic LOAD * resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join (Table11)&lt;/P&gt;&lt;P&gt;result:&lt;/P&gt;&lt;P&gt;LOAD Distinct CID Resident Table1;&lt;/P&gt;&lt;P&gt;DROP Table Table1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 08:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430518#M801978</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2017-11-21T08:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: left join table and converting rows to columns</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430519#M801979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KC, below is the second table&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturesec.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184106_Capturesec.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 00:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430519#M801979</guid>
      <dc:creator>ronaldwang</dc:creator>
      <dc:date>2017-11-22T00:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: left join table and converting rows to columns</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430520#M801980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give a try to the below solution i mentioned. Use generic load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 05:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430520#M801980</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2017-11-22T05:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: left join table and converting rows to columns</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430521#M801981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, I got it to work by using left join and where clause. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 06:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-table-and-converting-rows-to-columns/m-p/1430521#M801981</guid>
      <dc:creator>ronaldwang</dc:creator>
      <dc:date>2017-11-22T06:09:28Z</dc:date>
    </item>
  </channel>
</rss>

