<?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: Pivot table Max date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-Max-date/m-p/1965695#M1220344</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/142000"&gt;@nvijay5757&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;Sorry, I didn't quite catch what you said.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Aug 2022 07:33:22 GMT</pubDate>
    <dc:creator>BrunPierre</dc:creator>
    <dc:date>2022-08-08T07:33:22Z</dc:date>
    <item>
      <title>Pivot table Max date</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Max-date/m-p/1965573#M1220337</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;in pivot table how to take max date&lt;/P&gt;
&lt;P&gt;ex:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nvijay5757_0-1659885415186.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86154i538D04A30D6ED16F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nvijay5757_0-1659885415186.png" alt="nvijay5757_0-1659885415186.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;in original ppap column as end_date. in this some rows are showing two to three dates how to take max date. if i apply MAX(date) not working.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LOAD Distinct site_code,&lt;BR /&gt;Concat(DISTINCT part_description,', ') as Part_descriprion_new,&lt;BR /&gt;date(Max(end_date), 'YYYY-MM-DD') as end_date, 1 as date_flag &lt;BR /&gt;Resident Input Group By site_code;&lt;/P&gt;
&lt;P&gt;i have written in script but all is grouping then it is showing only one site code. help me thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 15:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Max-date/m-p/1965573#M1220337</guid>
      <dc:creator>nvijay5757</dc:creator>
      <dc:date>2022-08-07T15:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Max date</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Max-date/m-p/1965582#M1220339</link>
      <description>&lt;P&gt;Maybe like this&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;TEMP:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD Distinct site_code,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Part_descriprion_new,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;end_date,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;1 as date_flag&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident Input;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FINAL:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD site_code,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;date_flag,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Concat(DISTINCT part_description,', ') as Part_descriprion_new,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Max(Date(end_date),'YYYY-MM-DD') as end_date&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident TEMP &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Group By site_code,date_flag;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DROP Table Input;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 21:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Max-date/m-p/1965582#M1220339</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-08-07T21:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Max date</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Max-date/m-p/1965644#M1220341</link>
      <description>&lt;P&gt;Hi thanks for your reply,&lt;/P&gt;
&lt;P&gt;above load i have used&amp;nbsp; &amp;nbsp; &amp;nbsp; Left Join( Input).&lt;/P&gt;
&lt;P&gt;so if take resident then remaining cols missing.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 05:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Max-date/m-p/1965644#M1220341</guid>
      <dc:creator>nvijay5757</dc:creator>
      <dc:date>2022-08-08T05:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Max date</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Max-date/m-p/1965695#M1220344</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/142000"&gt;@nvijay5757&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;Sorry, I didn't quite catch what you said.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 07:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Max-date/m-p/1965695#M1220344</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-08-08T07:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Max date</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Max-date/m-p/1973092#M1220628</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/142000"&gt;@nvijay5757&lt;/a&gt; Is your question answered?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 14:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Max-date/m-p/1973092#M1220628</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-08-25T14:08:52Z</dc:date>
    </item>
  </channel>
</rss>

