<?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: Dynamic Last 6 months in List box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Last-6-months-in-List-box/m-p/1823937#M1227746</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/3887"&gt;@pinky1234&lt;/a&gt;&amp;nbsp; if your month field is in Numeric format, you can try below in listbox expression. Otherwise, you first need to convert your month field in Numeric format using Date#&lt;/P&gt;&lt;P&gt;= aggr(only({&amp;lt;Month = {"&amp;gt;=$(=date(addmonths(max(Month),-5),'MMM-YYYY'))&amp;lt;=$(=date(max(Month),'MMM-YYYY'))"}&amp;gt;}Month),Month)&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jul 2021 14:50:43 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2021-07-22T14:50:43Z</dc:date>
    <item>
      <title>Dynamic Last 6 months in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Last-6-months-in-List-box/m-p/1823920#M1227742</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have month year field like this Jan-2021,Feb-2021,Mar-2021,Apr-2021...etc. So I wanted to show dynamically last 6 months in list box. For ex: On Aug 1st 2021 my list box should show&amp;nbsp; Feb-2021,Mar-2021,Apr-2021,May-2021,June-2021,July-2021. Can some one help me on this? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Last-6-months-in-List-box/m-p/1823920#M1227742</guid>
      <dc:creator>pinky1234</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Last 6 months in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Last-6-months-in-List-box/m-p/1823937#M1227746</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/3887"&gt;@pinky1234&lt;/a&gt;&amp;nbsp; if your month field is in Numeric format, you can try below in listbox expression. Otherwise, you first need to convert your month field in Numeric format using Date#&lt;/P&gt;&lt;P&gt;= aggr(only({&amp;lt;Month = {"&amp;gt;=$(=date(addmonths(max(Month),-5),'MMM-YYYY'))&amp;lt;=$(=date(max(Month),'MMM-YYYY'))"}&amp;gt;}Month),Month)&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 14:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Last-6-months-in-List-box/m-p/1823937#M1227746</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-07-22T14:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Last 6 months in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Last-6-months-in-List-box/m-p/1823967#M1227748</link>
      <description>&lt;P&gt;It is not working for me. I have field like this MonthYear and format is Jan-2021,Feb-2021,Mar-2021..etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use like this formula:&amp;nbsp;= aggr(only({&amp;lt;MonthYear = {"&amp;gt;=$(=date(addmonths(max(MonthYear),-5),'MMM-YYYY'))&amp;lt;=$(=date(max(MonthYear),'MMM-YYYY'))"}&amp;gt;}MonthYear),MonthYear) But resulting Aug-2022,Sep-2022,Oct-2022,Nov-2022,Dec-2022,Jan-2023. But&amp;nbsp; i need it last 5 months in 2021.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 16:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Last-6-months-in-List-box/m-p/1823967#M1227748</guid>
      <dc:creator>pinky1234</dc:creator>
      <dc:date>2021-07-22T16:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Last 6 months in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Last-6-months-in-List-box/m-p/1823969#M1227750</link>
      <description>&lt;P&gt;Last 5 months in 2021 means from Feb-2021 to July-2021.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 16:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Last-6-months-in-List-box/m-p/1823969#M1227750</guid>
      <dc:creator>pinky1234</dc:creator>
      <dc:date>2021-07-22T16:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Last 6 months in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Last-6-months-in-List-box/m-p/1824016#M1227751</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/3887"&gt;@pinky1234&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;aggr(only({&amp;lt;MonthYear = {"&amp;gt;=$(=date(addmonths(today(1),-5),'MMM-YYYY'))&amp;lt;=$(=date(today(1),'MMM-YYYY'))"}&amp;gt;}MonthYear),MonthYear)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 23:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Last-6-months-in-List-box/m-p/1824016#M1227751</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-07-22T23:46:47Z</dc:date>
    </item>
  </channel>
</rss>

