<?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 Calculating YTD Numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-YTD-Numbers/m-p/1220198#M390285</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;Fairly New&lt;/P&gt;&lt;P&gt;Trying to calculate YTD Filled numbers.&lt;/P&gt;&lt;P&gt;At first tried this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;COUNT({$&amp;lt;[Current Disposition Status]={'090 Hired'},year([Filled Date]) = {'$(=Year(Today()))'}&amp;gt;} [Application ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and learnt that i cant use Functions on the left side.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried this &lt;/P&gt;&lt;P&gt;Count(if(Year([Filled Date]) = {$(=Year(Today()))}), [Application ID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still cant get the right values,Can someone please correct where i'm wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2017 18:48:06 GMT</pubDate>
    <dc:creator>nvrphanikumar</dc:creator>
    <dc:date>2017-01-23T18:48:06Z</dc:date>
    <item>
      <title>Calculating YTD Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-YTD-Numbers/m-p/1220198#M390285</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;Fairly New&lt;/P&gt;&lt;P&gt;Trying to calculate YTD Filled numbers.&lt;/P&gt;&lt;P&gt;At first tried this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;COUNT({$&amp;lt;[Current Disposition Status]={'090 Hired'},year([Filled Date]) = {'$(=Year(Today()))'}&amp;gt;} [Application ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and learnt that i cant use Functions on the left side.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried this &lt;/P&gt;&lt;P&gt;Count(if(Year([Filled Date]) = {$(=Year(Today()))}), [Application ID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still cant get the right values,Can someone please correct where i'm wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 18:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-YTD-Numbers/m-p/1220198#M390285</guid>
      <dc:creator>nvrphanikumar</dc:creator>
      <dc:date>2017-01-23T18:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating YTD Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-YTD-Numbers/m-p/1220199#M390286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create FilledYear in script as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year([Filled Date]) as FilledYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;[Current Disposition Status]={'090 Hired'}, FilledYear = {'$(=Year(Today()))'} &lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="font-size: 10pt;"&gt;[Application ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 18:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-YTD-Numbers/m-p/1220199#M390286</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-23T18:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating YTD Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-YTD-Numbers/m-p/1220200#M390287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many Metrics for which i need to calculate YTD, Is there a better way than creating the Year Column in the dataset ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 18:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-YTD-Numbers/m-p/1220200#M390287</guid>
      <dc:creator>nvrphanikumar</dc:creator>
      <dc:date>2017-01-23T18:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating YTD Numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-YTD-Numbers/m-p/1220201#M390288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide source data or sample application. Can suggest you something only after checking that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 18:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-YTD-Numbers/m-p/1220201#M390288</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-23T18:57:36Z</dc:date>
    </item>
  </channel>
</rss>

