<?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 Month with maximum day in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-Month-with-maximum-day/m-p/1276164#M861639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;i stuck a requirement.&lt;/P&gt;&lt;P&gt;i am calculating rolling month 12. But i am want to calculate last 12 month of maximum day data.&lt;/P&gt;&lt;P&gt;Suppose we have data last month1 to 30.and i want to sum of sale only 30's day means max day of the month.Same last 12 month.How is it. Kindly help me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>panipat1990</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Rolling Month with maximum day</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Month-with-maximum-day/m-p/1276164#M861639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;i stuck a requirement.&lt;/P&gt;&lt;P&gt;i am calculating rolling month 12. But i am want to calculate last 12 month of maximum day data.&lt;/P&gt;&lt;P&gt;Suppose we have data last month1 to 30.and i want to sum of sale only 30's day means max day of the month.Same last 12 month.How is it. Kindly help me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Month-with-maximum-day/m-p/1276164#M861639</guid>
      <dc:creator>panipat1990</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Month with maximum day</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Month-with-maximum-day/m-p/1276165#M861640</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this may be you will get,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;date_field={"&amp;gt;=$(=date(max(&lt;SPAN style="font-size: 13.3333px;"&gt;date_field&lt;/SPAN&gt;)-360))&amp;lt;=$(=date(max(&lt;SPAN style="font-size: 13.3333px;"&gt;date_field&lt;/SPAN&gt;)))"}&amp;gt;}DISTINCT Client_id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 07:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Month-with-maximum-day/m-p/1276165#M861640</guid>
      <dc:creator>pathiqvd</dc:creator>
      <dc:date>2017-01-05T07:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Month with maximum day</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Month-with-maximum-day/m-p/1276166#M861641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to calculate &lt;SPAN style="font-size: 13.3333px;"&gt;last &lt;/SPAN&gt; Each&amp;nbsp; month data's of maximum day.Like 30 and 31. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 07:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Month-with-maximum-day/m-p/1276166#M861641</guid>
      <dc:creator>panipat1990</dc:creator>
      <dc:date>2017-01-05T07:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Month with maximum day</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Month-with-maximum-day/m-p/1276167#M861642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like 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;=Count({&amp;lt;date_field={"&lt;SPAN style="color: #ff0000;"&gt;=Day(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date_field)&lt;/SPAN&gt; = Day(MonthEnd(date_field))&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;"}&amp;gt;} DISTINCT Client_id)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 10:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Month-with-maximum-day/m-p/1276167#M861642</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-05T10:31:25Z</dc:date>
    </item>
  </channel>
</rss>

