<?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: Find Max date of 2 fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-2-fields/m-p/778544#M275973</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;=RangeMax(Cal_dim_expr1,Cal_dim_expr12)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2015 07:25:05 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2015-01-13T07:25:05Z</dc:date>
    <item>
      <title>Find Max date of 2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-2-fields/m-p/778543#M275972</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;i need to find Max Date with expression comparing of 2 field but both these fields are Calculated dimensions. &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75168_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 07:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-2-fields/m-p/778543#M275972</guid>
      <dc:creator />
      <dc:date>2015-01-13T07:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Find Max date of 2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-2-fields/m-p/778544#M275973</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;=RangeMax(Cal_dim_expr1,Cal_dim_expr12)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 07:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-2-fields/m-p/778544#M275973</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-01-13T07:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Find Max date of 2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-2-fields/m-p/778545#M275974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you check the below example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Forecast1,Event1&lt;/P&gt;&lt;P&gt;10/18/2012,05/08/2012&lt;/P&gt;&lt;P&gt;09/06/2012,05/14/2012&lt;/P&gt;&lt;P&gt;09/28/2012,07/25/2012&lt;/P&gt;&lt;P&gt;10/25/2012,08/22/2012&lt;/P&gt;&lt;P&gt;10/10/2012,11/11/2012&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;Forecast1&lt;/P&gt;&lt;P&gt;Event1&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;=if(Num(Forecast1)&amp;gt;Num(Event1),Forecast1,Event1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75175_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;But as you mentioned you have calculated dimension . so try to use the calculated Dimension syntax in the expression.&lt;/P&gt;&lt;P&gt;else attach the sample file for better understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 07:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-2-fields/m-p/778545#M275974</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2015-01-13T07:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Find Max date of 2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-2-fields/m-p/778546#M275975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/anbu1984"&gt;anbu1984&lt;/A&gt;,&lt;/STRONG&gt; &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/MDMUKRAMALI"&gt;MDMUKRAMALI&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 08:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-2-fields/m-p/778546#M275975</guid>
      <dc:creator />
      <dc:date>2015-01-13T08:46:19Z</dc:date>
    </item>
  </channel>
</rss>

