<?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: Find YTD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811895#M1040237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post your sample application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2014 06:52:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-11T06:52:24Z</dc:date>
    <item>
      <title>Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811886#M1040228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;what is the script to get YTD (Year Till Date)&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;YTD 13-14&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;YTD 12-13 and so on&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;e.g As today is 11 Dec, &lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;YTD 12-13 means (01 April 12) to (11 Dec 13)&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;YTD 13-14 means( 01 April 13) to (11 Dec 14) &lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;pick data for this time interval&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 05:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811886#M1040228</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2014-12-11T05:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811887#M1040229</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;By the use of the Date field in your fact table use that field for get the YTD calculation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum( {$&amp;lt;Date = {'&amp;gt;$(=Max((YearStart(Date)))) &amp;lt;=$(=Max(Today()))'}&amp;gt;} Metrics )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above expression gives you from selected year start to till date data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 06:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811887#M1040229</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-11T06:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811888#M1040230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-6163"&gt;YTQ, QTD, MTD and WTD&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 06:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811888#M1040230</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2014-12-11T06:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811889#M1040231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attached document can help you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 06:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811889#M1040231</guid>
      <dc:creator />
      <dc:date>2014-12-11T06:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811890#M1040232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where should I write this expression,&lt;/P&gt;&lt;P&gt;in expression or somewhere else&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 06:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811890#M1040232</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2014-12-11T06:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811891#M1040233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where should I write given expression for YTD,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in expression or somewhere else&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I need YTD list box so that I can select required YTD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 06:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811891#M1040233</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2014-12-11T06:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811892#M1040234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take Dimension&amp;nbsp; and Expression in any straight chart or Bar chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim1:- Year&lt;/P&gt;&lt;P&gt;Dim2:- Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expre:- =Sum( {$&amp;lt;Date = {'&amp;gt;$(=Max((YearStart(Date)))) &amp;lt;=$(=Max(Today()))'}&amp;gt;} Metrics )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This all are front end activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 06:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811892#M1040234</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-11T06:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811893#M1040235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write the code in expression tab.. and what do you mean by YTD list box?&lt;/P&gt;&lt;P&gt;you give filters year,month quarter.. and whenever you select any year or month or quarter,your chart show data respective to the selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 06:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811893#M1040235</guid>
      <dc:creator />
      <dc:date>2014-12-11T06:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811894#M1040236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok&lt;/P&gt;&lt;P&gt;I have written but it shows numbers like 10282442&lt;/P&gt;&lt;P&gt;and in a ocloumn all YTD values are different&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Thu, Dec 11, 2014 at 12:15 PM, Bhawna Gupta &amp;lt;qcwebmaster@qlikview.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 06:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811894#M1040236</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2014-12-11T06:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811895#M1040237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post your sample application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 06:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811895#M1040237</guid>
      <dc:creator />
      <dc:date>2014-12-11T06:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811896#M1040238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want table in this form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Name YTD 11-12 (Member Count) YTD 12-13 (Member Count)  F M # Members&lt;/P&gt;&lt;P&gt;F M # Members  Overall 40% 60% 558,588 42% 58% 603,816  NORTH 44% 56%&lt;/P&gt;&lt;P&gt;145,166 45% 55% 165,081  DELHI 50% 50% 38,166 50% 50% 51,720  LS-Ambey Mall&lt;/P&gt;&lt;P&gt;Vasant Kunj Delhi 53% 47% 11,986 53% 47% 14,053&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Thu, Dec 11, 2014 at 12:22 PM, Bhawna Gupta &amp;lt;qcwebmaster@qlikview.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 06:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811896#M1040238</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2014-12-11T06:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811897#M1040239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="167.77777767181396" style="width: 695.777777671814px; height: 141.777777671814px;" width="693.777777671814"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl84" height="40" rowspan="2" style="height: 30.0pt; width: 163pt;" width="217"&gt;Store&amp;nbsp;&amp;nbsp; Name&lt;/TD&gt;&lt;TD class="xl85" colspan="3" style="border-left: none; width: 186pt;" width="248"&gt;YTD&amp;nbsp;&amp;nbsp; 11-12 (Member Count)&lt;/TD&gt;&lt;TD class="xl85" colspan="3" style="border-left: none; width: 174pt;" width="231"&gt;YTD&amp;nbsp;&amp;nbsp; 12-13 (Member Count)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl83" height="20" style="height: 15.0pt; border-top: none; border-left: none;"&gt;F&lt;/TD&gt;&lt;TD class="xl83" style="border-top: none; border-left: none;"&gt;M&lt;/TD&gt;&lt;TD class="xl83" style="border-top: none; border-left: none;"&gt;# Members&lt;/TD&gt;&lt;TD class="xl83" style="border-top: none; border-left: none;"&gt;F&lt;/TD&gt;&lt;TD class="xl83" style="border-top: none; border-left: none;"&gt;M&lt;/TD&gt;&lt;TD class="xl83" style="border-top: none; border-left: none;"&gt;# Members&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl79" height="20" style="height: 15.0pt; border-top: none;"&gt;Overall&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;40%&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;60%&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;558,588&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;42%&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;58%&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;603,816&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl80" height="20" style="height: 15.0pt; border-top: none;"&gt;NORTH&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;44%&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;56%&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;145,166&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;45%&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;55%&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;165,081&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl81" height="20" style="height: 15.0pt; border-top: none;"&gt;DELHI&lt;/TD&gt;&lt;TD class="xl78" style="border-top: none; border-left: none;"&gt;50%&lt;/TD&gt;&lt;TD class="xl78" style="border-top: none; border-left: none;"&gt;50%&lt;/TD&gt;&lt;TD class="xl77" style="border-top: none; border-left: none;"&gt;38,166&lt;/TD&gt;&lt;TD class="xl78" style="border-top: none; border-left: none;"&gt;50%&lt;/TD&gt;&lt;TD class="xl78" style="border-top: none; border-left: none;"&gt;50%&lt;/TD&gt;&lt;TD class="xl77" style="border-top: none; border-left: none;"&gt;51,720&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD class="xl82" height="20" style="height: 15.0pt; border-top: none;"&gt;LS-Ambey Mall&amp;nbsp;&amp;nbsp; Vasant Kunj Delhi&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;53%&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;47%&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;11,986&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;53%&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;47%&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;14,053&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want this type Pivot Table. There is also a problem that no. of&amp;nbsp; members are shown after F and after M , not single time after F &amp;amp; M &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 06:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811897#M1040239</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2014-12-11T06:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811898#M1040240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually all time I don't want today's date,&lt;/P&gt;&lt;P&gt;I want year wise slots,&lt;/P&gt;&lt;P&gt;day and month must be Today's date but Year should not be&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;YTD(11-12)&amp;nbsp; is 1/1/2011 to 11/12/2012&lt;/P&gt;&lt;P&gt;YTD(12-13) is &lt;SPAN style="font-size: 13.3333339691162px;"&gt;1/1/2012 to 11/12/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333339691162px;"&gt;YTD(13-14) is &lt;SPAN style="font-size: 13.3333339691162px;"&gt;1/1/2031 to 11/12/2014&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for sale comparison, if I am comparing my sale today, than last year sale must be compare from start date to till date on last year &lt;/P&gt;&lt;P&gt;otherwise comparison will be wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think You understand my requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 08:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811898#M1040240</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2014-12-11T08:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Find YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811899#M1040241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;Actually all time I don't want today's date,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;I want year wise slots,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;day and month must be Today's date but Year should not be&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;e.g.&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;YTD(11-12)&amp;nbsp; is 1/1/2011 to 11/12/2012&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;YTD(12-13) is &lt;SPAN style="font-size: 13.3333339691162px;"&gt;1/1/2012 to 11/12/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;&lt;SPAN style="font-size: 13.3333339691162px;"&gt;YTD(13-14) is &lt;SPAN style="font-size: 13.3333339691162px;"&gt;1/1/2031 to 11/12/2014&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;This is for sale comparison, if I am comparing my sale today, than last year sale must be compare from start date to till date on last year &lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;otherwise comparison will be wrong.&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;I think You understand my requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 08:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-YTD/m-p/811899#M1040241</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2014-12-11T08:44:04Z</dc:date>
    </item>
  </channel>
</rss>

