<?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: MonthYear issue in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2446946#M3860</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I tried, but it's not working&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;=Sum({&amp;lt;Month = {"$(=Date(MonthStart(Max(Month), -1), 'MMM-YY'))"}&amp;gt;} Tkts)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nagarajuchilveri_0-1714478016362.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/165113i5D5AF4323B99B4CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nagarajuchilveri_0-1714478016362.png" alt="nagarajuchilveri_0-1714478016362.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 11:56:16 GMT</pubDate>
    <dc:creator>nagarajuchilveri</dc:creator>
    <dc:date>2024-04-30T11:56:16Z</dc:date>
    <item>
      <title>MonthYear issue</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2446892#M3856</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;I need a help,&lt;/P&gt;
&lt;P&gt;below snapshot,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nagarajuchilveri_0-1714473564702.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/165100i251917B73DF344CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nagarajuchilveri_0-1714473564702.png" alt="nagarajuchilveri_0-1714473564702.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here I have taken from start month to till month,but I need previous month(Mar-24).&lt;/P&gt;
&lt;P&gt;I have used formula 1st YTD:&lt;/P&gt;
&lt;P&gt;=Num((Sum({&amp;lt; [DATE OF ISSUE1] = {"&amp;gt;=$(=( YearStart(now(),0,7) )) &amp;lt;$(=( YearEnd(now(),0,7) ))"}&amp;gt;} Tkts)),'##,###,###')&lt;/P&gt;
&lt;P&gt;for previous month I have used below formula:&lt;/P&gt;
&lt;P&gt;vStartMonth=Date(AddMonths(Min([DATE OF ISSUE]), 0), 'MMM-YY')&lt;/P&gt;
&lt;P&gt;vPreviousMonth=Date(AddMonths(Max([DATE OF ISSUE]),-1),'MMM-YY')&lt;/P&gt;
&lt;P&gt;=Num((Sum({&amp;lt; Month1 = {"&amp;gt;=$(=(vStartMonth))&amp;lt;=$(=(vPreviousMonth))"}&amp;gt;} Tkts)),'##,###,###')&lt;/P&gt;
&lt;P&gt;This is not working. I need to remove Apr-24 month. I have applied condition in dimension also still not working.is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to resolve this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nagaraju&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 11:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2446892#M3856</guid>
      <dc:creator>nagarajuchilveri</dc:creator>
      <dc:date>2024-04-30T11:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear issue</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2446944#M3859</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;P&gt;=Sum({&amp;lt;Month = {"$(=Date(MonthStart(Max(Month), -1), 'MMM-YY'))"}&amp;gt;} Tickets)&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 11:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2446944#M3859</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-04-30T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear issue</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2446946#M3860</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I tried, but it's not working&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;=Sum({&amp;lt;Month = {"$(=Date(MonthStart(Max(Month), -1), 'MMM-YY'))"}&amp;gt;} Tkts)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nagarajuchilveri_0-1714478016362.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/165113i5D5AF4323B99B4CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nagarajuchilveri_0-1714478016362.png" alt="nagarajuchilveri_0-1714478016362.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 11:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2446946#M3860</guid>
      <dc:creator>nagarajuchilveri</dc:creator>
      <dc:date>2024-04-30T11:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear issue</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2446949#M3861</link>
      <description>&lt;P&gt;Format the month as such in the script.&lt;/P&gt;
&lt;P&gt;Date#(Month,'MMM-YY') as Month&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 11:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2446949#M3861</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-04-30T11:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear issue</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2446969#M3862</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16737"&gt;@BrunPierre&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I got below like this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nagarajuchilveri_0-1714478893988.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/165121i76C7E09FC50E29C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nagarajuchilveri_0-1714478893988.png" alt="nagarajuchilveri_0-1714478893988.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I need Jul-23 to Mar-24,Then I have used below expression&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=Num(Sum({&amp;lt;Month = {"&amp;gt;=$(=Date(MonthStart(Min(Month), 0), 'MMM-YY'))&amp;lt;=$(=Date(MonthStart(Max(Month), -1), 'MMM-YY'))"}&amp;gt;} Tkts),'##,##')&lt;/P&gt;
&lt;P&gt;but not working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 12:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2446969#M3862</guid>
      <dc:creator>nagarajuchilveri</dc:creator>
      <dc:date>2024-04-30T12:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear issue</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2447005#M3865</link>
      <description>&lt;P&gt;Perhaps.&lt;/P&gt;
&lt;P&gt;=Sum({&amp;lt;Month={"&amp;gt;=$(=min(Month))&amp;lt;=$(=Max( Month)-1)"}&amp;gt;} Tkts)&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 13:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2447005#M3865</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-04-30T13:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: MonthYear issue</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2448355#M3917</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16737"&gt;@BrunPierre&lt;/a&gt;&amp;nbsp;Thank You!&lt;/P&gt;
&lt;P&gt;It's working&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nagarajuchilveri_0-1714736248747.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/165362i3DA2B702805497DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nagarajuchilveri_0-1714736248747.png" alt="nagarajuchilveri_0-1714736248747.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Previous month is showing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 11:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/MonthYear-issue/m-p/2448355#M3917</guid>
      <dc:creator>nagarajuchilveri</dc:creator>
      <dc:date>2024-05-03T11:39:17Z</dc:date>
    </item>
  </channel>
</rss>

