<?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: Questin regarding Month() function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438188#M163349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Num(Month(Today())).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month is a dual function.&amp;nbsp; It returns a String or a Number depends on the data type.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use it in a text object, it returns a string, but you can force it to be a number using Num() function.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2013 18:57:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-09T18:57:48Z</dc:date>
    <item>
      <title>Questin regarding Month() function</title>
      <link>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438187#M163348</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;in the Help section the description of the Month() function says as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #0000ff;"&gt;Month. Returns a &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;text &lt;/STRONG&gt;&lt;/SPAN&gt;string representing the month when the fraction of expr is interpreted as a date, but can be formatted as a number.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #0000ff;"&gt;Example:&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="color: #0000ff;"&gt;month( '1971-10-30' ) returns Oct.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;(Worth noting that the functions Year() and Day() return &lt;STRONG&gt;integer &lt;/STRONG&gt;and not &lt;STRONG&gt;text&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;However, in the Edit Script section, when building a calendar and using the Month() function it returns an integer 1, 2, 3, ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Why is the difference and how can I get the numerical value of the Month(Today()) or Month(Now())?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 18:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438187#M163348</guid>
      <dc:creator>jduenyas</dc:creator>
      <dc:date>2013-04-09T18:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Questin regarding Month() function</title>
      <link>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438188#M163349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Num(Month(Today())).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month is a dual function.&amp;nbsp; It returns a String or a Number depends on the data type.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use it in a text object, it returns a string, but you can force it to be a number using Num() function.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 18:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438188#M163349</guid>
      <dc:creator />
      <dc:date>2013-04-09T18:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Questin regarding Month() function</title>
      <link>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438189#M163350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using =&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;But in the output, I want to see 09 instead of 9 (for the month of September for example). Is there anyway to do that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 11:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438189#M163350</guid>
      <dc:creator />
      <dc:date>2013-09-06T11:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Questin regarding Month() function</title>
      <link>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438190#M163351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;include the format. &lt;/P&gt;&lt;P&gt;=num(month(today()), '00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 22:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438190#M163351</guid>
      <dc:creator />
      <dc:date>2013-09-06T22:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Questin regarding Month() function</title>
      <link>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438191#M163352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;Months are actually stored as dual values in QlikView.&amp;nbsp; (as may be other fields in your data model you might not expect).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;Try the two expressions in listboxes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;=&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;()))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;=&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;()))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;Also note that in the script you don't have a default table to assign the number to associate to a month string.&amp;nbsp; However the 'default' scripting that comes with every application (english version)contains the line&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;SET&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #808080;"&gt;&lt;STRONG style="margin: 0px; padding: 0px; border: 0px; font-weight: bold; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline;"&gt;&lt;EM style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: italic; font-size: 11px; font-family: inherit; vertical-align: baseline;"&gt;MonthNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;watch what happens to the text output of the month functions when the names are redefined&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;SET&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #808080;"&gt;&lt;STRONG style="margin: 0px; padding: 0px; border: 0px; font-weight: bold; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline;"&gt;&lt;EM style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: italic; font-size: 11px; font-family: inherit; vertical-align: baseline;"&gt;MonthNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;='Jorg;Furb;Mir;&lt;STRONG style="margin: 0px; padding: 0px; border: 0px; font-weight: bold; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline;"&gt;Ogre&lt;/STRONG&gt;;May;Junk;Jules;Arrg;Sep;Ork;Nov;Dec';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;Sometimes you will see inline tables in application, often to assign fiscal or other numbering systems to month names&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;LOAD&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;*&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #0000ff;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline; color: #800000;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, Month_Num, Fiscal_Month&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan, 1, 4&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb, 2, 5&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar, 3, 6&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr, 4, 7&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; May, 5, 8&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jun, 6, 9&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jul, 7, 10&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aug, 8, 11&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sep, 9, 12&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oct, 10, 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nov, 11, 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dec, 12, 3&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; vertical-align: baseline;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; padding: 0px; border: 0px; font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; vertical-align: baseline; color: #3d3d3d; font-variant: normal; letter-spacing: normal; line-height: 19.5px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;So by default, how is the expression you use going to interpret in terms of DUAL???&amp;nbsp; It's simple&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;SPAN class="emoticon-inline emoticon_wink"&gt;&lt;/SPAN&gt;&amp;nbsp; which ever way you needed the dual data type to evaluate in order for your expression to work, Month() will return the value that you DON'T want.&amp;nbsp; (It's almost psychic in knowing this).&amp;nbsp; If you were expecting text it will return a num and if you were hoping for the num it will return text. Force it to yield up it's usefulness by wrapping it in either Num() or Text() functions and denying it's ability to wriggle onto the other side!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 20:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438191#M163352</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2014-04-15T20:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Questin regarding Month() function</title>
      <link>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438192#M163353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The post on this thread from Evan Kurowski was accidentally deleted and had been marked as the correct answer. In order to restore points to all participants I have copied, reinserted and remarked as correct. Thanks for your patience!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 20:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/438192#M163353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-15T20:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Questin regarding Month() function</title>
      <link>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/1598485#M444083</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i want to create a function month(today()) in the set analysis, however&amp;nbsp; that makes reference to months before.&amp;nbsp; for now, i've written this formula in relation a month immediately antecedent:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;typ_misura_liv2={'FATT'}, mese_COM={$(=Month(Month(Today()-1)))}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;the problem is when i try to go as behind on the months, because i put for example "-3" and data don't change.&lt;/P&gt;&lt;P&gt;can you help me understand ehat could be the problem?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 08:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questin-regarding-Month-function/m-p/1598485#M444083</guid>
      <dc:creator>marcomartinetti</dc:creator>
      <dc:date>2019-07-03T08:17:52Z</dc:date>
    </item>
  </channel>
</rss>

