<?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 Select Current Month OnOpen in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168573#M39674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you upload your application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 13:17:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-02T13:17:44Z</dc:date>
    <item>
      <title>Select Current Month OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168567#M39668</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;I have a listbox "MonthInNumer", which shows me the months from January to December in Numbers (1-12).&lt;/P&gt;&lt;P&gt;I created the field with the following:&lt;/P&gt;&lt;P&gt;month(date(DateID,'MM')) as MonthInNumber,&lt;/P&gt;&lt;P&gt;Now I want to select automatically the current Month in this field when opening or reloading the document.&lt;/P&gt;&lt;P&gt;Is there a way to achive this with macro or another way?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 09:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168567#M39668</guid>
      <dc:creator />
      <dc:date>2010-11-02T09:27:24Z</dc:date>
    </item>
    <item>
      <title>Select Current Month OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168568#M39669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use the sheet event triggers to achieve this. use monthinnumber field with max(monthinnumber) in select in field option.&lt;/P&gt;&lt;P&gt;Every time you would open a sheet, the selection will be automatically triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 09:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168568#M39669</guid>
      <dc:creator />
      <dc:date>2010-11-02T09:36:17Z</dc:date>
    </item>
    <item>
      <title>Select Current Month OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168569#M39670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, thank you for your answer but it didn't work for me.&lt;BR /&gt;QlikView doesn't select anything when opening.&lt;BR /&gt;I tried using Document triggers before, but I think, QlikView cant match the "Month"-Syntax with my Numbers from my Table (1-12).&lt;/P&gt;&lt;P&gt;Any other solutions on this?&lt;BR /&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 10:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168569#M39670</guid>
      <dc:creator />
      <dc:date>2010-11-02T10:08:37Z</dc:date>
    </item>
    <item>
      <title>Select Current Month OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168570#M39671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use this expression =Date(today(),'MM'). It should give you the month as 11 which you can use to match with your field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 11:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168570#M39671</guid>
      <dc:creator />
      <dc:date>2010-11-02T11:07:07Z</dc:date>
    </item>
    <item>
      <title>Select Current Month OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168571#M39672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still nothing &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;I have the feeling, that QlikView is showing a Month between 1-12, My field MonthInNumber contains (Jan-Dec), with the fact, that I did override the Document Settings as Number.&lt;/P&gt;&lt;P&gt;So, it still don't match the current date with my field.&lt;BR /&gt;Can anyone provide me an example how to match the current month with an table, that contains month from Jan-Dec or from 1-12?&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 12:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168571#M39672</guid>
      <dc:creator />
      <dc:date>2010-11-02T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Select Current Month OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168572#M39673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;why don't you proof your (action-)expression with a button? A new empty sheet with two objects: the button with your selection-action and a simple listbox to see what is happening. If your trigger works as expected, it should behave the same way on opening.&lt;/P&gt;&lt;P&gt;Regards Roland&lt;/P&gt;&lt;P&gt;P.S.: If you therefor need help, send a little sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 12:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168572#M39673</guid>
      <dc:creator />
      <dc:date>2010-11-02T12:35:04Z</dc:date>
    </item>
    <item>
      <title>Select Current Month OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168573#M39674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you upload your application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 13:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168573#M39674</guid>
      <dc:creator />
      <dc:date>2010-11-02T13:17:44Z</dc:date>
    </item>
    <item>
      <title>Select Current Month OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168574#M39675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ideally you need to consider the whole date, else you could end up selecting '11' for 2008, 2009 and 2010 (depending on your data set).&lt;/P&gt;&lt;P&gt;You can still use the same 'select in field' idea to select the maximum date. To add to the previous post, please provide a sample if you can then we can help even more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 13:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168574#M39675</guid>
      <dc:creator />
      <dc:date>2010-11-02T13:39:55Z</dc:date>
    </item>
    <item>
      <title>Select Current Month OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168575#M39676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;thank you very much for your help in this case.&lt;BR /&gt;Here's the link, where you can download the .zip file for my application with the Excel Table:&lt;BR /&gt;&lt;B&gt;http://www.2shared.com/file/931yrhg0/Forum.html&lt;/B&gt;&lt;/P&gt;&lt;P&gt;What I want to achive is, that when I'm opening or reloading the document, only the actual month (i.e. November) is showing up.&lt;/P&gt;&lt;P&gt;As you can see in my application, I tried it with the Document trigger and I created a Macro Module.&lt;BR /&gt;Please have a look at it, maybe anyone can find a solution.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;EDIT: For downloading simply click on "Save file to your PC&lt;A class="dsumm"&gt;" on the right bottom on the page. Its a little bit hard to find ... but its a good hoster ...&lt;BR /&gt; Thanks&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 13:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168575#M39676</guid>
      <dc:creator />
      <dc:date>2010-11-02T13:54:24Z</dc:date>
    </item>
    <item>
      <title>Select Current Month OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168576#M39677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;look at my solution. I tested it, as mentioned above, first with my button.&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 14:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168576#M39677</guid>
      <dc:creator />
      <dc:date>2010-11-02T14:56:01Z</dc:date>
    </item>
    <item>
      <title>Select Current Month OnOpen</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168577#M39678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;It's working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 07:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Current-Month-OnOpen/m-p/168577#M39678</guid>
      <dc:creator />
      <dc:date>2010-11-03T07:42:36Z</dc:date>
    </item>
  </channel>
</rss>

