<?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: =Max(Month) is not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-Month-is-not-working/m-p/56909#M790281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Max string is working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have used below one in the back end it is also working&lt;/P&gt;&lt;P&gt; Date( Date# ( "Month",'MMM'),'MMM') as Month,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Feb 2018 10:28:23 GMT</pubDate>
    <dc:creator>bhavvibudagam</dc:creator>
    <dc:date>2018-02-06T10:28:23Z</dc:date>
    <item>
      <title>=Max(Month) is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month-is-not-working/m-p/56905#M790276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the below attached app I have loaded Month Field. In the filter pane I am able to see Month. But when i have tried to take&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=Max(Month) then I am not able to get Dec on Text object.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In the set analysis also Its not working&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Month={&lt;SPAN style="color: #ff0000;"&gt;"$(=Max(Month))"&lt;/SPAN&gt;},[Media Type]={'PAID MEDIA'}&amp;gt;}Visits)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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/Max-Month-is-not-working/m-p/56905#M790276</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: =Max(Month) is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month-is-not-working/m-p/56906#M790278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;your Month field is text data type, not Date type&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please convert to Date type before using&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;An Pham&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 10:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month-is-not-working/m-p/56906#M790278</guid>
      <dc:creator>kenphamvn</dc:creator>
      <dc:date>2018-02-06T10:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: =Max(Month) is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month-is-not-working/m-p/56907#M790279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try maxString()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 10:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month-is-not-working/m-p/56907#M790279</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-02-06T10:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: =Max(Month) is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month-is-not-working/m-p/56908#M790280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll think Maxstring maybe helps&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Month={&lt;SPAN style="color: #ff0000;"&gt;"$(=Maxstring(Month))"&lt;/SPAN&gt;},[Media Type]={'PAID MEDIA'}&amp;gt;}Visits)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 10:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month-is-not-working/m-p/56908#M790280</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-02-06T10:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: =Max(Month) is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month-is-not-working/m-p/56909#M790281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Max string is working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have used below one in the back end it is also working&lt;/P&gt;&lt;P&gt; Date( Date# ( "Month",'MMM'),'MMM') as Month,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 10:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month-is-not-working/m-p/56909#M790281</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2018-02-06T10:28:23Z</dc:date>
    </item>
  </channel>
</rss>

