<?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: How do I refer to LongMonthNames variable in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205638#M626807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Month,'MMMM')&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>Wed, 02 Nov 2016 16:55:22 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2016-11-02T16:55:22Z</dc:date>
    <item>
      <title>How do I refer to LongMonthNames variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205635#M626804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to use the variable LongMonthNames in my script, but I cannot figure out what the syntax should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Month(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OrderDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; This is what I currently have.&amp;nbsp; What do I need to change the variable to so I can utilize the Long Month Names variable that is created in the Main script?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MonthNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;LongMonthNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='January;February;March;April;May;June;July;August;September;October;November;December'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 16:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205635#M626804</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-11-02T16:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I refer to LongMonthNames variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205636#M626805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using only this&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1478105253586400" jivemacro_uid="_1478105253586400" modifiedtitle="true"&gt;
&lt;P&gt;SET MonthNames='January;February;March;April;May;June;July;August;September;October;November;December';&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&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>Wed, 02 Nov 2016 16:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205636#M626805</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-11-02T16:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I refer to LongMonthNames variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205637#M626806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I do not want to do that.&amp;nbsp; I want to use the LongMonthNames variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 16:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205637#M626806</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-11-02T16:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I refer to LongMonthNames variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205638#M626807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Month,'MMMM')&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>Wed, 02 Nov 2016 16:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205638#M626807</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-11-02T16:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I refer to LongMonthNames variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205639#M626808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the point of QlikView adding the LongMonthNames variable if I can't use it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 16:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205639#M626808</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-11-02T16:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I refer to LongMonthNames variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205640#M626809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date(Month,'MMMM') will call the longmonthname according your script!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 16:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205640#M626809</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-11-02T16:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I refer to LongMonthNames variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205641#M626810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not reference the field name in that code...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 16:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205641#M626810</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-11-02T16:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I refer to LongMonthNames variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205642#M626811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But by transforming into &lt;STRONG&gt;'MMMM'&lt;/STRONG&gt; Qlikview calls the Variable &lt;STRONG&gt;LongMonthNames &lt;/STRONG&gt;in Script!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 17:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205642#M626811</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-11-02T17:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I refer to LongMonthNames variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205643#M626812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I used the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Date(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OrderDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MMMM') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting multiple values for the months whereas I am only expecting one value for each month name.&amp;nbsp; When I use the original code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Month(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OrderDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;I only get each individual month name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is the function called MonthsName used for long month names?&amp;nbsp; It appears to require 2 parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 17:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205643#M626812</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-11-02T17:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I refer to LongMonthNames variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205644#M626813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dual(&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;OrderDate&lt;/SPAN&gt;, 'MMMM'),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;Month(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;OrderDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;AS Month&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 18:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-refer-to-LongMonthNames-variable-in-script/m-p/1205644#M626813</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-11-02T18:30:42Z</dc:date>
    </item>
  </channel>
</rss>

