<?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 Rolling last 3 moths in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-last-3-moths/m-p/2020606#M1222044</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;i have a field "Num (Entry) as Entry" with dates of from 44562(01/01/2022) to 44924(29/12/2022). But here i need a new column of "[Rolling Last 3 Months]", in this column result will be show from 44924 (29/12/2022) to 44833 (29/09/2022). for this i have tried this way......&lt;/P&gt;
&lt;P&gt;Tmp:&lt;BR /&gt;Load *,&lt;BR /&gt;If (num(floor (Entry))=Num (AddMonths (today (),-3)),&lt;BR /&gt;1,&lt;BR /&gt;0) as [Rolling Last 3 Months]&lt;/P&gt;
&lt;P&gt;Resident Table;&lt;/P&gt;
&lt;P&gt;Drop Table Table;&lt;/P&gt;
&lt;P&gt;But here while i select '1' from Rolling last 3 months field, the rusult shown only 44833(29/09/2022)&lt;/P&gt;
&lt;P&gt;The expected result is from 44924(29/12/2022) to 44833(29/09/2022)&lt;/P&gt;
&lt;P&gt;Can you guys suggest me where I was wrong here.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Dec 2022 11:59:58 GMT</pubDate>
    <dc:creator>MartinMCS</dc:creator>
    <dc:date>2022-12-29T11:59:58Z</dc:date>
    <item>
      <title>Rolling last 3 moths</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-last-3-moths/m-p/2020606#M1222044</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;
&lt;P&gt;i have a field "Num (Entry) as Entry" with dates of from 44562(01/01/2022) to 44924(29/12/2022). But here i need a new column of "[Rolling Last 3 Months]", in this column result will be show from 44924 (29/12/2022) to 44833 (29/09/2022). for this i have tried this way......&lt;/P&gt;
&lt;P&gt;Tmp:&lt;BR /&gt;Load *,&lt;BR /&gt;If (num(floor (Entry))=Num (AddMonths (today (),-3)),&lt;BR /&gt;1,&lt;BR /&gt;0) as [Rolling Last 3 Months]&lt;/P&gt;
&lt;P&gt;Resident Table;&lt;/P&gt;
&lt;P&gt;Drop Table Table;&lt;/P&gt;
&lt;P&gt;But here while i select '1' from Rolling last 3 months field, the rusult shown only 44833(29/09/2022)&lt;/P&gt;
&lt;P&gt;The expected result is from 44924(29/12/2022) to 44833(29/09/2022)&lt;/P&gt;
&lt;P&gt;Can you guys suggest me where I was wrong here.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 11:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-last-3-moths/m-p/2020606#M1222044</guid>
      <dc:creator>MartinMCS</dc:creator>
      <dc:date>2022-12-29T11:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling last 3 moths</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-last-3-moths/m-p/2020609#M1222045</link>
      <description>&lt;P&gt;Shouldn't that be:&lt;/P&gt;
&lt;P&gt;If (num(floor (Entry))&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;=Num (AddMonths (today (),-3)),&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 12:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-last-3-moths/m-p/2020609#M1222045</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-12-29T12:03:04Z</dc:date>
    </item>
  </channel>
</rss>

