<?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: How to create Calendar with current Month equal to last six month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-Calendar-with-current-Month-equal-to-last-six/m-p/1656784#M730781</link>
    <description>&lt;P&gt;You can set your date range as variables and use them in your set analysis expression for the bar chart.&lt;/P&gt;&lt;P&gt;variable1 = Max(CalendarField) , the most current month&lt;BR /&gt;variable2 = Addmonths(variable1, -5),&amp;nbsp; Date 6 months ago&amp;nbsp;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;CalendarField = {"&amp;gt;=$(variable2)&amp;lt;=$(variable1)"}&amp;gt;}Data)&lt;/P&gt;&lt;P&gt;Be aware of the format of the CalendarField, whether it is a date or text string. It matters.&lt;/P&gt;&lt;P&gt;Hope this work for you!&lt;/P&gt;</description>
    <pubDate>Wed, 11 Dec 2019 21:42:30 GMT</pubDate>
    <dc:creator>Apprentice4life</dc:creator>
    <dc:date>2019-12-11T21:42:30Z</dc:date>
    <item>
      <title>How to create Calendar with current Month equal to last six month</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calendar-with-current-Month-equal-to-last-six/m-p/1656335#M730777</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have requirement were user want see Bar chart with current month data adding last six month data in same month like that each and every month. we need keep on adding&amp;nbsp; that month +six month in bar chart.&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25319iFEBC7D8E1EFFA910/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calendar-with-current-Month-equal-to-last-six/m-p/1656335#M730777</guid>
      <dc:creator>RishRish</dc:creator>
      <dc:date>2024-11-16T19:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calendar with current Month equal to last six month</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calendar-with-current-Month-equal-to-last-six/m-p/1656361#M730779</link>
      <description>&lt;P&gt;you should create an As-Of-Table.&lt;/P&gt;&lt;P&gt;See this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 07:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calendar-with-current-Month-equal-to-last-six/m-p/1656361#M730779</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2019-12-11T07:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calendar with current Month equal to last six month</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calendar-with-current-Month-equal-to-last-six/m-p/1656784#M730781</link>
      <description>&lt;P&gt;You can set your date range as variables and use them in your set analysis expression for the bar chart.&lt;/P&gt;&lt;P&gt;variable1 = Max(CalendarField) , the most current month&lt;BR /&gt;variable2 = Addmonths(variable1, -5),&amp;nbsp; Date 6 months ago&amp;nbsp;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;CalendarField = {"&amp;gt;=$(variable2)&amp;lt;=$(variable1)"}&amp;gt;}Data)&lt;/P&gt;&lt;P&gt;Be aware of the format of the CalendarField, whether it is a date or text string. It matters.&lt;/P&gt;&lt;P&gt;Hope this work for you!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 21:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calendar-with-current-Month-equal-to-last-six/m-p/1656784#M730781</guid>
      <dc:creator>Apprentice4life</dc:creator>
      <dc:date>2019-12-11T21:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Calendar with current Month equal to last six month</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-Calendar-with-current-Month-equal-to-last-six/m-p/1659041#M730783</link>
      <description>&lt;P&gt;Here is another Design Blog post that may be a better fit:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Accumulations/ba-p/1466581" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Accumulations/ba-p/1466581&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is the base Design Blog URL as well in case you want to search further on your own:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If one of the posts already helped you with your use case, do not forget to return to things and use the Accept as Solution button on the post(s) that helped you get what you needed, as this gives credit to the poster and lets other Community Members know what worked.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 14:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-Calendar-with-current-Month-equal-to-last-six/m-p/1659041#M730783</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-18T14:31:56Z</dc:date>
    </item>
  </channel>
</rss>

