<?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: current year calculation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125534#M8720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for me it's 1) and 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define v as : (with = before)&lt;/P&gt;&lt;P&gt;vCurrent_Year=&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; &lt;/STRONG&gt;=max(Policy_Financial_Year)&lt;/P&gt;&lt;P&gt;then set expression is ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you try 'Capricon user' ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2018 06:25:19 GMT</pubDate>
    <dc:creator>ogautier62</dc:creator>
    <dc:date>2018-07-12T06:25:19Z</dc:date>
    <item>
      <title>current year calculation</title>
      <link>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125528#M8714</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 want to calculate current year calculation on qlik sense and i try this but this is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'This yr: '({&amp;lt;Policy_FINANCIAL_Year={$(vCurrent_Year)},Policy_FINANCIAL_Month=,Policy_FINANCIAL_Quarter= &amp;gt;})&lt;/P&gt;&lt;P&gt;&amp;amp;Num($(Claim_OS)/pow(1000,floor(log10(fabs($(Claim_OS)))/3)),'#,##0.0')&lt;/P&gt;&lt;P&gt;&amp;amp; pick(floor(log10(fabs($(Claim_OS)))/3)+1,'',' K',' MN',' BN',' TN')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here vCurrent_Year= max(Policy_Financial_Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any solution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125528#M8714</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2024-11-16T07:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: current year calculation</title>
      <link>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125529#M8715</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;for your variable : equal before the expression :&lt;/P&gt;&lt;P&gt;vCurrent_Year=&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; &lt;/STRONG&gt;=max(Policy_Financial_Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 08:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125529#M8715</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-10T08:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: current year calculation</title>
      <link>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125530#M8716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what ? i did not understand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 08:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125530#M8716</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2018-07-10T08:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: current year calculation</title>
      <link>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125531#M8717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try on this way:&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;Policy_FINANCIAL_Year={ &lt;STRONG&gt;' &lt;/STRONG&gt;$(vCurrent_Year) &lt;STRONG&gt;' &lt;/STRONG&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 09:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125531#M8717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-10T09:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: current year calculation</title>
      <link>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125532#M8718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you have exactly in your variable ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there = sign ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 09:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125532#M8718</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-10T09:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: current year calculation</title>
      <link>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125533#M8719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are two ways as I know:&lt;/P&gt;&lt;P&gt;1) you need put '=' as first simbol in your variable, and just put construction $(v&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Current_Year&lt;/SPAN&gt;) to SA&lt;/P&gt;&lt;P&gt;2) Use this&amp;nbsp; construction in SA:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Policy_FINANCIAL_Year={ &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;' &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(vCurrent_Year) &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;' &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to put text result from your variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if I am wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 10:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125533#M8719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T10:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: current year calculation</title>
      <link>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125534#M8720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for me it's 1) and 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define v as : (with = before)&lt;/P&gt;&lt;P&gt;vCurrent_Year=&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; &lt;/STRONG&gt;=max(Policy_Financial_Year)&lt;/P&gt;&lt;P&gt;then set expression is ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you try 'Capricon user' ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 06:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/current-year-calculation/m-p/125534#M8720</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-12T06:25:19Z</dc:date>
    </item>
  </channel>
</rss>

