<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/current-year/m-p/1126671#M894055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arul&lt;/P&gt;&lt;P&gt;that syntax is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2016 08:45:37 GMT</pubDate>
    <dc:creator>lionking15</dc:creator>
    <dc:date>2016-08-04T08:45:37Z</dc:date>
    <item>
      <title>current year</title>
      <link>https://community.qlik.com/t5/QlikView/current-year/m-p/1126669#M894053</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 have created straight table to show sales of current month,for that i have used expression&lt;/P&gt;&lt;P&gt; =Sum ({$&amp;lt;Year ={$(=YearName(max(Date)))},&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to show the label as "current year-year" means if i select 2016 the label should be "current year-2016"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this what should i write in label???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!!!!!&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/current-year/m-p/1126669#M894053</guid>
      <dc:creator>lionking15</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: current year</title>
      <link>https://community.qlik.com/t5/QlikView/current-year/m-p/1126670#M894054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Current Year'&amp;amp;GetCurrentSelections(year)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 08:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-year/m-p/1126670#M894054</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-08-04T08:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: current year</title>
      <link>https://community.qlik.com/t5/QlikView/current-year/m-p/1126671#M894055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arul&lt;/P&gt;&lt;P&gt;that syntax is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 08:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-year/m-p/1126671#M894055</guid>
      <dc:creator>lionking15</dc:creator>
      <dc:date>2016-08-04T08:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: current year</title>
      <link>https://community.qlik.com/t5/QlikView/current-year/m-p/1126672#M894056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Current Year - ' &amp;amp; Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Current Year - ' &amp;amp; GetFieldSelections(Year)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, will also work&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 08:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-year/m-p/1126672#M894056</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-08-04T08:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: current year</title>
      <link>https://community.qlik.com/t5/QlikView/current-year/m-p/1126673#M894057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giridhar,&lt;/P&gt;&lt;P&gt;You can also try this below expression.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='Current Year' &amp;amp; Max(Year)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;='Current Year' &amp;amp; Year&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 08:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-year/m-p/1126673#M894057</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-08-04T08:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: current year</title>
      <link>https://community.qlik.com/t5/QlikView/current-year/m-p/1126674#M894058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Current Year - ' &amp;amp; Max(Year)&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: 13.3333px;"&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: 13.3333px;"&gt;do you have year filed?&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: 13.3333px;"&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: 13.3333px;"&gt;if you dont have &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: 13.3333px;"&gt;try creating year in script&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: 13.3333px;"&gt;year(date) as year&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 09:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-year/m-p/1126674#M894058</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-08-04T09:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: current year</title>
      <link>https://community.qlik.com/t5/QlikView/current-year/m-p/1126675#M894059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps This,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VYear = &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;YearName(max(Date),'YYYY')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;VYear1 = &lt;SPAN style="font-size: 13.3333px;"&gt;Sum ({$&amp;lt;Year ={'$(VYear)'},&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='Current Year' &amp;amp; '$(VYear1)' &amp;amp; '&amp;nbsp; ' &amp;amp; GetFieldSelections(Year)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;For me This is Working&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(Try Same Expression)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='There were no sales in the months of ' &amp;amp; Concat(distinct {1&amp;lt;Start_Month=E({$&amp;lt;Start_Month={"=sum(DISTINCT PaidWithTax)&amp;lt;&amp;gt;0"}&amp;gt;}Start_Month)&amp;gt;}Start_Month,',',Num(Start_Month))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;amp;' '&amp;amp;'for '&amp;amp;GetFieldSelections(Shop)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 09:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-year/m-p/1126675#M894059</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-08-04T09:34:18Z</dc:date>
    </item>
  </channel>
</rss>

