<?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 joins in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/joins/m-p/1454892#M795188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a table1 ,i want Max(NAV_ID) such that,say i have Date=1/11/12 Fundid=99,NAV_ID=2 and Date=1/11//12 fundid=99,NAV_ID=3&lt;/P&gt;&lt;P&gt;,i want to diaplay only the NAV_ID=3,&lt;SPAN style="font-size: 13.3333px;"&gt;Date=1/11//12 fundid=99&lt;/SPAN&gt; followe by other fields(A,B,C,D....) w.r.t to NAV_ID&lt;/P&gt;&lt;P&gt;i tried load resident to achive ths and i left joined with load table ,i did not got the result properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Date, FundID,&amp;nbsp; NAV_ID,A,B,C,D,E,F;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>vignesh_s</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>joins</title>
      <link>https://community.qlik.com/t5/QlikView/joins/m-p/1454892#M795188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a table1 ,i want Max(NAV_ID) such that,say i have Date=1/11/12 Fundid=99,NAV_ID=2 and Date=1/11//12 fundid=99,NAV_ID=3&lt;/P&gt;&lt;P&gt;,i want to diaplay only the NAV_ID=3,&lt;SPAN style="font-size: 13.3333px;"&gt;Date=1/11//12 fundid=99&lt;/SPAN&gt; followe by other fields(A,B,C,D....) w.r.t to NAV_ID&lt;/P&gt;&lt;P&gt;i tried load resident to achive ths and i left joined with load table ,i did not got the result properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Date, FundID,&amp;nbsp; NAV_ID,A,B,C,D,E,F;&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/joins/m-p/1454892#M795188</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.qlik.com/t5/QlikView/joins/m-p/1454893#M795189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;DIV&gt;Load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date, FundID,&amp;nbsp; A,B,C,D,E,F&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NAV_ID&lt;/SPAN&gt;) &lt;/DIV&gt;&lt;DIV&gt;group by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date, FundID,&amp;nbsp; A,B,C,D,E,F&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 17:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joins/m-p/1454893#M795189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-26T17:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.qlik.com/t5/QlikView/joins/m-p/1454894#M795190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think where Max() won't work direct load. You could use something like Left / Right join to deserve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load &lt;SPAN style="font-style: inherit;"&gt;Date, FundID,&amp;nbsp; A,B,C,D,E,F From Table1;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Right Join (Table1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load Date, max(&lt;SPAN style="font-style: inherit;"&gt;NAV_ID&lt;/SPAN&gt;) Resident Table1 &lt;/STRONG&gt;&lt;STRONG&gt;group by &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;Date;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 02:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joins/m-p/1454894#M795190</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-27T02:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.qlik.com/t5/QlikView/joins/m-p/1454895#M795191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;absolutely right your solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 04:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joins/m-p/1454895#M795191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-27T04:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.qlik.com/t5/QlikView/joins/m-p/1454896#M795192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i used right join but ,whn i compare the result with xsl file the value is wrong&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188219_test.png" style="height: 276px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 07:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joins/m-p/1454896#M795192</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2017-12-27T07:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.qlik.com/t5/QlikView/joins/m-p/1454897#M795193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vignesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you compared and what is wrong in that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anil's solution gonna work fine and the sollution was to identify the max NAV_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can specify the problem clearly, anyone can provide you the correct solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188231_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joins/m-p/1454897#M795193</guid>
      <dc:creator>d_prashanthredd</dc:creator>
      <dc:date>2017-12-27T09:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.qlik.com/t5/QlikView/joins/m-p/1454898#M795194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tanks i got solution&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joins/m-p/1454898#M795194</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2017-12-27T09:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.qlik.com/t5/QlikView/joins/m-p/1454899#M795195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to understand the Decimal concept using Num()..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joins/m-p/1454899#M795195</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-27T09:44:56Z</dc:date>
    </item>
  </channel>
</rss>

