<?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: YTD MTD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809871#M285868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YTD is getting currect values but i m not getting currect values for MTD &amp;amp; WTD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used what you given those expressions only i&amp;nbsp; used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for consideration of my requests&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2015 09:46:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-16T09:46:15Z</dc:date>
    <item>
      <title>YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809862#M285859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;BILLDETAILENTRYTYPE = {'B'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;BR /&gt;-&lt;BR /&gt;(sum({&amp;lt;BILLDETAILENTRYTYPE = {'R'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;BR /&gt;-&lt;BR /&gt;(sum({&amp;lt;BILLDETAILENTRYTYPE = {'O'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}, URDPURCHASE = {'Y'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I taken label name as " Gross Weight" for above expression...please help me &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;I want find out YTD,MTD&amp;amp; WTD for above Expression.&lt;/P&gt;&lt;P&gt;How can I do???&lt;/P&gt;&lt;P&gt;Please help me out this issue.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 05:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809862#M285859</guid>
      <dc:creator />
      <dc:date>2015-02-16T05:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809863#M285860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you have a date field then use below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YTD:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(sum({&amp;lt;Date={'&amp;gt;=$(=YearStart(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'B'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date={'&amp;gt;=$(=YearStart(Today()))&amp;lt;=$(=Today())'}, &lt;/SPAN&gt;BILLDETAILENTRYTYPE = {'R'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date={'&amp;gt;=$(=YearStart(Today()))&amp;lt;=$(=Today())'}, &lt;/SPAN&gt;BILLDETAILENTRYTYPE = {'O'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}, URDPURCHASE = {'Y'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MTD:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(sum({&amp;lt;Date={'&amp;gt;=$(=MonthStart(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'B'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date={'&amp;gt;=$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MonthStart&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, &lt;/SPAN&gt;BILLDETAILENTRYTYPE = {'R'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date={'&amp;gt;=$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MonthStart&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, &lt;/SPAN&gt;BILLDETAILENTRYTYPE = {'O'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}, URDPURCHASE = {'Y'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WTD:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(sum({&amp;lt;Date={'&amp;gt;=$(=WeekStart(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'B'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(sum({&amp;lt;Date={'&amp;gt;=$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WeekStart&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'R'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(sum({&amp;lt;Date={'&amp;gt;=$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WeekStart&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'O'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}, URDPURCHASE = {'Y'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Replace Date with your actual field name.&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>Mon, 16 Feb 2015 06:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809863#M285860</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-16T06:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809864#M285861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much your reply.&lt;/P&gt;&lt;P&gt;it is great helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you dont mine give me like below...&lt;/P&gt;&lt;P&gt;I have Date field is "BillDate"&lt;/P&gt;&lt;P&gt;i have data from "01/04/2014" to 01/03/2015 (DD/MM/YYYY)&lt;/P&gt;&lt;P&gt;i have regions like AP,KARNATAKA &lt;/P&gt;&lt;P&gt;i have 7 regions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me complete expressions now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 06:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809864#M285861</guid>
      <dc:creator />
      <dc:date>2015-02-16T06:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809865#M285862</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; What is the Today() here&lt;/P&gt;&lt;P&gt;please explain me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 06:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809865#M285862</guid>
      <dc:creator />
      <dc:date>2015-02-16T06:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809866#M285863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Hi,&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;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;check this&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;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;YTD:&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-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;BillDate&lt;/SPAN&gt;={'&amp;gt;=$(=YearStart(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'B'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&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="font-weight: inherit; font-style: inherit;"&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="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;BillDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;={'&amp;gt;=$(=YearStart(Today()))&amp;lt;=$(=Today())'}, &lt;/SPAN&gt;BILLDETAILENTRYTYPE = {'R'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&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="font-weight: inherit; font-style: inherit;"&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="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;BillDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;={'&amp;gt;=$(=YearStart(Today()))&amp;lt;=$(=Today())'}, &lt;/SPAN&gt;BILLDETAILENTRYTYPE = {'O'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}, URDPURCHASE = {'Y'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&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="font-weight: inherit; font-style: inherit;"&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="font-weight: inherit; font-style: inherit;"&gt;MTD:&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="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;BillDate&lt;/SPAN&gt;={'&amp;gt;=$(=MonthStart(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'B'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&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="font-weight: inherit; font-style: inherit;"&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="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;BillDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;={'&amp;gt;=$(=&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;MonthStart&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, &lt;/SPAN&gt;BILLDETAILENTRYTYPE = {'R'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&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="font-weight: inherit; font-style: inherit;"&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="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;BillDate&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;={'&amp;gt;=$(=&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;MonthStart&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, &lt;/SPAN&gt;BILLDETAILENTRYTYPE = {'O'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}, URDPURCHASE = {'Y'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&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="font-weight: inherit; font-style: inherit;"&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="font-weight: inherit; font-style: inherit;"&gt;WTD:&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="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;BillDate&lt;/SPAN&gt;={'&amp;gt;=$(=WeekStart(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'B'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&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="font-weight: inherit; font-style: inherit;"&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="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;BillDate&lt;/SPAN&gt;={'&amp;gt;=$(=&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;WeekStart&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'R'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&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="font-weight: inherit; font-style: inherit;"&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="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;BillDate&lt;/SPAN&gt;={'&amp;gt;=$(=&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;WeekStart&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'O'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}, URDPURCHASE = {'Y'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&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="font-weight: inherit; font-style: inherit;"&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="font-weight: inherit; font-style: inherit;"&gt;Today() gives the current date i,e, today's date.&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="font-weight: inherit; font-style: inherit;"&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="font-weight: inherit; font-style: inherit;"&gt;YTD means - Current year uptodate i,e, 1-Jan-2015 to till date (16-Feb-2015)&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="font-weight: inherit; font-style: inherit;"&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="font-weight: inherit; font-style: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 07:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809866#M285863</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-16T07:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809867#M285864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying what you given expressions but i am getting same values for YTD,MTD AND WTD,&lt;/P&gt;&lt;P&gt;So where can i done mistake???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 07:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809867#M285864</guid>
      <dc:creator />
      <dc:date>2015-02-16T07:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809868#M285865</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 your data is same for MTD, WTD and MTD.&amp;nbsp; YTD expression works for the current year.&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>Mon, 16 Feb 2015 08:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809868#M285865</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-16T08:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809869#M285866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wtd and mtd same in the sense i cant get that word??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 08:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809869#M285866</guid>
      <dc:creator />
      <dc:date>2015-02-16T08:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809870#M285867</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;What value you are getting for YTD, MTD and WTD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attach some sample data and your expected ouput, so that it would be easier to give solution.&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>Mon, 16 Feb 2015 09:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809870#M285867</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-16T09:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809871#M285868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YTD is getting currect values but i m not getting currect values for MTD &amp;amp; WTD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used what you given those expressions only i&amp;nbsp; used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for consideration of my requests&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 09:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809871#M285868</guid>
      <dc:creator />
      <dc:date>2015-02-16T09:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809872#M285869</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;Did you changed MonthStart and WeekStart() in your expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;MTD:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;Date={'&amp;gt;=$(=&lt;STRONG&gt;MonthStart&lt;/STRONG&gt;(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'B'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Date={'&amp;gt;=$(=&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;MonthStart&lt;/STRONG&gt;&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, &lt;/SPAN&gt;BILLDETAILENTRYTYPE = {'R'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Date={'&amp;gt;=$(=&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;MonthStart&lt;/STRONG&gt;&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, &lt;/SPAN&gt;BILLDETAILENTRYTYPE = {'O'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}, URDPURCHASE = {'Y'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;WTD:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;Date={'&amp;gt;=$(=&lt;STRONG&gt;WeekStart&lt;/STRONG&gt;(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'B'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;Date={'&amp;gt;=$(=&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;WeekStart&lt;/STRONG&gt;&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'R'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;Date={'&amp;gt;=$(=&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;WeekStart&lt;/STRONG&gt;&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'O'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}, URDPURCHASE = {'Y'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;If not working attach some sample file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 11:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809872#M285869</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-16T11:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809873#M285870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting Values for Ytd and Mtd also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try for that anyway i am very thankful to you...&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 13:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809873#M285870</guid>
      <dc:creator />
      <dc:date>2015-02-16T13:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809874#M285871</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 close this thread by giving Correct and Helpful answers to the useful posts, so that it would be helpful for others who are looking for similar solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the Set Analysis topic in Qlikview Help file (F1), so that you can understand this type of expressions easily.&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>Tue, 17 Feb 2015 02:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809874#M285871</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-17T02:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809875#M285872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very thankful to your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said i closed this&lt;/P&gt;&lt;P&gt;Many thanks to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 11:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809875#M285872</guid>
      <dc:creator />
      <dc:date>2015-02-17T11:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809876#M285873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Close this thread by clicking Correct Answer and Helpful Answers buttons to the useful posts.&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>Tue, 17 Feb 2015 14:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809876#M285873</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-17T14:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809877#M285874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please give me that WTD expression&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 15:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809877#M285874</guid>
      <dc:creator />
      <dc:date>2015-02-17T15:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809878#M285875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;WTD:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;Date={'&amp;gt;=$(=WeekStart(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'B'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;Date={'&amp;gt;=$(=&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;WeekStart&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'R'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(sum({&amp;lt;Date={'&amp;gt;=$(=&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;WeekStart&lt;/SPAN&gt;(Today()))&amp;lt;=$(=Today())'}, BILLDETAILENTRYTYPE = {'O'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}, URDPURCHASE = {'Y'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Jagan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 15:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809878#M285875</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-17T15:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809879#M285876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For following expression i want get the WTD value in Text Object.&lt;/P&gt;&lt;P&gt;I am getting the values if i select.&lt;/P&gt;&lt;P&gt;But without Selection i want get the Present Month Week to date value in the sense feb month&lt;/P&gt;&lt;P&gt;i have the date field from&amp;nbsp; Apr/01/2014 to Mar/01/2015.&lt;/P&gt;&lt;P&gt;But i have the data from Apr/01/2015 to Feb/05/2015.&lt;/P&gt;&lt;P&gt;How Can i get this please help me out this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num((sum({&amp;lt;Year=, Quarter=, Month=, Week=, [BILL DATE]=,BILLDATE={"&amp;gt;=$(=Date(WeekStart(Max(BILLDATE)-1)))&amp;lt;=$(=Date(Max(BILLDATE)))"}, BILLDETAILENTRYTYPE = {'B'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;Year=, Quarter=, Month=, Week=, [BILL DATE]=,BILLDATE={"&amp;gt;=$(=Date(WeekStart(Max(BILLDATE)-1)))&amp;lt;=$(=Date(Max(BILLDATE)))"}, BILLDETAILENTRYTYPE = {'R'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;Year =, Quarter=, Month=, Week=, [BILL DATE]=,BILLDATE={"&amp;gt;=$(=Date(WeekStart(Max(BILLDATE)-1)))&amp;lt;=$(=Date(Max(BILLDATE)))"}, BILLDETAILENTRYTYPE = {'O'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}, URDPURCHASE = {'Y'}&amp;gt;}BILLDETAILGROSSWEIGHT)/WeightFlag),'##.00')&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;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="font-color-meta j-meta-actions"&gt;in &lt;A _jive_internal="true" class="jivecontainerTT-hover-container font-color-meta j-container" data-objectid="2051" data-objecttype="14" href="https://community.qlik.com/community/qlikview/app-development"&gt;App Development&lt;/A&gt; &lt;SPAN class="j-bullet"&gt;•&lt;/SPAN&gt; &lt;A _jive_internal="true" class="j-meta-control share-link" data-command="share" data-object-id="153006" data-object-type="1" href="https://community.qlik.com/inbox" title="Quickly share this content with a person or group of people"&gt;Share&lt;/A&gt; &lt;SPAN class="j-bullet"&gt;•&lt;/SPAN&gt; &lt;A class="j-reply-rte"&gt;Reply&lt;/A&gt; &lt;SPAN class="j-bullet"&gt;•&lt;/SPAN&gt; &lt;SPAN class="j-js-liking-control"&gt;&lt;SPAN class="acclaim-container"&gt;&lt;SPAN class="font-color-meta-light acclaim-like-container js-acclaim-container" data-can-like="false" data-likes="0" data-showicon="false" data-type="mini"&gt;&lt;SPAN class="j-social-action"&gt;Like &lt;LABEL class="j-508-label"&gt;Show 0 Likes&lt;/LABEL&gt;&lt;A _jive_internal="true" data-command="showLikes" data-count="0" data-object-id="715687" data-object-type="2" href="https://community.qlik.com/inbox"&gt;(0)&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="j-act-preview-controls"&gt;&lt;A _jive_internal="true" class="hide j-js-hide-full-content" href="https://community.qlik.com/inbox"&gt;&lt;SPAN class="jive-icon-down jive-icon-med"&gt;&lt;/SPAN&gt;Hide full preview&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class="j-track"&gt;&lt;A _jive_internal="true" class="j-js-unread-trigger j-link-read font-color-meta-light" href="https://community.qlik.com/inbox"&gt;&lt;SPAN class="jive-icon-med jive-icon-unread-marker-large"&gt;&lt;/SPAN&gt;&lt;SPAN class="j-track-lnk"&gt;Mark unread&lt;/SPAN&gt;&lt;/A&gt;&lt;A _jive_internal="true" class="j-act-untrack font-color-meta-light" href="https://community.qlik.com/inbox"&gt;&lt;SPAN class="j-track-lnk"&gt;Hide new activity&lt;/SPAN&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class="j-act-expand-bar j-rc4 j-rc-none-bottom clearfix"&gt;&lt;STRONG class="j-act-replycount"&gt;&lt;A _jive_internal="true" class="font-color-meta-light" href="https://community.qlik.com/thread/153006"&gt;0 replies&lt;/A&gt;&lt;SPAN class="j-new-count font-color-new"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="j-act-actions-init j-act-parent-reply-view j-act-rte-replyable clearfix j-act-actions" data-extvisible="false" data-objectid="715687" data-objecttype="2"&gt;&lt;DIV class="j-act-add-comment"&gt;&lt;DIV class="j-act-replyto j-act-original"&gt;&lt;A class="j-reply-rte"&gt;Reply to original discussion&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 15:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809879#M285876</guid>
      <dc:creator />
      <dc:date>2015-02-17T15:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809880#M285877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;=Num((sum({&amp;lt;Year=, Quarter=, Month=, Week=, [BILL DATE]=,BILLDATE={"&amp;gt;=$(=Date(WeekStart(Max(BILLDATE)-1)))&amp;lt;=$(=Date(Max(BILLDATE)))"}, BILLDETAILENTRYTYPE = {'B'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;/WeightFlag&lt;/SPAN&gt;))&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;/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;(sum({&amp;lt;Year=, Quarter=, Month=, Week=, [BILL DATE]=,BILLDATE={"&amp;gt;=$(=Date(WeekStart(Max(BILLDATE)-1)))&amp;lt;=$(=Date(Max(BILLDATE)))"}, BILLDETAILENTRYTYPE = {'R'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}&amp;gt;}BILLDETAILGROSSWEIGHT&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;/WeightFlag&lt;/SPAN&gt;))&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;/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;(sum({&amp;lt;Year =, Quarter=, Month=, Week=, [BILL DATE]=,BILLDATE={"&amp;gt;=$(=Date(WeekStart(Max(BILLDATE)-1)))&amp;lt;=$(=Date(Max(BILLDATE)))"}, BILLDETAILENTRYTYPE = {'O'}, BILLCANCELLED = {'N'}, BILLESTIMATE = {'N'}, URDPURCHASE = {'Y'}&amp;gt;}BILLDETAILGROSSWEIGHT&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;/WeightFlag&lt;/SPAN&gt;)),'##.00')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 01:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809880#M285877</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-18T01:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: YTD MTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809881#M285878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For above Expression is working like my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want " Without any selection I have to display the value for current WTD ( February) in Text Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I displayed Values with Selection that part I done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out from this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Prathap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 04:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-MTD/m-p/809881#M285878</guid>
      <dc:creator />
      <dc:date>2015-02-18T04:38:11Z</dc:date>
    </item>
  </channel>
</rss>

