<?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: Set Expression for leading and trailing months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887490#M996434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny- Thanks so much for your patience, I have tried the above way,but still it dint change the date from number format. But is there anything we can do with the front end expression instead of the back end script??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 16:16:07 GMT</pubDate>
    <dc:creator>maahivee</dc:creator>
    <dc:date>2015-06-24T16:16:07Z</dc:date>
    <item>
      <title>Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887465#M996409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a tricky requirement: I have to show the sum(sales) for in 2 cases;&lt;/P&gt;&lt;P&gt;1st case is Leading 5 months: In this i have to show the sum(sales) for last year this date forward to 5 months,&lt;/P&gt;&lt;P&gt;That means say today's date is 6/23/2015, my expression should be for 6/23/2014 to&amp;nbsp;&amp;nbsp; 11/23/2014 which is 5 months from today but last year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd case is Trailing 12 months: this is just the sum(sales) for last 12 months i.e 6/23/2015 to 6/23/2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried plenty different ways but no luck on anything, i have tried like creating variables and using them in expressions and all those kinds of things in&amp;nbsp; set expressions. Also keeping in mind i am not an expert at writing the set expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would be really great if you guys can help me out on this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 20:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887465#M996409</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-06-23T20:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887466#M996410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;{&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Today(), -1), 'M/DD/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(AddMonths(AddYears(Today(), -1), 5), 'M/DD/YYYY'))"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG style="font-size: 13.3333330154419px;"&gt;{&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Today(), -1), 'M/DD/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today(), 'M/DD/YYYY'))"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These should help.&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>Tue, 23 Jun 2015 20:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887466#M996410</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-23T20:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887467#M996411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunindia, Thanks a ton for the response, But if i am using those expressions it is just giving zeros all over, can you please help me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 13:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887467#M996411</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-06-24T13:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887468#M996412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets start from here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you get when you paste &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='&amp;gt;=' &amp;amp; Date(AddYears(Today(), -1), 'M/DD/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(AddMonths(AddYears(Today(), -1), 5), 'M/DD/YYYY')&lt;/STRONG&gt; in a text box? are the dates in the same format as your date field???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 13:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887468#M996412</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-24T13:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887469#M996413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply.. The above exp if i put it in a text box is giving a value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;=6/24/2014&amp;lt;=11/24/2014&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 13:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887469#M996413</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-06-24T13:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887470#M996414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the same format you have Date in? (The left hand side of the equation below)&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;&lt;SPAN style="color: #ff0000;"&gt;Date&lt;/SPAN&gt; = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Today(), -1), 'M/DD/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(AddMonths(AddYears(Today(), -1), 5), 'M/DD/YYYY'))"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 13:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887470#M996414</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-24T13:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887471#M996415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the date is in the same format, MM/DD/YYYY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 13:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887471#M996415</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-06-24T13:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887472#M996416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show your complete expression and some screenshots of data where you expect this expression to sum/count/min/max the data???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 13:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887472#M996416</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-24T13:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887473#M996417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to so like a sum with the expression you gave me like 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;Sum({&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Today(), -1), 'M/DD/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(AddMonths(AddYears(Today(), -1), 5), 'M/DD/YYYY'))"}&amp;gt;}Sales)&lt;/STRONG&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;But this is the result i am getting out of both the expressions.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90601_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887473#M996417</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-06-24T14:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887474#M996418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why it isn't working, but I guess see if this makes any difference:&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;Sum({&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Today(), -1), 'M&lt;SPAN style="color: #ff0000;"&gt;M&lt;/SPAN&gt;/DD/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(AddMonths(AddYears(Today(), -1), 5), 'M&lt;SPAN style="color: #ff0000;"&gt;M&lt;/SPAN&gt;/DD/YYYY'))"}&amp;gt;}Sales)&lt;/STRONG&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;&lt;BR /&gt;&lt;/STRONG&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;&lt;BR /&gt;&lt;/STRONG&gt;If this doesn't work, would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887474#M996418</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-24T14:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887475#M996419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Can you use trellis chart on date function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887475#M996419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T14:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887476#M996420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sunindia- That is the same thing i am trying but it is not working.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt; . what do you exactly mean by sample?? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887476#M996420</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-06-24T14:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887477#M996421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like 5-10 lines of data from your database relevant to the chart that you are trying to make. Problem is if I mock up some data it might work in there and still won't work for you. So the it would be best if we use your data to start with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887477#M996421</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-24T14:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887478#M996422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have dumped some data to excel but how can i attach it here??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887478#M996422</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-06-24T14:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887479#M996423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the two screenshots below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Step1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90612_Step1.PNG" style="height: 159px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Step2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/90613_Step2.PNG" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887479#M996423</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-24T14:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887480#M996424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunindia- I have attached the file here, Also while doing that i have found that the original date is not in the mm/dd/yyyy format instead in the number format. i thought it is in the date format since i forgot that i changed the format of it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 14:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887480#M996424</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-06-24T14:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887481#M996425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your date in the script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Item Number], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;Date(Date) as Date,&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Community_169701.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is TB02_20150624_101755);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;and then try the expressions I gave your.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also attaching a sample qvw for reference,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&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>Wed, 24 Jun 2015 14:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887481#M996425</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-24T14:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887482#M996426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny- I have tried it in both of these ways..&lt;/P&gt;&lt;P&gt;date(date) as date&amp;nbsp; and also in&lt;/P&gt;&lt;P&gt;date(date,'mm/dd/yyyy') as date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but unfortunately both dint work in my case. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887482#M996426</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-06-24T15:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887483#M996427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you made an selection when you are seeing the output? Clear all selections so that we can check if it is because of a selection or is the expression not working at all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887483#M996427</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-24T15:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Expression for leading and trailing months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887484#M996428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes- i definitely cleared all the selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Expression-for-leading-and-trailing-months/m-p/887484#M996428</guid>
      <dc:creator>maahivee</dc:creator>
      <dc:date>2015-06-24T15:23:25Z</dc:date>
    </item>
  </channel>
</rss>

