<?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: IF(Datefield = Max(OtherDateField), ... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-Datefield-Max-OtherDateField/m-p/116555#M750646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This still didn't work and as of right now I only have one ReportDate. I realized what I want to do won't work though because I'm going to need to flag the information in the load script. I don't want anything that's not =Max(ReportDate) to be bucketed as other in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2018 16:27:12 GMT</pubDate>
    <dc:creator>greend21</dc:creator>
    <dc:date>2018-11-07T16:27:12Z</dc:date>
    <item>
      <title>IF(Datefield = Max(OtherDateField), ...</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Datefield-Max-OtherDateField/m-p/116551#M750642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My If statement is below. I've tried a few different thins that don't seem to work. It's not recognizing the criteria for 'US Entry Date' and is lumping these into the 'Other' category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(DWHUSEntryDt= '$(=$(vMaxRptDate))','US Entry Date',&lt;/P&gt;&lt;P&gt;IF(DWHAllocStCd='U' AND DWHAllocNum &amp;lt;&amp;gt;0,'Backed Out Allocation',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Other'))&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/IF-Datefield-Max-OtherDateField/m-p/116551#M750642</guid>
      <dc:creator>greend21</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: IF(Datefield = Max(OtherDateField), ...</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Datefield-Max-OtherDateField/m-p/116552#M750643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you define vMaxRptDate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 15:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Datefield-Max-OtherDateField/m-p/116552#M750643</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-07T15:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: IF(Datefield = Max(OtherDateField), ...</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Datefield-Max-OtherDateField/m-p/116553#M750644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max(ReportDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 15:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Datefield-Max-OtherDateField/m-p/116553#M750644</guid>
      <dc:creator>greend21</dc:creator>
      <dc:date>2018-11-07T15:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: IF(Datefield = Max(OtherDateField), ...</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Datefield-Max-OtherDateField/m-p/116554#M750645</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;=If(DWHUSEntryDt = &lt;SPAN style="color: #ff0000;"&gt;Max(TOTAL&amp;nbsp; ReportDate)&lt;/SPAN&gt;, 'US Entry Date', If(DWHAllocStCd='U' and DWHAllocNum &amp;lt;&amp;gt; 0, 'Backed Out Allocation',&amp;nbsp; 'Other'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 16:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Datefield-Max-OtherDateField/m-p/116554#M750645</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-07T16:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: IF(Datefield = Max(OtherDateField), ...</title>
      <link>https://community.qlik.com/t5/QlikView/IF-Datefield-Max-OtherDateField/m-p/116555#M750646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This still didn't work and as of right now I only have one ReportDate. I realized what I want to do won't work though because I'm going to need to flag the information in the load script. I don't want anything that's not =Max(ReportDate) to be bucketed as other in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 16:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-Datefield-Max-OtherDateField/m-p/116555#M750646</guid>
      <dc:creator>greend21</dc:creator>
      <dc:date>2018-11-07T16:27:12Z</dc:date>
    </item>
  </channel>
</rss>

