<?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: How to restrict data up to current month in present year. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1991696#M1221275</link>
    <description>&lt;P&gt;Hello, I am having problem with this. So I have one expression on the filter I created for 24 months, and by default it shows me the future dates. I want to restrict it on my expression, my current expression is:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=[Day-Month]&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 09:39:39 GMT</pubDate>
    <dc:creator>KCC</dc:creator>
    <dc:date>2022-10-12T09:39:39Z</dc:date>
    <item>
      <title>How to restrict data up to current month in present year.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278455#M854813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customer&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;PickupDate&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Order Number&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Mode&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Nexteer&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015-01-01 18:15:00.000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2784436&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Truckload&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Regal&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015-01-02 06:15:00.000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2744436&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LTL&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Robert&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2016-07-12 18:00:00.000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2254436&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Truckload&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;MASCO&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2016-07-18 12:31:00.000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2984742&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;LTL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Johnson&lt;/TD&gt;&lt;TD&gt;2017-03-02 12:00:00.000&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;3084475&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Truckload&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;IAC&lt;/TD&gt;&lt;TD&gt;2017-02-01 14:30:00.000&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;4184725&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;LTL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brose&lt;/TD&gt;&lt;TD&gt;2017-12-30 12:01:00.000&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1054445&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Truckload&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In load script, &lt;/P&gt;&lt;P&gt;Year(PickupDate)&amp;nbsp;&amp;nbsp; as ServiceYear,&lt;/P&gt;&lt;P&gt;Month(&lt;SPAN style="font-size: 13.3333px;"&gt;PickupDate&lt;/SPAN&gt;) as MonthName,&lt;/P&gt;&lt;P&gt;Ceil(Month(&lt;SPAN style="font-size: 13.3333px;"&gt;PickupDate&lt;/SPAN&gt;)/3) AS Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Bar char I'm taking MonthName and&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;ServiceYear&lt;/SPAN&gt; as dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, i want restrict the records which are future date.( Johnson and Brose).&lt;/P&gt;&lt;P&gt;because those records are has future data. I want show records till current month only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153156_Untitled.png" style="height: 234px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ASHOK&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/15823" target="_blank"&gt;swuehl&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/171708" target="_blank"&gt;stalwar1&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/216189" target="_blank"&gt;vinieme12&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/36145" target="_blank"&gt;adamdavi3s&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278455#M854813</guid>
      <dc:creator>ashokpaladugula</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict data up to current month in present year.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278456#M854814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are not seeing anything for March 2017 and April 2017, what exactly are you trying to exclude any record for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Johnson and Brose&lt;/SPAN&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278456#M854814</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T10:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict data up to current month in present year.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278457#M854816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to load only upto today data, &lt;SPAN style="font-size: 13.3333px;"&gt;Try like this,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Script&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Year(PickupDate)&amp;nbsp;&amp;nbsp; as ServiceYear,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PickupDate&lt;/SPAN&gt;) as MonthName,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ceil(Month(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PickupDate&lt;/SPAN&gt;)/3) AS Quarter&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From yourtablename&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where Floor(PickupDate) &amp;lt;= Floor(Today());&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278457#M854816</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2017-02-15T10:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict data up to current month in present year.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278458#M854818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Count({&amp;lt;ServiceYear = {$(=Year(Today()))},MonthName = {"&amp;lt;$(=Month(Today()))"}&amp;gt;}Mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278458#M854818</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-15T10:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict data up to current month in present year.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278459#M854820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you want something like this as your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;PickupDate = {"&amp;lt;=$(=date(today()))"}&amp;gt;}[Order Number])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278459#M854820</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-15T10:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict data up to current month in present year.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278460#M854822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Try adding in ur set expression something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;Pickupdate={'&amp;lt;=date(today())'}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try them by restricting with some condition like above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278460#M854822</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-15T10:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict data up to current month in present year.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278461#M854823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This I sadditional modifier u should add along with the existing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278461#M854823</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-15T10:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict data up to current month in present year.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278462#M854824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see those little yellow bars when I opened the image. I would just create a flag in the script and probably do it that way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Customer,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PickupDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(PickupDate)&amp;nbsp;&amp;nbsp; as ServiceYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PickupDate&lt;/SPAN&gt;) as MonthName,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(Month(&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PickupDate&lt;/SPAN&gt;)/3) AS Quarter&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Order Number],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mode,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(&lt;SPAN style="font-size: 13.3333px;"&gt;PickupDate&lt;/SPAN&gt; &amp;gt; Today(), 0, 1) as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Flag = {1}&amp;gt;} Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1278462#M854824</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T10:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict data up to current month in present year.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1991696#M1221275</link>
      <description>&lt;P&gt;Hello, I am having problem with this. So I have one expression on the filter I created for 24 months, and by default it shows me the future dates. I want to restrict it on my expression, my current expression is:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=[Day-Month]&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 09:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-data-up-to-current-month-in-present-year/m-p/1991696#M1221275</guid>
      <dc:creator>KCC</dc:creator>
      <dc:date>2022-10-12T09:39:39Z</dc:date>
    </item>
  </channel>
</rss>

