<?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: load the max date in the pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042843#M642128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to create other table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxDate:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(Max(PostingDate),'MMMYY') as MaxDate&lt;/P&gt;&lt;P&gt;From [..\Qvds\Tracking.qvd] (qvd); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store this Maxdate in some variable &amp;amp; use this same or directly also you can use like &lt;STRONG&gt;=MaxDate &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2016 11:02:42 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2016-01-21T11:02:42Z</dc:date>
    <item>
      <title>load the max date in the pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042842#M642127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi all member &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i Used a pivot Table to get a max date for any task&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i used task like demension and the max date in expression(its necessary to use it like this)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i have two script &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;this Tache is a concatination between other field, and join it with other table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for the first&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;script &lt;/SPAN&gt;:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;Distinct NameTache&amp;amp;'-'typeTask as Tache,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;(MakeDate(1900+left(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;DateTask&lt;/SPAN&gt;,3))+mid(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;DateTask&lt;/SPAN&gt;,4)-1) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;DateTask ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;NameTache,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;typeTask,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;DateTask&amp;nbsp;&amp;nbsp; // the max methode doesn't work here max(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;DateTask) as dateMax&amp;nbsp; &lt;/SPAN&gt;an error message apear&amp;nbsp; that we cann't put the max methode&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;FROM "database" &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;-------------------------------------------------------------------&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;for the second&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;script &lt;/SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;Distinct NameTacheee&amp;amp;'-'typeTaskeee as Tache,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NameTache,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;typeTask,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;FROM "database" &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;please i have tired to resolve this problem but i cant get it &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;- i used variable vMAxdate =max(DateTask) and i used it in expression in the my pivot table but doesn't work&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;- i tried to used it in script to load the max date like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;max(DateTask ) as DateTask_ also doesn't work&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;please help me &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 07:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042842#M642127</guid>
      <dc:creator />
      <dc:date>2016-01-21T07:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: load the max date in the pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042843#M642128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to create other table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxDate:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(Max(PostingDate),'MMMYY') as MaxDate&lt;/P&gt;&lt;P&gt;From [..\Qvds\Tracking.qvd] (qvd); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store this Maxdate in some variable &amp;amp; use this same or directly also you can use like &lt;STRONG&gt;=MaxDate &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 11:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042843#M642128</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-01-21T11:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: load the max date in the pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042844#M642129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your answer.&lt;/P&gt;&lt;P&gt;Could you please give me more explication&amp;nbsp; because I didn't understand you well;&lt;/P&gt;&lt;P&gt;because I want only the max date for the concatenate field for the first table , these date situate in the second table(2ed script)&lt;/P&gt;&lt;P&gt;Thanks, Vikas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Edited by Community Moderator for spelling and grammar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 12:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042844#M642129</guid>
      <dc:creator />
      <dc:date>2016-01-21T12:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: load the max date in the pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042845#M642130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create other table in load script using following syntax&lt;/P&gt;&lt;P&gt;MaxDate:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(Max(PostingDate),'MMMYY') as MaxDate&lt;/P&gt;&lt;P&gt;From [..\Qvds\Tracking.qvd] (qvd); &lt;/P&gt;&lt;P&gt;In variable overview&amp;nbsp; create variable vMaxdate&amp;nbsp; &lt;/P&gt;&lt;P&gt;assign value =Maxdate to variable&amp;nbsp; like this in variable overview&amp;nbsp;&amp;nbsp; vMaxdate = Maxdate &lt;/P&gt;&lt;P&gt;now you can use vMaxdate variable which will hold max date value irrespective of any selection this value will be constant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 04:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042845#M642130</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-01-22T04:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: load the max date in the pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042846#M642131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1453439829615800" jivemacro_uid="_1453439829615800"&gt;
&lt;P style="font-size: 13.3333px;"&gt;Table1:&lt;/P&gt;
&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13px; color: #3d3d3d;"&gt;Load &lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit;"&gt;Distinct NameTache&amp;amp;'-'typeTask as Tache,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; font-size: 13px;"&gt;DateTask&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;SQL SELECT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13px; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;NameTache,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;typeTask,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;DateTask&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13px; color: #3d3d3d;"&gt;FROM "database" &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13px; color: #3d3d3d;"&gt;&lt;/P&gt;
&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13px; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;MaxDate:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13px;"&gt;Load Max(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13px;"&gt;DateTask&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13px;"&gt;) as MaxDate Resident Table1;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d;"&gt;&lt;/P&gt;
&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d;"&gt;Let vMaxDate = Peek('&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px;"&gt;MaxDate',0,'&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px;"&gt;MaxDate');&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px;"&gt;Drop Table &lt;SPAN style="color: #3d3d3d; font-size: 13.3333px;"&gt;MaxDate;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: inherit; font-style: inherit; font-weight: inherit; line-height: 12pt;"&gt;//____________________________&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px;"&gt;//Your second script&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;



&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use vMaxDate &lt;SPAN style="font-size: 13.3333px;"&gt;variable in pivot table&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 05:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042846#M642131</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-22T05:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: load the max date in the pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042847#M642132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for your answer&lt;/P&gt;&lt;P&gt;but it doesn't work ,it desplay the same date for all Rows &lt;/P&gt;&lt;P&gt;realy ,i tired to resolve it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 08:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042847#M642132</guid>
      <dc:creator />
      <dc:date>2016-01-24T08:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: load the max date in the pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042848#M642133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that&amp;nbsp; is work &lt;/P&gt;&lt;P&gt;I stored the script into QVD file and import it &lt;/P&gt;&lt;P&gt;i used in expression of the pivot table tha aggr function aggr(max(date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DateTask)&lt;/SPAN&gt; ),TAsk)&lt;/P&gt;&lt;P&gt;maybe that help other members&lt;/P&gt;&lt;P&gt;thanks All&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 09:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-the-max-date-in-the-pivot-table/m-p/1042848#M642133</guid>
      <dc:creator />
      <dc:date>2016-01-26T09:52:18Z</dc:date>
    </item>
  </channel>
</rss>

