<?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: My YTD Calc Not working, Why {Easy Rookie Question} ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/My-YTD-Calc-Not-working-Why-Easy-Rookie-Question/m-p/627204#M1090571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have put wrong field named &lt;STRONG&gt;Date&lt;/STRONG&gt; instead of &lt;STRONG&gt;Period.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA, hope it helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2014 04:18:18 GMT</pubDate>
    <dc:creator>senpradip007</dc:creator>
    <dc:date>2014-05-26T04:18:18Z</dc:date>
    <item>
      <title>My YTD Calc Not working, Why {Easy Rookie Question} ?</title>
      <link>https://community.qlik.com/t5/QlikView/My-YTD-Calc-Not-working-Why-Easy-Rookie-Question/m-p/627203#M1090570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know why my YTD calc is not working? I followed the same logic that I have seen on other posts, but it is not working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my result, we are on a fiscal calendar and have the first 3 months loaded July, Aug, Sept. I want to be able to click on month, and see only the results from that selected month and any prior months in that year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I click on July, I should only see July data. If I click on August, I should only see July and August data, and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I click on on the month, it still shows all months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help? I'm sure there is some some detail I am missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for Taking the time to review my question!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 04:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-YTD-Calc-Not-working-Why-Easy-Rookie-Question/m-p/627203#M1090570</guid>
      <dc:creator />
      <dc:date>2014-05-26T04:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: My YTD Calc Not working, Why {Easy Rookie Question} ?</title>
      <link>https://community.qlik.com/t5/QlikView/My-YTD-Calc-Not-working-Why-Easy-Rookie-Question/m-p/627204#M1090571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have put wrong field named &lt;STRONG&gt;Date&lt;/STRONG&gt; instead of &lt;STRONG&gt;Period.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA, hope it helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 04:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-YTD-Calc-Not-working-Why-Easy-Rookie-Question/m-p/627204#M1090571</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-05-26T04:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: My YTD Calc Not working, Why {Easy Rookie Question} ?</title>
      <link>https://community.qlik.com/t5/QlikView/My-YTD-Calc-Not-working-Why-Easy-Rookie-Question/m-p/627205#M1090572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!! It worked!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 04:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-YTD-Calc-Not-working-Why-Easy-Rookie-Question/m-p/627205#M1090572</guid>
      <dc:creator />
      <dc:date>2014-05-26T04:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: My YTD Calc Not working, Why {Easy Rookie Question} ?</title>
      <link>https://community.qlik.com/t5/QlikView/My-YTD-Calc-Not-working-Why-Easy-Rookie-Question/m-p/627206#M1090573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have kind of similar question: I n one table, I am counting the number of unitd dold with the formula:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;MonthNum={$(=Max(MonthNum))}&amp;gt;}[Units Solds])&lt;/P&gt;&lt;P&gt;that mean if I selected several month, QlikView provides the data for the latest month and this works perfectly.&lt;/P&gt;&lt;P&gt;In a second table, I'd like to display the YTD units sold and I was expecting that the following formula should do it:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;MonthNum&amp;lt;={$(=Max(MonthNum))}&amp;gt;}[Units Solds])&lt;/P&gt;&lt;P&gt;but it is not processing. Any help is welcome.&lt;/P&gt;&lt;P&gt;Pierre &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/My-YTD-Calc-Not-working-Why-Easy-Rookie-Question/m-p/627206#M1090573</guid>
      <dc:creator />
      <dc:date>2015-04-27T15:36:31Z</dc:date>
    </item>
  </channel>
</rss>

