<?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: Previous year +1 month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191632#M878986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Taking help of sunny equation: Save the Month condition in a Variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDate= Date(MonthStart(Today(), -15);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDateLabel =Date(MonthStart(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you can make the label change to and use the variable in other equations or field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Oct 2016 15:11:39 GMT</pubDate>
    <dc:creator>rupamjyotidas</dc:creator>
    <dc:date>2016-10-12T15:11:39Z</dc:date>
    <item>
      <title>Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191622#M878976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Developers&lt;/P&gt;&lt;P&gt;how to get previous year date Like my expression is below. I want the date should change automatic. example the date in the expression is 10/01/2015 if i come at next month the date should be 11/01/2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Kit={"&amp;gt;=07/01/2015"}&amp;gt;} ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; label of the expression should display nov 2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Total kits received from oct 2015&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should convert to nov 2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to display 24 weeks the week should start on sunday. Below is the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Master_WeekStart&amp;gt;='04/03/16',Master_WeekStart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me please. &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anil&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/Previous-year-1-month/m-p/1191622#M878976</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191623#M878977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&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;&lt;STRONG&gt;=Count({&amp;lt;Kit = &lt;SPAN style="color: #ff0000;"&gt;{"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today()), 'MM/DD/YYYY'))"}&lt;/SPAN&gt;&amp;gt;} ID)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 22:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191623#M878977</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-11T22:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191624#M878978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need previous year, you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=Count({&amp;lt;Kit = {"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today()&lt;SPAN style="color: #ff0000;"&gt;, -12)&lt;/SPAN&gt;, 'MM/DD/YYYY'))"}&amp;gt;} ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 22:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191624#M878978</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-11T22:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191625#M878979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;Thanks for the response&lt;/P&gt;&lt;P&gt;i have the below expression &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;expression:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=count({&amp;lt;Kit={"&amp;gt;=07/01/2015"}&amp;gt;} ID)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The expression what you provided is displaying zero. i want the date to be automated if i go to next month.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 23:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191625#M878979</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2016-10-11T23:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191626#M878980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the next month? 08/01/2015?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 23:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191626#M878980</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-11T23:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191627#M878981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 23:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191627#M878981</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2016-10-11T23:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191628#M878982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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;=Count({&amp;lt;Kit = {"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Today()&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, -15)&lt;/SPAN&gt;, 'MM/DD/YYYY'))"}&amp;gt;} ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 23:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191628#M878982</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-11T23:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191629#M878983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Tried your expression but i am getting zero values. If possible check ur mobile &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 23:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191629#M878983</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2016-10-11T23:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191630#M878984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny Bro&lt;/P&gt;&lt;P&gt;Its working fine. &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want to display 24 weeks the week should start on sunday. Below is the expression.&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;=if(Master_WeekStart&amp;gt;='04/03/16',Master_WeekStart). Can you help me please.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 00:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191630#M878984</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2016-10-12T00:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191631#M878985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;24 Weeks means, You want to show starting from Year to 24 weeks / What? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 05:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191631#M878985</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-12T05:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191632#M878986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Taking help of sunny equation: Save the Month condition in a Variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDate= Date(MonthStart(Today(), -15);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDateLabel =Date(MonthStart(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you can make the label change to and use the variable in other equations or field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 15:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191632#M878986</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2016-10-12T15:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191633#M878987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;I want to display last 24 weeks from current week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191633#M878987</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2016-10-12T16:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191634#M878988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Master_WeekStart &lt;/SPAN&gt;= {'$(= &lt;STRONG style="font-size: 13.3333px;"&gt;'&amp;gt;=' &amp;amp; WeekStart(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Master_WeekStart&lt;/SPAN&gt;,-24) &lt;/STRONG&gt;'&amp;lt;=' &amp;amp; Week(Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Master_WeekStart)&lt;/SPAN&gt;))'}&amp;gt;} ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191634#M878988</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-12T16:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191635#M878989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OR 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;Sum({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Master_WeekStart &lt;/SPAN&gt;= {'$(= &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;'&amp;gt;=' &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;Week(WeekStart(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Master_WeekStart&lt;/STRONG&gt;,-25))&lt;/SPAN&gt; &lt;/STRONG&gt;'&amp;lt;=' &amp;amp; Week(Max(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Master_WeekStart)&lt;/SPAN&gt;))'}&amp;gt;} ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191635#M878989</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-12T16:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191636#M878990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191636#M878990</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2016-10-12T16:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191637#M878991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your issue got resolved then close the thread by flag of correct answer which means help full to the next customer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 01:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191637#M878991</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-13T01:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Previous year +1 month</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191638#M878992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this expression,&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Master_WeekStart &lt;/SPAN&gt;= {'$(= &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;'&amp;gt;=' &amp;amp;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Week(WeekStart(&lt;STRONG style="font-style: inherit; font-size: 13px;"&gt;Master_WeekStart&lt;/STRONG&gt;,-25))&lt;/SPAN&gt; &lt;/STRONG&gt;'&amp;lt;=' &amp;amp; Week(Max(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Master_WeekStart)&lt;/SPAN&gt;))'}&amp;gt;} ID)&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;it will works..&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 05:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-year-1-month/m-p/1191638#M878992</guid>
      <dc:creator>hemachandran</dc:creator>
      <dc:date>2016-10-13T05:22:20Z</dc:date>
    </item>
  </channel>
</rss>

