<?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: Re: Re: How to make selected Line chart turn Green and the rest not selected turn Gray ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576706#M548028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression without the GROUP_CLASS is purely for the sort as you want the rows that are selected to show on top of the grey lines.&amp;nbsp; You need it with the GROUP_CLASS= for the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for the confusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Feb 2014 23:27:52 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2014-02-12T23:27:52Z</dc:date>
    <item>
      <title>How to make selected Line chart turn Green and the rest not selected turn Gray ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576701#M548023</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 try to do the recent blog post on line chart trick , which is very hot. I have follow the procedure , but i am not able to make it work. Hope some one can advise me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my next post i will post my QV doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 15:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576701#M548023</guid>
      <dc:creator />
      <dc:date>2014-02-12T15:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make selected Line chart turn Green and the rest not selected turn Gray ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576702#M548024</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;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 15:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576702#M548024</guid>
      <dc:creator />
      <dc:date>2014-02-12T15:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to make selected Line chart turn Green and the rest not selected turn Gray ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576703#M548025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just need to ignore the GROUP_CLASS field in your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({$&amp;lt;year = {"&amp;gt;=$(=max(year),4)"},SOURCE = {"TDSS"}, month = {"&amp;lt;=$(=max({&amp;lt;year={$(=max(year))}&amp;gt;} month))"}&lt;EM style=": ; color: #000000;"&gt;,GROUP_CLASS=&lt;/EM&gt;&amp;gt;}sales/1000)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 16:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576703#M548025</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-02-12T16:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to make selected Line chart turn Green and the rest not selected turn Gray ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576704#M548026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may also want to sort on your second dimension to put the green lines on top of the grey ones.&amp;nbsp; Set the sort order to be by Expression and enter this as the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({$&amp;lt;year = {"&amp;gt;=$(=max(year),4)"},SOURCE = {"TDSS"}, month = {"&amp;lt;=$(=max({&amp;lt;year={$(=max(year))}&amp;gt;} month))"}&amp;gt;}sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the sort order to be Ascending.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 16:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576704#M548026</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-02-12T16:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: How to make selected Line chart turn Green and the rest not selected turn Gray ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576705#M548027</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;Thank you very much for your advise, i try the below it still not able to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already modify the expression as below ( with out the GROUP_CLASS :-&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;year = {"&amp;gt;=$(=max(year),4)"}, month = {"&amp;lt;=$(=max({&amp;lt;year={$(=max(year))}&amp;gt;} month))"}&amp;gt;}sales/1000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i think the issue is cause by the below expression , which gray those line not selected :-&lt;/P&gt;&lt;P&gt;if(isnull(only($(ColumnDim101))) ,ARGB(100,200,200,200),ARGB(190,43, 123, 70))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which i need help.&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>Wed, 12 Feb 2014 23:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576705#M548027</guid>
      <dc:creator />
      <dc:date>2014-02-12T23:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: How to make selected Line chart turn Green and the rest not selected turn Gray ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576706#M548028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression without the GROUP_CLASS is purely for the sort as you want the rows that are selected to show on top of the grey lines.&amp;nbsp; You need it with the GROUP_CLASS= for the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for the confusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 23:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576706#M548028</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-02-12T23:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: How to make selected Line chart turn Green and the rest not selected turn Gray ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576707#M548029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my issue is not on sort , my issue is when i select G1 , it will display G1 as green line , but all the gray line does not display. any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 00:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576707#M548029</guid>
      <dc:creator />
      <dc:date>2014-02-13T00:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: How to make selected Line chart turn Green and the rest not selected turn Gray ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576708#M548030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I open your example and replace the expression with this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({$&amp;lt;year = {"&amp;gt;=$(=max(year),4)"}, month = {"&amp;lt;=$(=max({&amp;lt;year={$(=max(year))}&amp;gt;} month))"},GROUP_CLASS=&amp;gt;}sales/1000)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this result:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="paulgreenline.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53081_paulgreenline.png" style="width: 620px; height: 261px;" /&gt;&lt;/P&gt;&lt;P&gt;Is this not the desired functionality?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 07:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576708#M548030</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-02-13T07:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: How to make selected Line chart turn Green and the rest not selected turn Gray ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576709#M548031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thank , finally it working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 08:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-selected-Line-chart-turn-Green-and-the-rest-not/m-p/576709#M548031</guid>
      <dc:creator />
      <dc:date>2014-02-13T08:27:55Z</dc:date>
    </item>
  </channel>
</rss>

