<?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 Hide current Month from my Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353584#M131189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;While loading data itself you can put a condition in your load statement such as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your load statement is something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;from abc.qvd ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then change it to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;from abc.qvd where monthname(makedate(Year,Month)) &amp;lt; monthname(today());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if any issue. &lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2012 16:24:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-16T16:24:40Z</dc:date>
    <item>
      <title>Hide current Month from my Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353582#M131187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Anybody knows how can I hide the current Month from my chart or from all my load..&lt;/P&gt;&lt;P&gt;I am loading data per year but I want to show everything untill previous month.&lt;/P&gt;&lt;P&gt;Thxs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 16:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353582#M131187</guid>
      <dc:creator />
      <dc:date>2012-04-16T16:09:02Z</dc:date>
    </item>
    <item>
      <title>Hide current Month from my Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353583#M131188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you want to restrict in load use in where Clause as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where DataField &amp;lt;MonthStart(Today());&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Expression use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;DateField={"&amp;lt;=$(=MonthStart(Today()))"}&amp;gt;} FieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 16:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353583#M131188</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-16T16:22:37Z</dc:date>
    </item>
    <item>
      <title>Hide current Month from my Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353584#M131189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;While loading data itself you can put a condition in your load statement such as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your load statement is something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;from abc.qvd ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then change it to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;from abc.qvd where monthname(makedate(Year,Month)) &amp;lt; monthname(today());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if any issue. &lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 16:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353584#M131189</guid>
      <dc:creator />
      <dc:date>2012-04-16T16:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hide current Month from my Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353585#M131190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds good but one of my issues is that My MONTH field and YEAR are Fiscal and our Fiscal year starts on JULY so JULY is the first Month..&lt;/P&gt;&lt;P&gt;It will be great if you can help me.&lt;/P&gt;&lt;P&gt;Thxs so much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿﻿&lt;/P&gt;&lt;P&gt;MonthMap:&lt;/P&gt;&lt;P&gt;Mapping &lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;MONTH,MonthName&lt;/P&gt;&lt;P&gt;1, Jul&lt;/P&gt;&lt;P&gt;2, Aug&lt;/P&gt;&lt;P&gt;3, Sep&lt;/P&gt;&lt;P&gt;4, Oct&lt;/P&gt;&lt;P&gt;5, Nov&lt;/P&gt;&lt;P&gt;6, Dec&lt;/P&gt;&lt;P&gt;7, Jan&lt;/P&gt;&lt;P&gt;8, Feb&lt;/P&gt;&lt;P&gt;9, Mar&lt;/P&gt;&lt;P&gt;10, Apr&lt;/P&gt;&lt;P&gt;11, May&lt;/P&gt;&lt;P&gt;12, Jun];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 16:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353585#M131190</guid>
      <dc:creator />
      <dc:date>2012-04-16T16:35:11Z</dc:date>
    </item>
    <item>
      <title>Hide current Month from my Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353586#M131191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using InYear() in your load script.&amp;nbsp; You can specifiy the first month of the year and it is designed just for this use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 16:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353586#M131191</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-16T16:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hide current Month from my Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353587#M131192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the reply..&lt;/P&gt;&lt;P&gt;Do you have any examples of that?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 17:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353587#M131192</guid>
      <dc:creator />
      <dc:date>2012-04-16T17:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hide current Month from my Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353588#M131193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;from abc.qvd where monthname(makedate(Year,Month)) &amp;lt; monthname(today()+180);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 18:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353588#M131193</guid>
      <dc:creator />
      <dc:date>2012-04-16T18:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide current Month from my Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353589#M131194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Badr,&lt;/P&gt;&lt;P&gt;While this solution seems to work but I would suggest you to change it to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;from abc.qvd where monthname(makedate(Year,Month)) &amp;lt; monthname(addmonths(today(),6));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because using 180 +days may give incorrect results especially with february month. For example if you add 180 days then both the 28 Feb and 1 Mar will give you August month, which I believe you don't want.&lt;/P&gt;&lt;P&gt;But this addmonths function will always give you correct results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 18:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-current-Month-from-my-Chart/m-p/353589#M131194</guid>
      <dc:creator />
      <dc:date>2012-04-16T18:50:30Z</dc:date>
    </item>
  </channel>
</rss>

