<?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: How to display a value based on the maximum date for same Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336963#M412304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick responses. I am looking for the front end solution. I also have different conditions in my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we set the below expression for the max date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pull Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'M'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Open Age]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;gt; 0 &amp;amp; &amp;lt;= 30 Days'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[DQ Item Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'DQ Issues'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Severity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Critical','High'},&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Resolution Due Date Month Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {'UNASSIGNED'},&lt;BR /&gt; Status -= {'Draft','Cancelled'}&amp;gt;}distinct Id) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Date field Calculation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Open Age]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;gt; 0 &amp;amp; &amp;lt;= 30 Days'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pull Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'M'} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[As of Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2017 14:23:54 GMT</pubDate>
    <dc:creator>varunreddy</dc:creator>
    <dc:date>2017-07-19T14:23:54Z</dc:date>
    <item>
      <title>How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336953#M412294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to pick the maximum status for an issue based on the maximum Date available. Please find the attachment below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 fields Date, Status and ID and below is my dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;Mar-17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Progress&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123&lt;/P&gt;&lt;P&gt;Apr-17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Progress&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123&lt;/P&gt;&lt;P&gt;Mar-17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Opened&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 245&lt;/P&gt;&lt;P&gt;Apr-17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Progress&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 245&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see this as my output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;Apr-17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resolved&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123&lt;/P&gt;&lt;P&gt;Apr-17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Progress&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 245&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an ID, I need the status for max Date of an ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached data source and QVW I created. I am getting status for min date and I am not sure, Where I am doing it wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please take a look at this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 13:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336953#M412294</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2017-07-19T13:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336954#M412295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Book1.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Max(Date) as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By ID;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336954#M412295</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-19T14:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336955#M412296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension is MonthName(Date) and second dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression - &lt;STRONG&gt;Only({&amp;lt;Date = {'$(=Max(Date))'}&amp;gt;} ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336955#M412296</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-19T14:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336956#M412297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other way and probably a slightly more efficient one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Book1.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where ID &amp;lt;&amp;gt; Previous (ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By ID, Date desc;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336956#M412297</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-19T14:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336957#M412298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;Maybe this&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170745_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336957#M412298</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-19T14:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336958#M412299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD date(Date, 'MMM-YYYY') as Date,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Book1 (2).xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Left Join(Data)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD date(max(Date),'MMM YYYY') as Date,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as Flag&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Data&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group by ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Create straight table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Dimension:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Expression&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1) Date&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Only({&amp;lt;Flag={1}&amp;gt;}Date)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2) Status&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Only({&amp;lt;Flag={1}&amp;gt;}Status)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336958#M412299</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-07-19T14:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336959#M412300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did I miss something, all of you are giving front end solutions... did the OP specifically asked for front end solution? I am sorry if I missed it &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, 19 Jul 2017 14:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336959#M412300</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-19T14:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336960#M412301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just of curiosity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336960#M412301</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-19T14:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336961#M412302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mine is mixed, front and back end &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, 19 Jul 2017 14:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336961#M412302</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-07-19T14:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336962#M412303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having different filters in the expression I am using. Can we accommodate in your expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pull Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'M'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Open Age]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;gt; 0 &amp;amp; &amp;lt;= 30 Days'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[DQ Item Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'DQ Issues'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Severity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Critical','High'},&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Resolution Due Date Month Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {'UNASSIGNED'},&lt;BR /&gt; Status -= {'Draft','Cancelled'}&amp;gt;}distinct Id) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336962#M412303</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2017-07-19T14:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336963#M412304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick responses. I am looking for the front end solution. I also have different conditions in my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we set the below expression for the max date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pull Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'M'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Open Age]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;gt; 0 &amp;amp; &amp;lt;= 30 Days'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[DQ Item Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'DQ Issues'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Severity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Critical','High'},&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Resolution Due Date Month Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {'UNASSIGNED'},&lt;BR /&gt; Status -= {'Draft','Cancelled'}&amp;gt;}distinct Id) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Date field Calculation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Open Age]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;gt; 0 &amp;amp; &amp;lt;= 30 Days'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pull Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'M'} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[As of Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336963#M412304</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2017-07-19T14:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336964#M412305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though, Why can't you add direct like below. &lt;SPAN style="font-size: 10pt;"&gt;If your expression returns some value then below should work for you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;({&amp;lt;[Pull Type]= {'M'},[Open Age] = {'&amp;gt; 0 &amp;amp; &amp;lt;= 30 Days'},[DQ Item Type] = {'DQ Issues'},Severity = {'Critical','High'},&lt;BR /&gt;[Resolution Due Date Month Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt; -= {'UNASSIGNED'}, &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Status -= {'Draft','Cancelled'}, &lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date = {'$(=Max(Date))'}&lt;/STRONG&gt;&amp;gt;}distinct Id)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336964#M412305</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-19T14:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336965#M412306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for front end solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using calculated dimension for date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Open Age]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;gt; 0 &amp;amp; &amp;lt;= 30 Days'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pull Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'M'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[As of Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;gt;=$(=vYearStart) &amp;lt;= $(=vMaxMonthDate)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[As of Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I am picking max date for an issue that is between o to 30 days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pull Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'M'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Open Age]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;gt; 0 &amp;amp; &amp;lt;= 30 Days'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[DQ Item Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'DQ Issues'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Severity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Critical','High'},&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Resolution Due Date Month Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {'UNASSIGNED'},&lt;BR /&gt; Status -= {'Draft','Cancelled'}&amp;gt;}distinct Id) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Here I am counting distinct issues for the above filters. After doing this, I found the issue mentioned above. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336965#M412306</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2017-07-19T14:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336966#M412307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a single max date across all IDs or do you have different max dates? Would you be able to share a database which is closer to your actual problem to help you better here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336966#M412307</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-19T14:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336967#M412308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Date(Max(Date),'MMM-YY')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;FirstSortedValue(Status,-Date)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Apr-17&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Resolved&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;123&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Apr-17&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;In Progress&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;245&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336967#M412308</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-19T14:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336968#M412309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be my condition to display max date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Open Age]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;gt; 0 &amp;amp; &amp;lt;= 30 Days'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pull Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'M'} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[As of Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336968#M412309</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2017-07-19T14:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336969#M412310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. This worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336969#M412310</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2017-07-19T14:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336970#M412311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this. Thanks for your quick responses. I have learnt new things todays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336970#M412311</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2017-07-19T14:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a value based on the maximum date for same Issue</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336971#M412312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even, You have written set analysis. Why do you need dimension as expression. Because, It kills the performance while we are using Calc. Condition and although i would ask you to share sample application where you are doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-a-value-based-on-the-maximum-date-for-same-Issue/m-p/1336971#M412312</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-19T15:04:13Z</dc:date>
    </item>
  </channel>
</rss>

