<?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: How to calculate values from Financial year start to the current date? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-calculate-values-from-Financial-year-start-to-the-current/m-p/1401453#M817596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How fast you type ! you noticed and posted even before I realized myself and corrected.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2017 12:39:39 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-08-29T12:39:39Z</dc:date>
    <item>
      <title>How to calculate values from Financial year start to the current date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-values-from-Financial-year-start-to-the-current/m-p/1401449#M817592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I would like to calculate value for Financial start year to date.&lt;/P&gt;&lt;P&gt;The logic is that when I select the date as 31-03-2017, then the value must show from 01-04-2016 to 31-03-2017.&lt;/P&gt;&lt;P&gt;I have a date field called Dim_Date and amount field called Sales_Amount. How should I calculate for a financial year.&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/How-to-calculate-values-from-Financial-year-start-to-the-current/m-p/1401449#M817592</guid>
      <dc:creator>Shriram_Sridhar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate values from Financial year start to the current date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-values-from-Financial-year-start-to-the-current/m-p/1401450#M817593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Dim_Date={'&amp;gt;=$(=YearStart(Max(Dim_Date)&lt;STRONG&gt;,0,4&lt;/STRONG&gt;)) &amp;lt;=$(=Max(Dim_Date)))'}&amp;gt;}Sales_Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 12:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-values-from-Financial-year-start-to-the-current/m-p/1401450#M817593</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-29T12:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate values from Financial year start to the current date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-values-from-Financial-year-start-to-the-current/m-p/1401451#M817594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this in set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date = {"$(='&amp;gt;=' &amp;amp; Date(YearStart(Max(Date), 0, 4), 'DD-MM-YYYY') &amp;amp; '&amp;lt;=' &amp;amp; &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Date(Max(Date), 'DD-MM-YYYY'))"}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 12:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-values-from-Financial-year-start-to-the-current/m-p/1401451#M817594</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-29T12:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate values from Financial year start to the current date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-values-from-Financial-year-start-to-the-current/m-p/1401452#M817595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it should be YearStart(...., 0, 4) instead of YearStart(...., 4)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 12:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-values-from-Financial-year-start-to-the-current/m-p/1401452#M817595</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-29T12:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate values from Financial year start to the current date?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-values-from-Financial-year-start-to-the-current/m-p/1401453#M817596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How fast you type ! you noticed and posted even before I realized myself and corrected.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 12:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-values-from-Financial-year-start-to-the-current/m-p/1401453#M817596</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-29T12:39:39Z</dc:date>
    </item>
  </channel>
</rss>

