<?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 Variable with Previous Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-with-Previous-Month/m-p/1061418#M355286</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;&lt;/P&gt;&lt;P&gt;I was trying to set a variable in my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vPreviousMonth =&amp;nbsp;&amp;nbsp; (Month(TODAY())-1);&lt;/P&gt;&lt;P&gt;LET vPreviousMonth1 =&amp;nbsp;&amp;nbsp; Month(TODAY());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vPreviousMonth1 = Mar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I want it to say Feb so i try &lt;SPAN style="font-size: 13.3333px;"&gt;vPreviousMonth&amp;nbsp; but this comes as 2....any ideas how i can change it to say Feb and not 2?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2016 14:25:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-01T14:25:25Z</dc:date>
    <item>
      <title>Variable with Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-Previous-Month/m-p/1061418#M355286</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;&lt;/P&gt;&lt;P&gt;I was trying to set a variable in my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vPreviousMonth =&amp;nbsp;&amp;nbsp; (Month(TODAY())-1);&lt;/P&gt;&lt;P&gt;LET vPreviousMonth1 =&amp;nbsp;&amp;nbsp; Month(TODAY());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vPreviousMonth1 = Mar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I want it to say Feb so i try &lt;SPAN style="font-size: 13.3333px;"&gt;vPreviousMonth&amp;nbsp; but this comes as 2....any ideas how i can change it to say Feb and not 2?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 14:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-Previous-Month/m-p/1061418#M355286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-01T14:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-Previous-Month/m-p/1061419#M355287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;LET vPreviousMonth =&amp;nbsp;&amp;nbsp; Month(AddMonths(Today(), -1));&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 14:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-Previous-Month/m-p/1061419#M355287</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-01T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-Previous-Month/m-p/1061420#M355288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks...as always Sunny...You're a Star!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 14:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-Previous-Month/m-p/1061420#M355288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-01T14:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-Previous-Month/m-p/1061421#M355289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad you think so &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 14:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-Previous-Month/m-p/1061421#M355289</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-01T14:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Variable with Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-with-Previous-Month/m-p/1061422#M355290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you deserve it, The Amount of times you answered my questions and soooo Quickly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 14:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-with-Previous-Month/m-p/1061422#M355290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-01T14:46:25Z</dc:date>
    </item>
  </channel>
</rss>

