<?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: Using current position in the year to make a  calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-current-position-in-the-year-to-make-a-calculation/m-p/530555#M198347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=round((today() - YearStart(today(),0,4) ) / 365 * 120)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where the third argument to yearstart() defines your financial year start (here: April).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jul 2013 11:01:07 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-07-02T11:01:07Z</dc:date>
    <item>
      <title>Using current position in the year to make a  calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Using-current-position-in-the-year-to-make-a-calculation/m-p/530552#M198344</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 need to show at the top of my dashboard, Planned Sessions (for the year) and Actual Sessions (for the year). The planned sessions is just a yearly figure for each consultant taken from a spreadsheet and the actual is a count of the session ids that have actually taken place. I need to show depending on the current date in the year what the consultant should have completed so far regarding the plan...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it is currently 3 months into the current year, the yearly figure is e.g. 120 so he should have completed 30. Is this possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 10:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-current-position-in-the-year-to-make-a-calculation/m-p/530552#M198344</guid>
      <dc:creator />
      <dc:date>2013-07-02T10:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using current position in the year to make a  calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Using-current-position-in-the-year-to-make-a-calculation/m-p/530553#M198345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=month(today() ) / 12 * 120&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 10:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-current-position-in-the-year-to-make-a-calculation/m-p/530553#M198345</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-07-02T10:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using current position in the year to make a  calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Using-current-position-in-the-year-to-make-a-calculation/m-p/530554#M198346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anyway to do it using financial year?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 10:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-current-position-in-the-year-to-make-a-calculation/m-p/530554#M198346</guid>
      <dc:creator />
      <dc:date>2013-07-02T10:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using current position in the year to make a  calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Using-current-position-in-the-year-to-make-a-calculation/m-p/530555#M198347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=round((today() - YearStart(today(),0,4) ) / 365 * 120)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where the third argument to yearstart() defines your financial year start (here: April).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 11:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-current-position-in-the-year-to-make-a-calculation/m-p/530555#M198347</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-07-02T11:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using current position in the year to make a  calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Using-current-position-in-the-year-to-make-a-calculation/m-p/530556#M198348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks thats works perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 11:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-current-position-in-the-year-to-make-a-calculation/m-p/530556#M198348</guid>
      <dc:creator />
      <dc:date>2013-07-02T11:07:52Z</dc:date>
    </item>
  </channel>
</rss>

