<?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 MonthYear -1 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751363#M1036165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where I have to take MonthName of a particular value -1&lt;/P&gt;&lt;P&gt;Eg : if Its Sep - 2014 it has to be Aug - 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the following expression But its not working,&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AddMonths(GetFieldSelections(FieldName),-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jan 2015 04:24:36 GMT</pubDate>
    <dc:creator>Muthu</dc:creator>
    <dc:date>2015-01-08T04:24:36Z</dc:date>
    <item>
      <title>MonthYear -1</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751363#M1036165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where I have to take MonthName of a particular value -1&lt;/P&gt;&lt;P&gt;Eg : if Its Sep - 2014 it has to be Aug - 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the following expression But its not working,&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AddMonths(GetFieldSelections(FieldName),-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 04:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751363#M1036165</guid>
      <dc:creator>Muthu</dc:creator>
      <dc:date>2015-01-08T04:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear -1</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751364#M1036166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Over a field Fecha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MonthName(AddMonths(MonthName(Max(Fecha)),-1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="74799" alt="p10.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74799_p10.png" style="height: 452px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 04:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751364#M1036166</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-01-08T04:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear -1</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751365#M1036167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;MonthName( SelectedDatefield, -1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 04:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751365#M1036167</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-01-08T04:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear -1</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751366#M1036168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably you need convert to date &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;"&gt;=MonthName(AddMonths(MonthName(GetFieldSelections(FieldName)),-1))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 04:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751366#M1036168</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-01-08T04:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear -1</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751367#M1036169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=MonthName([MonthName(Date)]-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 05:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751367#M1036169</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-01-08T05:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear -1</title>
      <link>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751368#M1036170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot.. it worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 01:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MonthYear-1/m-p/751368#M1036170</guid>
      <dc:creator>Muthu</dc:creator>
      <dc:date>2015-01-12T01:45:51Z</dc:date>
    </item>
  </channel>
</rss>

