<?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 Script expression for current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206857#M1209307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my suggestion is :&lt;/P&gt;&lt;P&gt;RUN MACRO it will solve all problems.&lt;/P&gt;&lt;P&gt;In macro is where u will use vbscript coding.&lt;/P&gt;&lt;P&gt;Hope u will b fine. &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2009 19:13:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-14T19:13:10Z</dc:date>
    <item>
      <title>Script expression for current month</title>
      <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206851#M1209301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please,&lt;/P&gt;&lt;P&gt;How do I wirte in the edit script, an expression for the current month. So that I can create a button object for a selection of current month only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please maximum help is needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 17:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206851#M1209301</guid>
      <dc:creator />
      <dc:date>2009-12-14T17:47:37Z</dc:date>
    </item>
    <item>
      <title>Script expression for current month</title>
      <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206852#M1209302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;You can always use something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Num(Month(Today()))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;To get the current month number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 17:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206852#M1209302</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-12-14T17:57:01Z</dc:date>
    </item>
    <item>
      <title>Script expression for current month</title>
      <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206853#M1209303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then how do I create a button object to select only the current month. Your help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 18:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206853#M1209303</guid>
      <dc:creator />
      <dc:date>2009-12-14T18:04:47Z</dc:date>
    </item>
    <item>
      <title>Script expression for current month</title>
      <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206854#M1209304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using version 9, just create a new button object, go to actions -&amp;gt; add -&amp;gt; "Type" = selection and on the right list, select "Select in field". You will be asked for the field name you want to search and the Search String, which is&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Num(Month(Today()))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;(note the "=" before the expression). &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;And that's it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 18:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206854#M1209304</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-12-14T18:21:12Z</dc:date>
    </item>
    <item>
      <title>Script expression for current month</title>
      <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206855#M1209305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I'm disturbing you so much. What do I type in the "Field" in the "Actions" tab of the button properties?&lt;/P&gt;&lt;P&gt;Also, is there any need for anything in the enable conditions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 18:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206855#M1209305</guid>
      <dc:creator />
      <dc:date>2009-12-14T18:34:28Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Script expression for current month</title>
      <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206856#M1209306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you want you can try it with an other idea.&lt;/P&gt;&lt;P&gt;1. Load an additional Field with&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Load&lt;BR /&gt;...&lt;BR /&gt;inmonth(&amp;lt;DateField&amp;gt;,Now()) as ActualMonth&lt;BR /&gt;...&lt;BR /&gt;FROM...&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;2a. Create the Button, and as Action select "Select in Field"&lt;/P&gt;&lt;P&gt;2b. as Field select "ActualMonth" or whatever you have named that field&lt;/P&gt;&lt;P&gt;2c. as Search String take "1" (without the quotes)&lt;/P&gt;&lt;P&gt;Then it should select only the values in the actual month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun with QlikView&lt;/P&gt;&lt;P&gt;Alex:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 19:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206856#M1209306</guid>
      <dc:creator />
      <dc:date>2009-12-14T19:12:17Z</dc:date>
    </item>
    <item>
      <title>Script expression for current month</title>
      <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206857#M1209307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my suggestion is :&lt;/P&gt;&lt;P&gt;RUN MACRO it will solve all problems.&lt;/P&gt;&lt;P&gt;In macro is where u will use vbscript coding.&lt;/P&gt;&lt;P&gt;Hope u will b fine. &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 19:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206857#M1209307</guid>
      <dc:creator />
      <dc:date>2009-12-14T19:13:10Z</dc:date>
    </item>
    <item>
      <title>Script expression for current month</title>
      <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206858#M1209308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;dan wrote:Sorry I'm disturbing you so much. What do I type in the "Field" in the "Actions" tab of the button properties?&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Your Month Name Field or Date Name Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;dan wrote:Also, is there any need for anything in the enable conditions?&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;As far as I understand you just want to make a button to make selection equal to current month. So no, it doesn't. Well, depending on your chart, but that would be a different question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 19:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206858#M1209308</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-12-14T19:19:47Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Script expression for current month</title>
      <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206859#M1209309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I tried the inmonth thing, but it says, Error: inmonth takes 3-4 parameters.&lt;/P&gt;&lt;P&gt;what do i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 19:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206859#M1209309</guid>
      <dc:creator />
      <dc:date>2009-12-14T19:24:10Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Script expression for current month</title>
      <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206860#M1209310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry it was&lt;/P&gt;&lt;P&gt;inmonth(&amp;lt;Datefield&amp;gt;,now(),0) (see help for more information)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 19:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206860#M1209310</guid>
      <dc:creator />
      <dc:date>2009-12-14T19:45:52Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Script expression for current month</title>
      <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206861#M1209311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;See the attached QVW file for reference. The "CurrentMonth" field is loaded as part of the script (thanks to Alex for the code).&lt;/P&gt;&lt;P&gt;Please let us know if this answers your quesiton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 02:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206861#M1209311</guid>
      <dc:creator />
      <dc:date>2009-12-15T02:55:16Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Script expression for current month</title>
      <link>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206862#M1209312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it works, thanks guys...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 17:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-expression-for-current-month/m-p/206862#M1209312</guid>
      <dc:creator />
      <dc:date>2009-12-17T17:51:48Z</dc:date>
    </item>
  </channel>
</rss>

