<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594009#M220103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Hi Swuehl,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;This expression fetching both the month values how can i fetch only&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FEB Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Please help me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(=Max(Month))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'2014'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PAY_AMT&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;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Niranjan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 18:11:22 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2014-04-02T18:11:22Z</dc:date>
    <item>
      <title>Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594003#M220097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Data it has only Feb data&lt;/P&gt;&lt;P&gt;but i need to show current month is FEB only 2014, i have 2013 and 2014 data also&lt;/P&gt;&lt;P&gt;How Can i Feb Data Like Current Month&lt;/P&gt;&lt;P&gt;Im Using Max(Month) its not working i want to show in expression current month data&lt;/P&gt;&lt;P&gt;Please find the attechment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 17:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594003#M220097</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-04-02T17:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594004#M220098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use months&amp;nbsp; =month(AddMonths(Today(),-1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 17:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594004#M220098</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-02T17:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594005#M220099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max(Month) won't work as it is not a numeric value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintain one more column called MonthNo and use it in your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex : Load Inline&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;/P&gt;&lt;P&gt;Month,MonthNo&lt;/P&gt;&lt;P&gt;Jan,1&lt;/P&gt;&lt;P&gt;Feb,2&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 17:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594005#M220099</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-04-02T17:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594006#M220100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the way to go here is not using only the month name (or month name and year in separate fields), but create a field that is in fact a date (like a monthstart), you can create such a field e.g. by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;makedate(YearField, MonthField) as MonthStart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your load script (MonthField needs to be numeric here).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then max(MonthStart) will select the records for the current month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 17:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594006#M220100</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-04-02T17:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594007#M220101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add one more field as a Year then you you have to check max date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 17:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594007#M220101</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-02T17:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594008#M220102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i used same expression but if they delay one month means&lt;/P&gt;&lt;P&gt;current month it will disply blank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 17:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594008#M220102</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-04-02T17:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594009#M220103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Hi Swuehl,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;This expression fetching both the month values how can i fetch only&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FEB Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Please help me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(=Max(Month))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'2014'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PAY_AMT&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;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Niranjan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 18:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594009#M220103</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-04-02T18:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594010#M220104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Hi Anand,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Where can i add year field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;Niru&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 18:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-Month/m-p/594010#M220104</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-04-02T18:30:18Z</dc:date>
    </item>
  </channel>
</rss>

