<?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: Fin year wise calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621426#M228770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Loannis But not filling the req now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Feb 2014 14:52:51 GMT</pubDate>
    <dc:creator>dhanu_today</dc:creator>
    <dc:date>2014-02-07T14:52:51Z</dc:date>
    <item>
      <title>Fin year wise calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621422#M228766</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;&lt;/P&gt;&lt;P&gt;I have a small req.Here am clarifying in detail to develop in design level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 fields FIN_YEAR,CAL_MONTH,FIN_AOD_YEAR AND AOD_MONTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The req. is if the user is selecting the Fin_year say&amp;nbsp; 2014( out of 2012,2013 and 2014) then CAL_month is showing that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;April to till date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selections are 2014 and FEB then i have to calculate the accounts which are opened &lt;STRONG&gt;Upto March'(from 2012) &lt;/STRONG&gt;and &lt;STRONG&gt;After March as per current financial year&lt;/STRONG&gt;.In detail it has to show the accounts opened form starting to till March under Upto March field and april onwards under After March filed.(&lt;STRONG&gt;i.e&lt;/STRONG&gt; Now it has to show the accounts opened on april onwards. if we move to next fin year like 2015 then upto march should show the values March(CAL_Month) and April on wards in After March filed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written the like in dim level If(ADO_MONTH&amp;lt;3,'UPTO MARCH','AFTER MARCH')&lt;/P&gt;&lt;P&gt;then am getting the values of Jan.feb,march only for every month it not matches the req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If am using the belwo script&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: blue; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: maroon;"&gt;CAL_MONTH&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 7.5pt;"&gt;&amp;lt;=3,'upto March','After March')&amp;nbsp; then am getting the exact result for 'Upto March' but showing wrong value at&amp;nbsp; after march level(its shwoing both upto march + After March).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 7.5pt;"&gt;Thanks ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 7.5pt;"&gt;Dhanu&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 14:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621422#M228766</guid>
      <dc:creator>dhanu_today</dc:creator>
      <dc:date>2014-02-07T14:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fin year wise calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621423#M228767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this blog post can show you how to create the financial years and months: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year" style="font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;Fiscal Year&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 14:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621423#M228767</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-07T14:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fin year wise calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621424#M228768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Gysbert for Quick reply.I have all the fields which need for Fiscal year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was stucked some where to count the accounts which are 'Upto March and 'after March' as per finyear and CAL_Month selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhnau&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 14:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621424#M228768</guid>
      <dc:creator>dhanu_today</dc:creator>
      <dc:date>2014-02-07T14:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fin year wise calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621425#M228769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe attached example can help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 14:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621425#M228769</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-02-07T14:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fin year wise calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621426#M228770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Loannis But not filling the req now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 14:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621426#M228770</guid>
      <dc:creator>dhanu_today</dc:creator>
      <dc:date>2014-02-07T14:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fin year wise calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621427#M228771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post examples of what you need and what you're now getting? An example qlikview document would help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 15:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621427#M228771</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-07T15:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Fin year wise calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621428#M228772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All, Please find the attached file for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When am giving the CAL_month &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt; its showing only the values of after march only and not filling the req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upto March should shows the values from staring and after march should show the values after april.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given short description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 15:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621428#M228772</guid>
      <dc:creator>dhanu_today</dc:creator>
      <dc:date>2014-02-07T15:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fin year wise calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621429#M228773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Cal_Month field contains only text values, not numbers. So Cal_Month &amp;lt; 3 isn't a valid comparison. You can either create a real month field that also has a numeric value or use =if(match(Cal_Month,'Jan','Feb','Mar'),'upto march','after march') to compare the string value to 'Jan','Feb' or 'Mar'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 16:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fin-year-wise-calculation/m-p/621429#M228773</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-07T16:32:10Z</dc:date>
    </item>
  </channel>
</rss>

