<?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 Displaying Max Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210769#M65223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey..&lt;/P&gt;&lt;P&gt;Thanks a lot. This solved my requirement.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Sep 2010 06:51:14 GMT</pubDate>
    <dc:creator>raghavsurya</dc:creator>
    <dc:date>2010-09-24T06:51:14Z</dc:date>
    <item>
      <title>Displaying Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210764#M65218</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 have requirement to display the Sales comparison for the (Max month) and (Max Month -1). Since I can't calculate Max month if I use Jan, Feb etc) I have named them as 1,2,3 etc to calculate the data for Max month.&lt;/P&gt;&lt;P&gt;Also I have mapped the month and calendar month in the below order&lt;/P&gt;&lt;P&gt;Month Calendar.Month Sales&lt;/P&gt;&lt;P&gt;1 Jan 10,000&lt;/P&gt;&lt;P&gt;2 Feb 20,000&lt;/P&gt;&lt;P&gt;3 Mar 30,000&lt;/P&gt;&lt;P&gt;and so on........&lt;/P&gt;&lt;P&gt;Now I want to display the Calendar.Month value for the Max month value in the text box. For Example I have a guage chart wherein the values for (Max month) and (Max month-1) displayed. I also want to put text box next to the values to identify to which calenda.month it belongs to.&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;text Box Guage chart values&lt;/P&gt;&lt;P&gt;Mar 30,000&lt;/P&gt;&lt;P&gt;Feb 20,000&lt;/P&gt;&lt;P&gt;Can anybody suggest how I can do this.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 07:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210764#M65218</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2010-09-21T07:57:03Z</dc:date>
    </item>
    <item>
      <title>Displaying Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210765#M65219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you create a "dual" field, then it will have both a text form and a numeric form. You could create a month dual like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;MONTHS:&lt;BR /&gt;LOAD Dual(Name, Val) AS dlMonth;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Name, Val&lt;BR /&gt; Jan, 1&lt;BR /&gt; Feb, 2&lt;BR /&gt; ..&lt;BR /&gt; Dec, 12&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;When loading from your data source, you can now say &lt;B&gt;myField AS dlMonth&lt;/B&gt; if myField contains a numeric from 1-12 or the month name as included in dlMonth.&lt;/P&gt;&lt;P&gt;&lt;B&gt;dlMonth&lt;/B&gt; will display text in a text box and can be sorted numerically. You can also force the text representation with &lt;B&gt;text(dlMonth)&lt;/B&gt; or force the numeric form with &lt;B&gt;num(dlMonth)&lt;/B&gt; if you wish to override QV's choice of form.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 08:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210765#M65219</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-09-21T08:52:55Z</dc:date>
    </item>
    <item>
      <title>Displaying Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210766#M65220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;Thanks a lot. I shall implement this suggestion and get back to you.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 10:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210766#M65220</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2010-09-22T10:14:59Z</dc:date>
    </item>
    <item>
      <title>Displaying Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210767#M65221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jonathan,&lt;/P&gt;&lt;P&gt;I tried putting the logic suggested by you. But I am not able to get the desired result. I have attached the qvw file for your reference. Can you please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 08:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210767#M65221</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2010-09-23T08:53:58Z</dc:date>
    </item>
    <item>
      <title>Displaying Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210768#M65222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghav&lt;/P&gt;&lt;P&gt;Hope this can solve the problem&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 20:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210768#M65222</guid>
      <dc:creator />
      <dc:date>2010-09-23T20:55:32Z</dc:date>
    </item>
    <item>
      <title>Displaying Max Month</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210769#M65223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey..&lt;/P&gt;&lt;P&gt;Thanks a lot. This solved my requirement.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 06:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Max-Month/m-p/210769#M65223</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2010-09-24T06:51:14Z</dc:date>
    </item>
  </channel>
</rss>

