<?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: Defauly selection trigger - previous + current year minus current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093696#M363455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;='&amp;lt;' &amp;amp; Max([Year period])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selects everything except 201603&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so just need to use that and exclude anything thats 201412 backwards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2016 10:14:23 GMT</pubDate>
    <dc:creator>matthewp</dc:creator>
    <dc:date>2016-04-25T10:14:23Z</dc:date>
    <item>
      <title>Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093687#M363446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a sheet trigger to select the previous year and the current year but not the current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample data is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year month&lt;/P&gt;&lt;P&gt;201511&lt;/P&gt;&lt;P&gt;201512&lt;/P&gt;&lt;P&gt;201601&lt;/P&gt;&lt;P&gt;201602&lt;/P&gt;&lt;P&gt;201603&lt;/P&gt;&lt;P&gt;201604&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection I would want would be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;201511&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;201512&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;201601&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;201602&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;201603&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 09:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093687#M363446</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-25T09:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093688#M363447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One idea might be to have 2 actions in your trigger:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First - select the current month in the appropriate field&lt;/P&gt;&lt;P&gt;Second - SELECT EXCLUDED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093688#M363447</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-04-25T10:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093689#M363448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select everything except the most recent month? May be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='&amp;lt;=' &amp;amp; Date(AddMonths(Max(YearMonth), -1), 'YYYYMM')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093689#M363448</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T10:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093690#M363449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So select &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;previous year and the current year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SELECT excluded current month?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;makes sense &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093690#M363449</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-25T10:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093691#M363450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached a sample with on open trigger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093691#M363450</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T10:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093692#M363451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This selects every single year month, possibly because year month is a string not a date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093692#M363451</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-25T10:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093693#M363452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Including the most recent one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093693#M363452</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T10:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093694#M363453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes 201603&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe because it is a string not a date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even thought max should still work as is it technically still the MAX number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093694#M363453</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-25T10:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093695#M363454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trigger action one will select only the current month.&lt;/P&gt;&lt;P&gt;Trigger action two reverses the selection, and therefore excludes the current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might work - but I haven't tried it.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093695#M363454</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-04-25T10:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093696#M363455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;='&amp;lt;' &amp;amp; Max([Year period])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selects everything except 201603&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so just need to use that and exclude anything thats 201412 backwards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093696#M363455</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-25T10:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093697#M363456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the logic here to exclude everything before 201412? Only show this year (except current month) and complete previous year?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend changing number to date using date#() function in the&amp;nbsp; script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093697#M363456</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T10:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093698#M363457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the trigger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use select in field&lt;/P&gt;&lt;P&gt;Field : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Search String : ='&amp;lt;=' &amp;amp; Date(max([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year month&lt;/SPAN&gt;]),'YYYYMM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093698#M363457</guid>
      <dc:creator />
      <dc:date>2016-04-25T10:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093699#M363458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeh thats the logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was thinking..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='&amp;lt;' &amp;amp; Max([Year period]) &amp;amp; &amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;left(&lt;/SPAN&gt;Max&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;([Year period])&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, 4) - 2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093699#M363458</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-25T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093700#M363459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='&amp;lt;' &amp;amp; Max(YearMonth) &amp;amp; '&amp;gt;=' &amp;amp; Num#(Date(YearStart(Max(Date#(YearMonth, 'YYYYMM')), -1), 'YYYYMM'), '##')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093700#M363459</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T10:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093701#M363460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would i do this for actual dates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Jan-15&lt;/P&gt;&lt;P&gt;Feb-15 etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried ='&amp;lt;' &amp;amp; Max(Month) &amp;amp; '&amp;gt;=' =year(Month)-2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093701#M363460</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-25T10:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093702#M363461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='&amp;lt;' &amp;amp; Date(Max(Month), 'MMM-YY') &amp;amp; '&amp;gt;=' &amp;amp; Date(YearStart(Max(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month&lt;/STRONG&gt;), -1), 'MMM-YY'), '##')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093702#M363461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T10:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093703#M363462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something missing i think&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Garbage after expression','&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&amp;lt;' &amp;amp; Date(Max(Month), 'MMM-YY') &amp;amp; '&amp;gt;=' &amp;amp; Date(YearStart(Max(Month), -1), 'MMM-YY')&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;, '##'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093703#M363462</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-25T10:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Defauly selection trigger - previous + current year minus current month</title>
      <link>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093704#M363463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, just this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='&amp;lt;' &amp;amp; Date(Max(Month), 'MMM-YY') &amp;amp; '&amp;gt;=' &amp;amp; Date(YearStart(Max(&lt;STRONG style="font-style: inherit;"&gt;Month&lt;/STRONG&gt;), -1), 'MMM-YY')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Defauly-selection-trigger-previous-current-year-minus-current/m-p/1093704#M363463</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T10:55:05Z</dc:date>
    </item>
  </channel>
</rss>

