<?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: Missing Date using month filter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Missing-Date-using-month-filter/m-p/1767564#M59372</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/43068"&gt;@manju421&lt;/a&gt;&amp;nbsp; can you confirm , if you select Nov you should be able to see Deal 1 &amp;amp; 2 &amp;amp;3 &amp;amp;4 also ?&lt;/P&gt;&lt;P&gt;for exemple you can use this script to :&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Data:

load Deal,Date#([Start Date],'D-MMM-YY') as [Start Date],Date#([End Date],'D-MMM-YY') as [End Date] inline [
Deal,Start Date,End Date
1,2-Oct-19,20-Dec-19
2,6-Oct-19,21-Dec-19
3,11-Nov-19,22-Dec-19
4,18-Nov-19,23-Dec-19
5,2-Dec-19,24-Dec-19
];
left join 
load Deal,Month(Date([Start Date] + IterNo() - 1)) as MonthFiltre resident Data While [Start Date] + IterNo() -1 &amp;lt;= [End Date];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 606px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45500i528E9220F87153FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 599px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45501i527133A29E3C7487/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2020 08:34:41 GMT</pubDate>
    <dc:creator>Taoufiq_Zarra</dc:creator>
    <dc:date>2020-12-10T08:34:41Z</dc:date>
    <item>
      <title>Missing Date using month filter</title>
      <link>https://community.qlik.com/t5/App-Development/Missing-Date-using-month-filter/m-p/1767555#M59370</link>
      <description>&lt;P&gt;If I select month Nov, I should be able to see Deal 1 &amp;amp; 2, as they are active in month of Nov because there end date is Dec.&lt;/P&gt;&lt;P&gt;Now I can only see Deal 3&amp;amp;4&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_20201210-133002__01.jpg" style="width: 1080px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45499iC0304DBF200DF3A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot_20201210-133002__01.jpg" alt="Screenshot_20201210-133002__01.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Missing-Date-using-month-filter/m-p/1767555#M59370</guid>
      <dc:creator>manju421</dc:creator>
      <dc:date>2024-11-16T17:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Date using month filter</title>
      <link>https://community.qlik.com/t5/App-Development/Missing-Date-using-month-filter/m-p/1767564#M59372</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/43068"&gt;@manju421&lt;/a&gt;&amp;nbsp; can you confirm , if you select Nov you should be able to see Deal 1 &amp;amp; 2 &amp;amp;3 &amp;amp;4 also ?&lt;/P&gt;&lt;P&gt;for exemple you can use this script to :&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Data:

load Deal,Date#([Start Date],'D-MMM-YY') as [Start Date],Date#([End Date],'D-MMM-YY') as [End Date] inline [
Deal,Start Date,End Date
1,2-Oct-19,20-Dec-19
2,6-Oct-19,21-Dec-19
3,11-Nov-19,22-Dec-19
4,18-Nov-19,23-Dec-19
5,2-Dec-19,24-Dec-19
];
left join 
load Deal,Month(Date([Start Date] + IterNo() - 1)) as MonthFiltre resident Data While [Start Date] + IterNo() -1 &amp;lt;= [End Date];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 606px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45500i528E9220F87153FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 599px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45501i527133A29E3C7487/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 08:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Missing-Date-using-month-filter/m-p/1767564#M59372</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-12-10T08:34:41Z</dc:date>
    </item>
  </channel>
</rss>

