<?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: Can we create a dynamic trigger? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-we-create-a-dynamic-trigger/m-p/873574#M1010155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;y= year field&lt;/P&gt;&lt;P&gt;m= month field&lt;/P&gt;&lt;P&gt;d=date field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should create a (jan|feb|mar|apr)&lt;/P&gt;&lt;P&gt;='(' &amp;amp; concat({$ &amp;lt;y={"$(=year(Today()))"},d={"&amp;lt;$(=(MonthStart(Today())))"}&amp;gt;}distinct m, '|') &amp;amp; ')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2015 20:54:01 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-05-04T20:54:01Z</dc:date>
    <item>
      <title>Can we create a dynamic trigger?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-create-a-dynamic-trigger/m-p/873572#M1010153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Month field, and if I'm using a trigger to select only the Months until Last_Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;I have Months until May - but I'm using a trigger to get only the Months until April. Suppose if the data is updated and now I have Months until December - then the trigger should automatically select Months until November.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 20:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-create-a-dynamic-trigger/m-p/873572#M1010153</guid>
      <dc:creator />
      <dc:date>2015-05-04T20:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can we create a dynamic trigger?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-create-a-dynamic-trigger/m-p/873573#M1010154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you specifying the selection right now? One possible way could be to use&lt;STRONG&gt; Select in Field&lt;/STRONG&gt; for everything &lt;STRONG&gt;&amp;lt;Maximum MonthYear&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can give better advice if I can look at the some data and see how you are specifying it right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 20:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-create-a-dynamic-trigger/m-p/873573#M1010154</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-04T20:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can we create a dynamic trigger?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-create-a-dynamic-trigger/m-p/873574#M1010155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;y= year field&lt;/P&gt;&lt;P&gt;m= month field&lt;/P&gt;&lt;P&gt;d=date field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should create a (jan|feb|mar|apr)&lt;/P&gt;&lt;P&gt;='(' &amp;amp; concat({$ &amp;lt;y={"$(=year(Today()))"},d={"&amp;lt;$(=(MonthStart(Today())))"}&amp;gt;}distinct m, '|') &amp;amp; ')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 20:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-create-a-dynamic-trigger/m-p/873574#M1010155</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-04T20:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can we create a dynamic trigger?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-create-a-dynamic-trigger/m-p/873575#M1010156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My suggestion is a variable that contains the desired threshold value. Then use the variable in the search string when applying a selection action. See attached example where a button triggers selecting all YearMonth values besides the latest one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that I use YearMonth and not Month, as a selection in Month would for example exclude the month in every year. YearMonth only exclude one specific month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 00:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-create-a-dynamic-trigger/m-p/873575#M1010156</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-05-05T00:01:30Z</dc:date>
    </item>
  </channel>
</rss>

