<?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 current month to 6 month data in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/current-month-to-6-month-data/m-p/2130315#M2586</link>
    <description>&lt;P&gt;Hello Everyone&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I Have a column Month1 in this field&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aug 2023&lt;BR /&gt;Sep 2023&lt;BR /&gt;Oct 2023&lt;BR /&gt;Nov 2023&lt;BR /&gt;Dec 2023&lt;BR /&gt;Jan 2024&lt;BR /&gt;Feb 2024&lt;/P&gt;
&lt;P&gt;i want&amp;nbsp; current month to 6 month data for example current month is Oct-2023 so i want&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oct 2023&lt;BR /&gt;Nov 2023&lt;BR /&gt;Dec 2023&lt;BR /&gt;Jan 2024&lt;BR /&gt;Feb 2024&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mar-2024(if present in month1 column).&lt;/P&gt;
&lt;P&gt;i am using below code but not getting answer.&lt;/P&gt;
&lt;P&gt;=Sum({&amp;lt;MONTH1={"$(=Date(AddMonths(Today(),6),'MMM YYYY'))"}&amp;gt;} [Invoiced amount (no VAT)])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Oct 2023 10:18:27 GMT</pubDate>
    <dc:creator>inam</dc:creator>
    <dc:date>2023-10-20T10:18:27Z</dc:date>
    <item>
      <title>current month to 6 month data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/current-month-to-6-month-data/m-p/2130315#M2586</link>
      <description>&lt;P&gt;Hello Everyone&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I Have a column Month1 in this field&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aug 2023&lt;BR /&gt;Sep 2023&lt;BR /&gt;Oct 2023&lt;BR /&gt;Nov 2023&lt;BR /&gt;Dec 2023&lt;BR /&gt;Jan 2024&lt;BR /&gt;Feb 2024&lt;/P&gt;
&lt;P&gt;i want&amp;nbsp; current month to 6 month data for example current month is Oct-2023 so i want&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oct 2023&lt;BR /&gt;Nov 2023&lt;BR /&gt;Dec 2023&lt;BR /&gt;Jan 2024&lt;BR /&gt;Feb 2024&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mar-2024(if present in month1 column).&lt;/P&gt;
&lt;P&gt;i am using below code but not getting answer.&lt;/P&gt;
&lt;P&gt;=Sum({&amp;lt;MONTH1={"$(=Date(AddMonths(Today(),6),'MMM YYYY'))"}&amp;gt;} [Invoiced amount (no VAT)])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 10:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/current-month-to-6-month-data/m-p/2130315#M2586</guid>
      <dc:creator>inam</dc:creator>
      <dc:date>2023-10-20T10:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: current month to 6 month data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/current-month-to-6-month-data/m-p/2130317#M2587</link>
      <description>&lt;P&gt;That would be looking for data 6 months a head. try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;MONTH1={"$(&amp;gt;=Date(AddMonths(Today(),-6),'MMM YYYY'))"}&amp;gt;} [Invoiced amount (no VAT)])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 10:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/current-month-to-6-month-data/m-p/2130317#M2587</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2023-10-20T10:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: current month to 6 month data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/current-month-to-6-month-data/m-p/2130322#M2588</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29012"&gt;@Mark_Little&lt;/a&gt;&amp;nbsp;Thanks For Reply&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have Tried This also but not getting value .... //Error in Calculated dimension.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 10:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/current-month-to-6-month-data/m-p/2130322#M2588</guid>
      <dc:creator>inam</dc:creator>
      <dc:date>2023-10-20T10:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: current month to 6 month data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/current-month-to-6-month-data/m-p/2130333#M2591</link>
      <description>&lt;P&gt;Sorry,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try this&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;MONTH1={"&amp;gt;=$(=Date(AddMonths(Today(),-6),'MMM YYYY'))"}&amp;gt;} [Invoiced amount (no VAT)])&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 11:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/current-month-to-6-month-data/m-p/2130333#M2591</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2023-10-20T11:05:29Z</dc:date>
    </item>
  </channel>
</rss>

