<?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: Selecting Time Period In Sheet Trigger in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810212#M285997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached is a sample.&lt;/P&gt;&lt;P&gt;Select Sheet1 and the months will be selected.&lt;/P&gt;&lt;P&gt;(Note that in the code I have specified to select all months EXCEPT for current month. You can modify that in the VB Code)&lt;/P&gt;&lt;P&gt;If this is what you are after and it serves well, click correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2014 18:26:33 GMT</pubDate>
    <dc:creator>jduenyas</dc:creator>
    <dc:date>2014-11-11T18:26:33Z</dc:date>
    <item>
      <title>Selecting Time Period In Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810207#M285992</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;When opening a sheet I want to be able to automatically select each month from Jan (as in my field called MonthName) to the current month.&amp;nbsp; The current month is easy enough but how do I get the selection to include any month from Jan up to the current month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for any assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 14:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810207#M285992</guid>
      <dc:creator />
      <dc:date>2014-11-11T14:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Time Period In Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810208#M285993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add to your calendar or to your table (starting from a date) the month information in numerica format so if you have for example invoice date if you do month(invoice date) you will have numbers from 1 to 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at this point with a trigger instead of writeing month = month(Today()) just write month &amp;lt;= mnth(today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 14:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810208#M285993</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-11-11T14:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Time Period In Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810209#M285994</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;Thanks but when I enter this is the expression it will not accept &amp;lt;= . If I use = the syntax is OK but not &amp;lt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 17:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810209#M285994</guid>
      <dc:creator />
      <dc:date>2014-11-11T17:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Time Period In Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810210#M285995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the sheets properties &amp;gt; Triggers &amp;gt; OnActivateSheet Click Edit actions and click Add&lt;/P&gt;&lt;P&gt;in Action Type select "Selections" and in Actions select "Select in Field", click OK In Field enter you Field name and in Search String enter = Month(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now each time the sheet is activated it will select the current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 18:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810210#M285995</guid>
      <dc:creator>jduenyas</dc:creator>
      <dc:date>2014-11-11T18:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Time Period In Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810211#M285996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gareth, Sorry I did not read your question thoroughly, You are looking to select a range of months not just the current month.&lt;/P&gt;&lt;P&gt;You will need to build a Macro and call the macro from the OnActivateSheet trigger.&lt;/P&gt;&lt;P&gt;If you are familiar with Macros you will probably find your way if not and you need help I can attach script that will do that for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 18:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810211#M285996</guid>
      <dc:creator>jduenyas</dc:creator>
      <dc:date>2014-11-11T18:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Time Period In Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810212#M285997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached is a sample.&lt;/P&gt;&lt;P&gt;Select Sheet1 and the months will be selected.&lt;/P&gt;&lt;P&gt;(Note that in the code I have specified to select all months EXCEPT for current month. You can modify that in the VB Code)&lt;/P&gt;&lt;P&gt;If this is what you are after and it serves well, click correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 18:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810212#M285997</guid>
      <dc:creator>jduenyas</dc:creator>
      <dc:date>2014-11-11T18:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting Time Period In Sheet Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810213#M285998</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;Extremely helpful, thank you although perhaps you could clear something up for me.&amp;nbsp; I had used a Select In Field&amp;nbsp; trigger which I placed after the run macro trigger (because I noticed it had the Activedocument.clear statement).&amp;nbsp; This had worked before I introduced the run macro trigger but afterwards didn't!&amp;nbsp; I got around it by adding an extra line to the macro.&amp;nbsp; Does a run Macro trigger limit your other trigger options?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 17:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-Time-Period-In-Sheet-Trigger/m-p/810213#M285998</guid>
      <dc:creator />
      <dc:date>2014-11-12T17:21:48Z</dc:date>
    </item>
  </channel>
</rss>

