<?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: Trailing Fiscal Year Month Count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5911#M791495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What date Field are you using? What is its format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you give me a sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2018 14:57:05 GMT</pubDate>
    <dc:creator>Thiago_Justen_</dc:creator>
    <dc:date>2018-01-24T14:57:05Z</dc:date>
    <item>
      <title>Trailing Fiscal Year Month Count</title>
      <link>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5908#M791492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I have a productivity gauge that tells a user how close they are to meeting their goal. For example the numerator is the sum of their units and the denominator is their total expected units for the year. One suggestion a user had was can the calculation determine how productive they are until that current point in time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if we are 4 months into the Fiscal Year, the denominator should only be the total expected within four months. Two months from now, the user should see their goal % for 6 months of work and so on. Thus, it's tied to the current date and counting back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make a variable/expression that looks at the current fiscal year selection [FY Year] and determines how many months we are into the fiscal year? On the other hand, if they select 2017, the denominator should be 12 because there are no more remaining months in the fiscal year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum([RVU WORK])/vThresholdGoal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vThresholdGoal = 1,900&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5908#M791492</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trailing Fiscal Year Month Count</title>
      <link>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5909#M791493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if I got your point, but let's try doing something. Firstly:&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; font-size: 13px;"&gt;=Sum([RVU WORK])/($(vThresholdGoal))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Then, if you want to get just the number of elapsed months you should try this out:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Max (Month(YOUR_DATE_FIELD))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 00:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5909#M791493</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-01-24T00:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trailing Fiscal Year Month Count</title>
      <link>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5910#M791494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this works for FY 2018 and gives me 7. However, when I then select FY 2017, the answer stays as 7, but should be 12 because the FY is complete.. Is there any way for it to see how many months are left per fiscal year? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 14:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5910#M791494</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2018-01-24T14:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trailing Fiscal Year Month Count</title>
      <link>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5911#M791495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What date Field are you using? What is its format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you give me a sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 14:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5911#M791495</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-01-24T14:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trailing Fiscal Year Month Count</title>
      <link>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5912#M791496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, how can I share it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 15:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5912#M791496</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2018-01-24T15:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trailing Fiscal Year Month Count</title>
      <link>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5913#M791497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow these pictures below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191222_Capturar.PNG" style="height: 88px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/191223_Capturar2.PNG" style="height: 390px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 15:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trailing-Fiscal-Year-Month-Count/m-p/5913#M791497</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-01-24T15:19:06Z</dc:date>
    </item>
  </channel>
</rss>

