<?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: month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/month/m-p/1365739#M840890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is fine but how do we use in set analysis???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use in text object max(month) its giving me 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I nee to to show employee count max month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2017 13:05:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-04T13:05:47Z</dc:date>
    <item>
      <title>month</title>
      <link>https://community.qlik.com/t5/QlikView/month/m-p/1365735#M840886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have field called month_order (FY:Apr to Mar) now I need to use in set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In text object,&amp;nbsp; max(&lt;SPAN style="font-size: 13.3333px;"&gt;month_order &lt;/SPAN&gt;) here am getting 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show Max Month Dec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with monthname(&lt;SPAN style="font-size: 13.3333px;"&gt;month_order&lt;/SPAN&gt;) and test(&lt;SPAN style="font-size: 13.3333px;"&gt;month_order&lt;/SPAN&gt;) but not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas pls suggest!&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/month/m-p/1365735#M840886</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: month</title>
      <link>https://community.qlik.com/t5/QlikView/month/m-p/1365736#M840887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can define your month_order field in script using dual to give the field both a numeric and string value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldn't you want max(month_order) to show Mar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 12:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month/m-p/1365736#M840887</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-05-04T12:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: month</title>
      <link>https://community.qlik.com/t5/QlikView/month/m-p/1365737#M840888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;With dual I have given already like dual('Apr',1)...............................................................('&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Mar&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;',12)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In text object am using max(month_order) it returns 12 only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show max month as Mar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do I use in set analysis??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 12:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month/m-p/1365737#M840888</guid>
      <dc:creator />
      <dc:date>2017-05-04T12:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: month</title>
      <link>https://community.qlik.com/t5/QlikView/month/m-p/1365738#M840889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attached sample might be helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 12:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month/m-p/1365738#M840889</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-05-04T12:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: month</title>
      <link>https://community.qlik.com/t5/QlikView/month/m-p/1365739#M840890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is fine but how do we use in set analysis???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use in text object max(month) its giving me 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I nee to to show employee count max month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 13:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month/m-p/1365739#M840890</guid>
      <dc:creator />
      <dc:date>2017-05-04T13:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: month</title>
      <link>https://community.qlik.com/t5/QlikView/month/m-p/1365740#M840891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in textbox try like:&lt;/P&gt;&lt;P&gt;=only(aggr(max(Month),SortOrder))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 13:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month/m-p/1365740#M840891</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-05-04T13:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: month</title>
      <link>https://community.qlik.com/t5/QlikView/month/m-p/1365741#M840892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need 'Dec' instead of 12, try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Month(MakeDate(1, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;max(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;month_order &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 13:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month/m-p/1365741#M840892</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-04T13:16:45Z</dc:date>
    </item>
  </channel>
</rss>

