<?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: Re: YTD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679730#M246537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't debug this script from my machine even though i have written the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 14:40:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-16T14:40:53Z</dc:date>
    <item>
      <title>YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679707#M246514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calculating ytd but im not getting any error in expression,but not working could some one help me&lt;/P&gt;&lt;P&gt;to do this&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Month={'$(vYearStart)'}&amp;gt;}Actuals) ------&amp;gt;This is working&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=sum({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Month&lt;/SPAN&gt;={'&amp;gt;=$(vYearStart)&amp;lt;=$(vCurrentMonth)'}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;Actuals&lt;/SPAN&gt;) -----------&amp;gt;ITs Not working YTD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please Help some one&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks In Advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Niranjan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 18:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679707#M246514</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-13T18:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679708#M246515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vYearStart = Max( YearStart(Datefield) );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vCurrentMonth = Max( Today() );&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Let vCurrentMonth = Max(&lt;STRONG&gt;YourDateField&lt;/STRONG&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in expression like this way&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;&lt;STRONG&gt;Datefield&lt;/STRONG&gt; = {'&amp;gt;$(vYearStart) &amp;lt;=$(vCurrentMonth)'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In place of the Datefield use YourDatefield in place of the Month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 18:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679708#M246515</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-13T18:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679709#M246516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How have you defined your variables, what is the current value of these variables and what is the format of your field Month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be easiest if you could post a small sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 18:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679709#M246516</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-13T18:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679710#M246517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my variables&lt;/P&gt;&lt;P&gt;vYearStart=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;YearStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),'MMMM') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This is ths Month field&amp;nbsp; format i using &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Niranjan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 18:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679710#M246517</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-13T18:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679711#M246518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let vYearStart=date&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;YearStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),'MMMM') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Like this format im using&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 18:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679711#M246518</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-13T18:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679712#M246519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anand chouhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attechment&lt;/P&gt;&lt;P&gt;Middle chart im not getting the values&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 19:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679712#M246519</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-13T19:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679713#M246520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Month field is a pure text field, not having dates with a numeric representation.&lt;/P&gt;&lt;P&gt;I think that could be the issue here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides that, I would consider re-modeling your three fact tables into a concatenated fact table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 19:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679713#M246520</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-13T19:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679714#M246521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl&lt;/P&gt;&lt;P&gt;Please find the attechment,Month filed format everything should i mention&lt;/P&gt;&lt;P&gt;Middle chart im not getting the values&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 19:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679714#M246521</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-13T19:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679715#M246522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys any Ideas &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 21:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679715#M246522</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-13T21:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679716#M246523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Niru Niru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, I have some ideas and tried to express above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1a) Use the same format for your field Month and the search variables. Currently, they differ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1b) Consider using a Month field using dual values as retrieved by using QV Month() function or using dual() function, instead of the pure text values if you want to show month values (i.e. independend from year).&lt;/P&gt;&lt;P&gt;Consider using a MonthStart if you want to show month values, but depending on year, so Year-Month values in fact.&lt;/P&gt;&lt;P&gt;From your current approach, it's not clear to me what you want to achieve with the Month field and your set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Consider using a concatenated fact table instead of three tables linked by a syn key.&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" title="http://qlikviewnotes.blogspot.de/2009/11/understanding-join-and-concatenate.html"&gt;http://qlikviewnotes.blogspot.de/2009/11/understanding-join-and-concatenate.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jun 2014 10:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679716#M246523</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-14T10:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679717#M246524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use Datefield inplace of the Month field that will be better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jun 2014 10:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679717#M246524</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-14T10:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679718#M246525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anand chouhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry dont know how to solve this i attached sample app&lt;/P&gt;&lt;P&gt;please check and any suggessions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 09:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679718#M246525</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-16T09:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679719#M246526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression.&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;"&gt;=sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;={"&amp;gt;=$(vYearStart)&amp;lt;=$(vCurrentMonth)"}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Actuals&lt;/SPAN&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;&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;Regds.&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;Raju Kuppusamy&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 10:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679719#M246526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T10:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679720#M246527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No the same error again result i m getting&lt;/P&gt;&lt;P&gt;Thanks for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 10:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679720#M246527</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-16T10:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679721#M246528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your variables are representing text values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First expression is working case conditions are just like where condition but in second expression you have been using&lt;/P&gt;&lt;P&gt;&amp;lt;=,&amp;gt;= conditions. You can use this conditions in only numeric values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign IDs for each month and apply this condition then it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju Kuppusamy &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 10:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679721#M246528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T10:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679722#M246529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this ,&lt;/P&gt;&lt;P&gt;you mean to say converting into nummeric format&lt;/P&gt;&lt;P&gt;if you have any idea i attached sample app ,&lt;/P&gt;&lt;P&gt;please give me example its better to me understand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 10:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679722#M246529</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-16T10:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679723#M246530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;use month number instead of Month,&lt;/P&gt;&lt;P&gt;Hope it ll help....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 11:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679723#M246530</guid>
      <dc:creator />
      <dc:date>2014-06-16T11:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679724#M246531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saranya Arumugam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;its giving full year values&lt;/P&gt;&lt;P&gt;its not filtering the YTD please check im not able to figure out this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 12:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679724#M246531</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-16T12:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679725#M246532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nirajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Use Makedate() function to create date field in fact table.&amp;nbsp; then use master calender to format your months, year, qtr .. etc..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Once you added then write set expression coding to calculate YTD values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Ex YTD Expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;=Num(Sum({$&amp;lt;MonthID = {"&amp;lt;=$(=Max(MonthID))"},YearFiscal = {$(=Max(YearFiscal))},Quarter = ,Month = &amp;gt;} #SalesMT),0.00)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;Below is the master coding:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #222222; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MinMax:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; MIN(InvoiceDate) AS MinDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp; MAX(InvoiceDate) AS MaxDate&lt;/P&gt;&lt;P&gt;RESIDENT Facts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMinDate = NUM(PEEK('MinDate',0,'MinMax'));&lt;/P&gt;&lt;P&gt;LET vMaxDate = NUM(PEEK('MaxDate',0,'MinMax'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vToday = $(vMaxDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//*****Temp Calendar*****&lt;/P&gt;&lt;P&gt;TempCal:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; DATE($(vMinDate) + ROWNO() -1) AS TempDate&lt;/P&gt;&lt;P&gt;AUTOGENERATE&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vMaxDate) - $(vMinDate) + 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE MinMax;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//*****Master Calendar*****&lt;/P&gt;&lt;P&gt;MasterCalendar:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;TempDate AS InvoiceDate,&lt;/P&gt;&lt;P&gt;WEEK(TempDate) AS Week,&lt;/P&gt;&lt;P&gt;YEAR(TempDate) AS Year,&lt;/P&gt;&lt;P&gt;MONTH(TempDate) AS Month,&lt;/P&gt;&lt;P&gt;DAY(TempDate) AS Day,&lt;/P&gt;&lt;P&gt;WEEKDAY(TempDate) AS WeekDay,&lt;/P&gt;&lt;P&gt;AutoNumber(YEAR(TempDate) &amp;amp; MONTH(TempDate), 'MonthID') as [MonthID],&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; If(CEIL(MONTH(TempDate))&amp;gt;=8 AND MONTH(TempDate)&amp;lt;=10 ,1,If(CEIL(MONTH(TempDate))&amp;gt;=2 AND MONTH(TempDate)&amp;lt;=4 ,3,If(CEIL(MONTH(TempDate))&amp;gt;=5 AND MONTH(TempDate)&amp;lt;=7 ,4,2)))&amp;nbsp; AS Quarter,&lt;/P&gt;&lt;P&gt;date(yearstart(TempDate,1,8),'YYYY') &amp;amp;' - '&amp;amp; 'Q' &amp;amp; If(CEIL(MONTH(TempDate))&amp;gt;=8 AND MONTH(TempDate)&amp;lt;=10 ,1,If(CEIL(MONTH(TempDate))&amp;gt;=2 AND MONTH(TempDate)&amp;lt;=4 ,3,If(CEIL(MONTH(TempDate))&amp;gt;=5 AND MONTH(TempDate)&amp;lt;=7 ,4,2))) as YearQuarter, &lt;/P&gt;&lt;P&gt;AutoNumber(date(yearstart(TempDate,1,8),'YYYY') &amp;amp;' - '&amp;amp; 'Q' &amp;amp; If(CEIL(MONTH(TempDate))&amp;gt;=8 AND MONTH(TempDate)&amp;lt;=10 ,1,If(CEIL(MONTH(TempDate))&amp;gt;=2 AND MONTH(TempDate)&amp;lt;=4 ,3,If(CEIL(MONTH(TempDate))&amp;gt;=5 AND MONTH(TempDate)&amp;lt;=7 ,4,2))),'QuarterID') as QuarterID,&lt;/P&gt;&lt;P&gt;DATE(MONTHSTART(TempDate), 'MMM-YYYY') AS MonthYear,&lt;/P&gt;&lt;P&gt;WEEK(TempDate) &amp;amp; '-' &amp;amp; YEAR(TempDate) AS WeekYear,&lt;/P&gt;&lt;P&gt;date(yearstart(TempDate,1,8),'YYYY') AS YearFiscal,&lt;/P&gt;&lt;P&gt;//INYEARTODATE(TempDate,$(vToday),0,8) * -1 AS CurYTDFlag,&lt;/P&gt;&lt;P&gt;//INYEARTODATE(TempDate,$(vToday),-1,1) * -1 AS LastYTDFlag&lt;/P&gt;&lt;P&gt;INYEARTODATE(TempDate,$(vToday),0,8) * -1 AS CurYTDFlag,&lt;/P&gt;&lt;P&gt;INYEARTODATE(TempDate,$(vToday),-1,8) * -1 AS LastYTDFlag&lt;/P&gt;&lt;P&gt;//INYEARTODATE(TempDate,TempDate,0,8) * -1 AS CurYTDFlag,&lt;/P&gt;&lt;P&gt;//INYEARTODATE(TempDate,TempDate,-1,8) * -1 AS LastYTDFlag&lt;/P&gt;&lt;P&gt;RESIDENT TempCal&lt;/P&gt;&lt;P&gt;ORDER BY TempDate ASC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TempCal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju Kuppusamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 13:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679725#M246532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T13:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD/m-p/679726#M246533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;Thanks for your efforts,thank you so much spending your valuble time&lt;/P&gt;&lt;P&gt;But when i m loading that code im getting table not found,script error these errors i am getting&lt;/P&gt;&lt;P&gt;please provide if you done previous any QVW its better to under stand to me&lt;/P&gt;&lt;P&gt;The code giving 3 errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 13:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD/m-p/679726#M246533</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-16T13:44:42Z</dc:date>
    </item>
  </channel>
</rss>

