<?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 Calculation in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD-Calculation-in-script/m-p/1707251#M591916</link>
    <description>&lt;P&gt;Your post has been replied to on the other thread.&amp;nbsp; Please do not post the same thing multiple times.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Calculation-of-YTD-in-script/m-p/1707236/" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Calculation-of-YTD-in-script/m-p/1707236/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2020 20:01:53 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2020-06-01T20:01:53Z</dc:date>
    <item>
      <title>YTD Calculation in script</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Calculation-in-script/m-p/1707232#M591915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the following dataset:&lt;/P&gt;&lt;TABLE width="361"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="85px"&gt;Date&lt;/TD&gt;&lt;TD width="84px"&gt;Claim Number&lt;/TD&gt;&lt;TD width="115px"&gt;Processing Status&lt;/TD&gt;&lt;TD width="76px"&gt;Injury Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="85px"&gt;25-05-2020&lt;/TD&gt;&lt;TD width="84px"&gt;1&lt;/TD&gt;&lt;TD width="115px"&gt;P&lt;/TD&gt;&lt;TD width="76px"&gt;Severe&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="85px"&gt;25-05-2020&lt;/TD&gt;&lt;TD width="84px"&gt;2&lt;/TD&gt;&lt;TD width="115px"&gt;NP&lt;/TD&gt;&lt;TD width="76px"&gt;Minor&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="85px"&gt;01-06-2020&lt;/TD&gt;&lt;TD width="84px"&gt;3&lt;/TD&gt;&lt;TD width="115px"&gt;P&lt;/TD&gt;&lt;TD width="76px"&gt;Severe&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="85px"&gt;08-06-2020&lt;/TD&gt;&lt;TD width="84px"&gt;4&lt;/TD&gt;&lt;TD width="115px"&gt;NP&lt;/TD&gt;&lt;TD width="76px"&gt;Severe&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="85px"&gt;08-06-2020&lt;/TD&gt;&lt;TD width="84px"&gt;5&lt;/TD&gt;&lt;TD width="115px"&gt;P&lt;/TD&gt;&lt;TD width="76px"&gt;Minor&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="85px"&gt;15-06-2020&lt;/TD&gt;&lt;TD width="84px"&gt;6&lt;/TD&gt;&lt;TD width="115px"&gt;NP&lt;/TD&gt;&lt;TD width="76px"&gt;Severe&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="85px"&gt;15-06-2020&lt;/TD&gt;&lt;TD width="84px"&gt;7&lt;/TD&gt;&lt;TD width="115px"&gt;NP&lt;/TD&gt;&lt;TD width="76px"&gt;Severe&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="85px"&gt;15-06-2020&lt;/TD&gt;&lt;TD width="84px"&gt;8&lt;/TD&gt;&lt;TD width="115px"&gt;NP&lt;/TD&gt;&lt;TD width="76px"&gt;Severe&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to calculate YTD numbers for:&lt;/P&gt;&lt;P&gt;1. total processed (Count of claims with Processing status as P)&lt;/P&gt;&lt;P&gt;2. % processed (Count of claims with Processing status as P / all claims)*100&lt;/P&gt;&lt;P&gt;3. Total number of severe injuries&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried many methods like AsOfTable, Using RangeSum and Above combinations etc. All these works but the problem is I need to have a date filter in my dashboard. So when i select a particular date, the data is shown only for that date but i want it to be from the start of the year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea on how to implement this&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22245"&gt;@swuehl&lt;/a&gt;&amp;nbsp; or anyone else from the community? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Calculation-in-script/m-p/1707232#M591915</guid>
      <dc:creator>vmurugananthan</dc:creator>
      <dc:date>2024-11-16T18:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Calculation in script</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Calculation-in-script/m-p/1707251#M591916</link>
      <description>&lt;P&gt;Your post has been replied to on the other thread.&amp;nbsp; Please do not post the same thing multiple times.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Calculation-of-YTD-in-script/m-p/1707236/" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Calculation-of-YTD-in-script/m-p/1707236/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 20:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Calculation-in-script/m-p/1707251#M591916</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2020-06-01T20:01:53Z</dc:date>
    </item>
  </channel>
</rss>

