<?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 if statement with last month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-statement-with-last-month/m-p/1777532#M717382</link>
    <description>&lt;P&gt;Hi, I have a field called AMS_DATE, I want to create a field inside of my script that returns a value of '1' if AMS_DATE occurred last month.&amp;nbsp; Please help!&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2021 19:35:54 GMT</pubDate>
    <dc:creator>drohm002</dc:creator>
    <dc:date>2021-01-26T19:35:54Z</dc:date>
    <item>
      <title>if statement with last month</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-with-last-month/m-p/1777532#M717382</link>
      <description>&lt;P&gt;Hi, I have a field called AMS_DATE, I want to create a field inside of my script that returns a value of '1' if AMS_DATE occurred last month.&amp;nbsp; Please help!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 19:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-with-last-month/m-p/1777532#M717382</guid>
      <dc:creator>drohm002</dc:creator>
      <dc:date>2021-01-26T19:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: if statement with last month</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-with-last-month/m-p/1777555#M717383</link>
      <description>&lt;P&gt;in your load statement add this (make sure AMSDATE is a date&lt;/P&gt;&lt;P&gt;load ...&lt;BR /&gt;if(monthstart(AMS_DATE) = addmonths(monthstart(today()),-1),1)&amp;nbsp; as YOURFLAG,&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 22:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-with-last-month/m-p/1777555#M717383</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-01-26T22:01:38Z</dc:date>
    </item>
  </channel>
</rss>

