<?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: Creating a variable for month end dates for the past year in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-a-variable-for-month-end-dates-for-the-past-year/m-p/1675580#M51341</link>
    <description>&lt;P&gt;yes.&lt;/P&gt;&lt;P&gt;try something like below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let vMonthdates ='';
for i=1 to 12
	vMonthdates=vMonthdates &amp;amp;','&amp;amp;MonthEnd(addmonths(today(),-1*i))
next;&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 13 Feb 2020 21:55:04 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2020-02-13T21:55:04Z</dc:date>
    <item>
      <title>Creating a variable for month end dates for the past year</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-variable-for-month-end-dates-for-the-past-year/m-p/1675563#M51335</link>
      <description>&lt;P&gt;I need to create a variable to use in a for loop to execute a stored procedure. The variable needs to hold the last date of every month going back one year from Today(). Is this possible?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-variable-for-month-end-dates-for-the-past-year/m-p/1675563#M51335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-20T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a variable for month end dates for the past year</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-variable-for-month-end-dates-for-the-past-year/m-p/1675580#M51341</link>
      <description>&lt;P&gt;yes.&lt;/P&gt;&lt;P&gt;try something like below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let vMonthdates ='';
for i=1 to 12
	vMonthdates=vMonthdates &amp;amp;','&amp;amp;MonthEnd(addmonths(today(),-1*i))
next;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 13 Feb 2020 21:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-variable-for-month-end-dates-for-the-past-year/m-p/1675580#M51341</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-02-13T21:55:04Z</dc:date>
    </item>
  </channel>
</rss>

