<?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: one day less in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/one-day-less/m-p/1753135#M719000</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I think it’s easier for you to tag the last day of each month in the qlik script, and then use set analysis.&lt;/P&gt;&lt;P&gt;hope it helps you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;script&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sunsun566_0-1602837777181.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42421i010779A0498BA24F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sunsun566_0-1602837777181.png" alt="sunsun566_0-1602837777181.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;chart script&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sunsun566_1-1602837952777.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42425iB0346A6CE14C3FA8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sunsun566_1-1602837952777.png" alt="sunsun566_1-1602837952777.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Oct 2020 08:50:51 GMT</pubDate>
    <dc:creator>sunsun566</dc:creator>
    <dc:date>2020-10-16T08:50:51Z</dc:date>
    <item>
      <title>one day less</title>
      <link>https://community.qlik.com/t5/QlikView/one-day-less/m-p/1753057#M718996</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;I need to have a month in the calendare where month should always consider one day less .&lt;BR /&gt;like in the month of Janaury we have 31 days and my qlikview should show&lt;BR /&gt;Jan:&lt;BR /&gt;01-01-2020 to 30-01-2020&lt;/P&gt;&lt;P&gt;Feb:&lt;BR /&gt;01-02-20202 to 28-01-2020.&lt;/P&gt;&lt;P&gt;I want to subtract the last day from the month in set analysis .&amp;nbsp;&lt;/P&gt;&lt;P&gt;My expression will be like&amp;nbsp; Count({Dept={'Custom'}&amp;gt;}ID) in this i want to add a month condition which will exclude the last day/date&amp;nbsp; of the month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or may be I need a script by which i can create the month field which excludes last date of each month .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;how can achive this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/one-day-less/m-p/1753057#M718996</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: one day less</title>
      <link>https://community.qlik.com/t5/QlikView/one-day-less/m-p/1753081#M718997</link>
      <description>&lt;P&gt;I tried something like this but this did not help me , eroror in expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({&amp;lt; &lt;SPAN&gt;Dept&lt;/SPAN&gt;={'&lt;SPAN&gt;Custom&lt;/SPAN&gt;'},Date={"&amp;lt;=$(=MonthEnd(Max(Date))-1"&amp;gt;}ID)....&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 06:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/one-day-less/m-p/1753081#M718997</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-10-16T06:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: one day less</title>
      <link>https://community.qlik.com/t5/QlikView/one-day-less/m-p/1753084#M718998</link>
      <description>&lt;P&gt;What if you tag your last date of the Month in your calendar. You can achieve this by many means, below is one suggestion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Year(Date) as Year,&amp;nbsp;&lt;/P&gt;&lt;P&gt;...,&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(Date&amp;lt;=(monthend(Date) - 1),&amp;nbsp; 0,1) as IsLastDayOfMonth&lt;/P&gt;&lt;P&gt;From CalendarSource&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 06:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/one-day-less/m-p/1753084#M718998</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-10-16T06:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: one day less</title>
      <link>https://community.qlik.com/t5/QlikView/one-day-less/m-p/1753089#M718999</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By doing this wil i be able to exclude the last date of the month ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i select the month Jan then output of my ID's should be display from 1stJan to 30th Jan ( Excluding the ID's on 31st Jan)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 06:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/one-day-less/m-p/1753089#M718999</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-10-16T06:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: one day less</title>
      <link>https://community.qlik.com/t5/QlikView/one-day-less/m-p/1753135#M719000</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I think it’s easier for you to tag the last day of each month in the qlik script, and then use set analysis.&lt;/P&gt;&lt;P&gt;hope it helps you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;script&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sunsun566_0-1602837777181.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42421i010779A0498BA24F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sunsun566_0-1602837777181.png" alt="sunsun566_0-1602837777181.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;chart script&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sunsun566_1-1602837952777.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42425iB0346A6CE14C3FA8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sunsun566_1-1602837952777.png" alt="sunsun566_1-1602837952777.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 08:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/one-day-less/m-p/1753135#M719000</guid>
      <dc:creator>sunsun566</dc:creator>
      <dc:date>2020-10-16T08:50:51Z</dc:date>
    </item>
  </channel>
</rss>

