<?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: Select multiple years with On Open Trigger in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-multiple-years-with-On-Open-Trigger/m-p/1778716#M455051</link>
    <description>&lt;P&gt;Hi Mayil,&lt;/P&gt;&lt;P&gt;Thanks for your reply especially since my detail did not post for some reason.&lt;/P&gt;&lt;P&gt;I think this will work.&amp;nbsp; I will test.&lt;/P&gt;&lt;P&gt;I want try an expression where the selections are less than the current year.&amp;nbsp; The details of what&amp;nbsp; I meant to originally post are below :&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I am trying to create an On Open Trigger that selects the last ten years based on the current year.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I currently hardcode the trigger with the years, but I cannot hardcode dates due to the requirement -I am using (2010|2011|2012|2013|2014|2015|2016|2017|2018|2019|2020) at the moment.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If I use this:&amp;nbsp; ='&amp;lt;=' =Year(Today()) No years are selected.&amp;nbsp; If I use the same syntax, but put use 2020 it works.&amp;nbsp; So =’&amp;lt;= 2020’ works.&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I have tried different syntax. =Year(Today()) works fine, but I cannot get &amp;lt;= to work with the Year(Today()).&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Is it possible to do this isn a trigger ?&amp;nbsp; Do I have something wrong ?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 31 Jan 2021 16:45:18 GMT</pubDate>
    <dc:creator>Brip51</dc:creator>
    <dc:date>2021-01-31T16:45:18Z</dc:date>
    <item>
      <title>Select multiple years with On Open Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-years-with-On-Open-Trigger/m-p/1778643#M455045</link>
      <description />
      <pubDate>Sat, 30 Jan 2021 17:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-years-with-On-Open-Trigger/m-p/1778643#M455045</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2021-01-30T17:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple years with On Open Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-years-with-On-Open-Trigger/m-p/1778695#M455047</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32065"&gt;@Brip51&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayilVahanan_0-1612092826197.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48040iC841327344698AC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayilVahanan_0-1612092826197.png" alt="MayilVahanan_0-1612092826197.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;='('&amp;amp;Max(Year)&amp;amp;'|'&amp;amp;(Max(Year)-1)&amp;amp;')'&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 11:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-years-with-On-Open-Trigger/m-p/1778695#M455047</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-31T11:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple years with On Open Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-years-with-On-Open-Trigger/m-p/1778711#M455049</link>
      <description>&lt;P&gt;Hi Mayil,&lt;/P&gt;&lt;P&gt;Thank you for your reply especially since I accidently posted without details.&lt;/P&gt;&lt;P&gt;I think this will work.&amp;nbsp; I will test it.&lt;/P&gt;&lt;P&gt;I want to try and create the trigger based on the current year.&amp;nbsp; This is what I meant to post below-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I am trying to create an On Open Trigger that selects the last ten years based on the current year.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I currently hardcode the trigger with the years, but I cannot hardcode dates due to the requirement -I am using (2010|2011|2012|2013|2014|2015|2016|2017|2018|2019|2020) at the moment.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If I use this:&amp;nbsp; ='&amp;lt;=' =Year(Today()) No years are selected.&amp;nbsp; If I use the same syntax, but put use 2020 it works.&amp;nbsp; So =’&amp;lt;= 2020’ works.&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I have tried different syntax. =Year(Today()) works fine, but I cannot get &amp;lt;= to work with the Year(Today()).&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to do this in the triggers or do I have something wrong ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 16:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-years-with-On-Open-Trigger/m-p/1778711#M455049</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2021-01-31T16:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple years with On Open Trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Select-multiple-years-with-On-Open-Trigger/m-p/1778716#M455051</link>
      <description>&lt;P&gt;Hi Mayil,&lt;/P&gt;&lt;P&gt;Thanks for your reply especially since my detail did not post for some reason.&lt;/P&gt;&lt;P&gt;I think this will work.&amp;nbsp; I will test.&lt;/P&gt;&lt;P&gt;I want try an expression where the selections are less than the current year.&amp;nbsp; The details of what&amp;nbsp; I meant to originally post are below :&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I am trying to create an On Open Trigger that selects the last ten years based on the current year.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I currently hardcode the trigger with the years, but I cannot hardcode dates due to the requirement -I am using (2010|2011|2012|2013|2014|2015|2016|2017|2018|2019|2020) at the moment.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If I use this:&amp;nbsp; ='&amp;lt;=' =Year(Today()) No years are selected.&amp;nbsp; If I use the same syntax, but put use 2020 it works.&amp;nbsp; So =’&amp;lt;= 2020’ works.&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I have tried different syntax. =Year(Today()) works fine, but I cannot get &amp;lt;= to work with the Year(Today()).&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Is it possible to do this isn a trigger ?&amp;nbsp; Do I have something wrong ?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 16:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-multiple-years-with-On-Open-Trigger/m-p/1778716#M455051</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2021-01-31T16:45:18Z</dc:date>
    </item>
  </channel>
</rss>

