<?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: Remove current Date's &amp;quot;month&amp;quot; from Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-current-Date-s-quot-month-quot-from-Script/m-p/970410#M956268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a where clause to your load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where someDate &amp;lt; MonthStart(today())&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2015 14:43:46 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2015-11-10T14:43:46Z</dc:date>
    <item>
      <title>Remove current Date's "month" from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-current-Date-s-quot-month-quot-from-Script/m-p/970409#M956267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, hope you're all well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully a quick easy one, which I can't seem to get working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I want a line of code in the script, that will ignore Today date's &lt;STRONG style="text-decoration: underline;"&gt;month&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example, we are 10 days into November and if we refresh a dashboard, I want this to show all data upto end of October.&lt;/P&gt;&lt;P&gt;No point, in showing data just for the first few days of November.&lt;/P&gt;&lt;P&gt;This way, the dashboard can automatically refresh each month.... safe in the knowledge, the data is only upto last month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help, would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 13:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-current-Date-s-quot-month-quot-from-Script/m-p/970409#M956267</guid>
      <dc:creator>marcus_steggall</dc:creator>
      <dc:date>2015-11-10T13:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove current Date's "month" from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-current-Date-s-quot-month-quot-from-Script/m-p/970410#M956268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a where clause to your load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where someDate &amp;lt; MonthStart(today())&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 14:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-current-Date-s-quot-month-quot-from-Script/m-p/970410#M956268</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-11-10T14:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remove current Date's "month" from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-current-Date-s-quot-month-quot-from-Script/m-p/970411#M956269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With your sample data, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Period_Start_Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;month.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Period_Start_Date &amp;lt; MonthStart(Today());&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 14:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-current-Date-s-quot-month-quot-from-Script/m-p/970411#M956269</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-10T14:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove current Date's "month" from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-current-Date-s-quot-month-quot-from-Script/m-p/970412#M956270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both, ahhh to the MonthStart function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated, just what i required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 15:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-current-Date-s-quot-month-quot-from-Script/m-p/970412#M956270</guid>
      <dc:creator>marcus_steggall</dc:creator>
      <dc:date>2015-11-10T15:34:53Z</dc:date>
    </item>
  </channel>
</rss>

