<?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: Trigger on date functions. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140529#M894177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change the bold as your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;='&amp;gt;=' &amp;amp; Date(AddMonths(Today(),&lt;STRONG&gt;0&lt;/STRONG&gt;), 'MMM-YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(AddMonths(Today(),&lt;STRONG&gt;11&lt;/STRONG&gt;), 'MMM-YYYY') &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2016 18:59:14 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2016-08-05T18:59:14Z</dc:date>
    <item>
      <title>Trigger on date functions.</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140525#M894169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have expense Month-Year as below.I want to add a trigger to default to the rolling months period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I land on a page the trigger should default the Month-Yr from Aug - 2017 to June - 2018.How can I do that ?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Month-Year.GIF" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133783_Month-Year.GIF" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140525#M894169</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger on date functions.</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140526#M894170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess add a sheet level trigger like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='&amp;gt;=' &amp;amp; Date(MakeDate(2017, 8, 1), 'MMM-YYYY') &amp;amp; '&amp;lt;=' &amp;amp; &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Date(MakeDate(2018, 6, 1), 'MMM-YYYY')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is assuming that Expense Month-Year is created like this in the script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MonthStart(DateField), 'MMM-YYYY') as [Expense Month-Year]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 16:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140526#M894170</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-05T16:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger on date functions.</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140527#M894171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup...this is how I have the Month-year created but if I use (2017,8,1) every month I have to manually change it every month right ? Is there any way I can automate that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 18:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140527#M894171</guid>
      <dc:creator />
      <dc:date>2016-08-05T18:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger on date functions.</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140528#M894174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the logic for choosing August 1st 2017 and June 1st 2018?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 18:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140528#M894174</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-05T18:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger on date functions.</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140529#M894177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change the bold as your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;='&amp;gt;=' &amp;amp; Date(AddMonths(Today(),&lt;STRONG&gt;0&lt;/STRONG&gt;), 'MMM-YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(AddMonths(Today(),&lt;STRONG&gt;11&lt;/STRONG&gt;), 'MMM-YYYY') &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 18:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140529#M894177</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-08-05T18:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger on date functions.</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140530#M894180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But &lt;A href="https://community.qlik.com/people/maxgro"&gt;maxgro&lt;/A&gt;‌ today is 2016, I think with this logic, he might need this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='&amp;gt;=' &amp;amp; Date(AddMonths(Today(), &lt;STRONG&gt;12&lt;/STRONG&gt;), 'MMM-YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(AddMonths(Today(), &lt;STRONG&gt;23&lt;/STRONG&gt;), 'MMM-YYYY')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 19:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-on-date-functions/m-p/1140530#M894180</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-05T19:01:58Z</dc:date>
    </item>
  </channel>
</rss>

