<?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: Default selection- Last 3 months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525940#M548979</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;If you have a date field in you app then use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;DateDimensionName={'&amp;gt;=$(=MonthStart(Max(DateDimensionName), -3))&amp;lt;=$(=MonthEnd(Max(DateDimensionName), -1))'}, MonthDimensionName=, YearDimensionName=&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;DateDimensionName={'&amp;gt;=$(=MonthStart(Today(), -3))&amp;lt;=$(=MonthEnd(Today(), -1))'}, MonthDimensionName=, YearDimensionName=&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 05:19:33 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-01-17T05:19:33Z</dc:date>
    <item>
      <title>Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525936#M548971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following is the requirement&amp;nbsp; &lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 15px;"&gt;Default view should show last 3 completed months data. For example, if today’s date is 23-Oct then data of June ,July and Aug should be displayed as part of selection list box. Currently data is available for 9 months&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 15px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month-Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;May-13&lt;/P&gt;&lt;P&gt;Jun-13&lt;/P&gt;&lt;P&gt;Jul-13&lt;/P&gt;&lt;P&gt;Aug-13&lt;/P&gt;&lt;P&gt;Sep-13&lt;/P&gt;&lt;P&gt;Oct-13&lt;/P&gt;&lt;P&gt;Nov-13&lt;/P&gt;&lt;P&gt;Dec-13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest with an example..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 05:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525936#M548971</guid>
      <dc:creator />
      <dc:date>2014-01-17T05:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525937#M548973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please take the pain of ceating an example so that people here can help you out faster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 05:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525937#M548973</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-01-17T05:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525938#M548975</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;You could use set analysis like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;lt;Date = {"&amp;gt;=$(=AddMonths(Today(), -3))""}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 05:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525938#M548975</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-01-17T05:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525939#M548977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to implement this as part of triggers as it should work with on open sheet &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 05:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525939#M548977</guid>
      <dc:creator />
      <dc:date>2014-01-17T05:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525940#M548979</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;If you have a date field in you app then use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;DateDimensionName={'&amp;gt;=$(=MonthStart(Max(DateDimensionName), -3))&amp;lt;=$(=MonthEnd(Max(DateDimensionName), -1))'}, MonthDimensionName=, YearDimensionName=&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;DateDimensionName={'&amp;gt;=$(=MonthStart(Today(), -3))&amp;lt;=$(=MonthEnd(Today(), -1))'}, MonthDimensionName=, YearDimensionName=&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 05:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525940#M548979</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-17T05:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525941#M548981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sravanthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Settings---- Document Settings------- Triggers------ Document Event Triggers-----On Open------Edit Action-----&lt;/P&gt;&lt;P&gt;Add----Selection-----Select in field&lt;/P&gt;&lt;P&gt;(Repeat this 3 times to add 3 triggers)&lt;/P&gt;&lt;P&gt;Enter your TextMonth Field in Field input box without = (sign) for ex.&amp;nbsp; CommonMonth&amp;nbsp;&amp;nbsp; values-(APR,MAY,JUN,JUL)&lt;/P&gt;&lt;P&gt; then&amp;nbsp; put below expression for search string input box with = (Sign)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for 1st trigger&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthEnd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Addmonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),-1),'MMM'),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Addmonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),-2),'MMM')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;for 2nd trigger&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthEnd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Addmonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),-1),'MMM'),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Addmonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),-3),'MMM')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;for 3rd Trigger&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthEnd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Addmonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),-1),'MMM'),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Addmonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),-4),'MMM')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Save your document and reopen it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Kiran Rode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;+91 8976977897&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 06:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525941#M548981</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2014-01-17T06:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525942#M548983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 rd trigger is replacing previous two triggers and only one month is selected....Requirement is to select all three months.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 07:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525942#M548983</guid>
      <dc:creator />
      <dc:date>2014-01-17T07:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525943#M548985</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;Instead of 3 triggers use on one trigger and use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #0000ff;"&gt;='(' &amp;amp; Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #0000ff;"&gt;Addmonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #0000ff;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(),-1),'MMM') &amp;amp; '|' &amp;amp; &lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #0000ff;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #0000ff;"&gt;Addmonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #0000ff;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(),-2),'MMM') &amp;amp; '|' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #0000ff;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #0000ff;"&gt;Addmonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6; color: #0000ff;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;(),-3),'MMM') &amp;amp; ')'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 07:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525943#M548985</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-17T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525944#M548987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It did not work....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 07:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525944#M548987</guid>
      <dc:creator />
      <dc:date>2014-01-17T07:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525945#M548989</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;Please find attached file hope it helps you.&amp;nbsp; If it not works then attach sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 07:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525945#M548989</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-17T07:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525946#M548992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached example....On Open following month should b selected in this case Dec 13,Nov 13, Oct 13&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 07:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525946#M548992</guid>
      <dc:creator />
      <dc:date>2014-01-17T07:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525947#M548994</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;I think the space in the month causing the issue, can you remove the space in month field and then use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp; Date(Addmonths(Today(),-1),'MMMYY') &amp;amp; '|' &amp;amp; Date(Addmonths(Today(),-2),'MMMYY') &amp;amp; '|' &amp;amp; Date(Addmonths(Today(),-3),'MMMYY') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 09:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525947#M548994</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-17T09:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525948#M548996</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;='(' &amp;amp;chr(34)&amp;amp; Date(Addmonths(Today(),-1),'MMM YY') &amp;amp;chr(34)&amp;amp; '|' &amp;amp;chr(34)&amp;amp; Date(Addmonths(Today(),-2),'MMM YY') &amp;amp; chr(34)&amp;amp;'|' &amp;amp;chr(34)&amp;amp; Date(Addmonths(Today(),-3),'MMM YY') &amp;amp;chr(34)&amp;amp; ')'&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: space is handled using double quotes- chr(34)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 09:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525948#M548996</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-01-17T09:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525949#M548997</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;Great.&amp;nbsp; Tried with single quote and [ but missed double quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 09:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525949#M548997</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-17T09:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Default selection- Last 3 months</title>
      <link>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525950#M548998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 09:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-selection-Last-3-months/m-p/525950#M548998</guid>
      <dc:creator />
      <dc:date>2014-01-17T09:26:50Z</dc:date>
    </item>
  </channel>
</rss>

