<?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: Chart (Listbox- highlight green when selected) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904190#M1004930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it now! Glad it's sorted &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2015 10:56:17 GMT</pubDate>
    <dc:creator>awhitfield</dc:creator>
    <dc:date>2015-05-21T10:56:17Z</dc:date>
    <item>
      <title>Chart (Listbox- highlight green when selected)</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904185#M1004925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got in my QVW a couple of list boxes created based on charts. The client required when anything is selected in the list, those must be highlighted green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the small list boxes I could figure a way.... In the &lt;STRONG&gt;Properties&lt;/STRONG&gt;, the node inside the &lt;STRONG&gt;Dimension&lt;/STRONG&gt; I have choosen &lt;STRONG&gt;Text Color&lt;/STRONG&gt;, and wrote the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Column1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= 0, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;green&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(),&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Column1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= 1, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;green&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(),&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Column1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= 2, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;green&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(),&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Column1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= 3, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;green&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;() ,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Column1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= 4, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;green&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Black&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;()&lt;BR /&gt;&lt;BR /&gt;))))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem now, is that have got a list box with several values (up to 100s) and my question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Is there way to achieve the same result without having to do all this work for all values in the list?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive &lt;STRONG&gt;attached a QVW&lt;/STRONG&gt; for an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 09:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904185#M1004925</guid>
      <dc:creator />
      <dc:date>2015-05-21T09:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Chart (Listbox- highlight green when selected)</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904186#M1004926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Iuri,&lt;/P&gt;&lt;P&gt;In Your Example.qvw, in Text Color try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DIAGNOSTIC_CODE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DIAGNOSTIC_CODE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,',')),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Green&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 09:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904186#M1004926</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-05-21T09:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Chart (Listbox- highlight green when selected)</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904187#M1004927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Iuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why not just use a standard list box and customise the appearance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See Attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 09:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904187#M1004927</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-05-21T09:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Chart (Listbox- highlight green when selected)</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904188#M1004928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was my first ideia, but by using the standard listbox it wont be possible to change the font color when selected. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 10:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904188#M1004928</guid>
      <dc:creator />
      <dc:date>2015-05-21T10:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart (Listbox- highlight green when selected)</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904189#M1004929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats what I was looking for, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 10:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904189#M1004929</guid>
      <dc:creator />
      <dc:date>2015-05-21T10:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Chart (Listbox- highlight green when selected)</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904190#M1004930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it now! Glad it's sorted &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 10:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Listbox-highlight-green-when-selected/m-p/904190#M1004930</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-05-21T10:56:17Z</dc:date>
    </item>
  </channel>
</rss>

