<?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 remove current year line value on data point ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614694#M546247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click on the + in front of the expression, choose BackgroundColor and enter as Definition =if(year=2014,red(), if(year=2013, lightgray())) or use lightred() for reds and for example rgb(150,150,150) for grays.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2014 10:15:49 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-03-10T10:15:49Z</dc:date>
    <item>
      <title>How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614688#M546241</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;My chart only have 1 expression. and it display 2013 sales trend and 2014 sales trend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want 2013 sales value display at data point , how to do it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 14:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614688#M546241</guid>
      <dc:creator />
      <dc:date>2014-03-07T14:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614689#M546242</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;enclosed my QV doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 14:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614689#M546242</guid>
      <dc:creator />
      <dc:date>2014-03-07T14:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614690#M546243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to expression&lt;/P&gt;&lt;P&gt;CLick on + &lt;/P&gt;&lt;P&gt;under Show Value write below expression&lt;/P&gt;&lt;P&gt;year = 2013&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 14:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614690#M546243</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-07T14:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614691#M546244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;money(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;{&amp;lt;Year={'2013'}&amp;gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sales/$(Columndim89)/1000)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;, $(vMoneyFormatK))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 14:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614691#M546244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T14:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614692#M546245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click on the + in front of the expression, choose Text Color and enter as Definition this expression: if(year=2013,white(0),black())&lt;/P&gt;&lt;P&gt;Or this one: if(year=2014,black(),white(0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 14:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614692#M546245</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-03-07T14:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614693#M546246</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;Thank you for all your reply. it work fine now. I hv follow up question , may i know how to make the line color as my wish , for example 2014 red and 2013 gray. of cos i can change to any other color i need in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 02:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614693#M546246</guid>
      <dc:creator />
      <dc:date>2014-03-10T02:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614694#M546247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click on the + in front of the expression, choose BackgroundColor and enter as Definition =if(year=2014,red(), if(year=2013, lightgray())) or use lightred() for reds and for example rgb(150,150,150) for grays.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 10:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614694#M546247</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-03-10T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614695#M546248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(year=2014,lightgray(1),black())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try above , because i want 2014 lightgray and 2013 black&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not working. pls help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 13:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614695#M546248</guid>
      <dc:creator />
      <dc:date>2014-03-10T13:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614696#M546249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;lightgray(1) will give the lightgray color an alpha value of 1, which will make it almost 100% transparent. Try just &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;if(year=2014,lightgray(),black())&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 16:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614696#M546249</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-03-10T16:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614697#M546250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For with out maintenance , i need to use year equal current year expression below&amp;nbsp; :-&lt;/P&gt;&lt;P&gt;&amp;lt;Year={'&amp;gt;$(=year(today())-0)'}&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I assume below code should do the work , but cannot work :-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&amp;lt;Year={'&amp;gt;$(=year(today())-0)'}&amp;gt;,lightgray(),black())&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can advise me ?&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 01:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614697#M546250</guid>
      <dc:creator />
      <dc:date>2014-03-11T01:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614698#M546251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi Paul,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;Year={$(=year(today()))}&amp;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;"&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;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 03:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614698#M546251</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-03-11T03:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614699#M546252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&amp;lt;Year={$(=year(today()))}&amp;gt;,lightgray(),yellow())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try the above expression it still not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 03:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614699#M546252</guid>
      <dc:creator />
      <dc:date>2014-03-11T03:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614700#M546253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;Then try like this&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;if(&amp;lt;Year=year(today()), lightgray(),yellow())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;Make sure that Year and Year(Today()) values are in same format, i.e, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;For example : 2014 in Year field and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Year(Today())&lt;/SPAN&gt; = 2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; line-height: 1.5em;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 04:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614700#M546253</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-03-11T04:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove current year line value on data point ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614701#M546254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much. but today i no luck . will try again other day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 04:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-current-year-line-value-on-data-point/m-p/614701#M546254</guid>
      <dc:creator />
      <dc:date>2014-03-11T04:56:56Z</dc:date>
    </item>
  </channel>
</rss>

