<?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 List Box Background COlor in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040872#M932370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Is there a way to make those listboxes with selection done recognizable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Let's say we have 3 listboxes, i.e. Country, Religion, and Gender.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select United states for country, and Christian for Religion, I want those two listboxes to have common color of border/background.&lt;BR /&gt;Is there a way to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>List Box Background COlor</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040872#M932370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Is there a way to make those listboxes with selection done recognizable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Let's say we have 3 listboxes, i.e. Country, Religion, and Gender.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select United states for country, and Christian for Religion, I want those two listboxes to have common color of border/background.&lt;BR /&gt;Is there a way to do that?&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/List-Box-Background-COlor/m-p/1040872#M932370</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Background COlor</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040873#M932371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView automatically makes listboxes with selections recognizable by highlighting the selections in green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can customize the border colors and caption background colors by using a calculated color something like:&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(FieldName)&amp;gt;0,rgb(255,0,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 18:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040873#M932371</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2016-03-09T18:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Background COlor</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040874#M932372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do i have to put this statement:&lt;BR /&gt;"if(GetFieldSelections(FieldName)&amp;gt;0,rgb(255,0,0))"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 10:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040874#M932372</guid>
      <dc:creator />
      <dc:date>2016-03-10T10:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Background COlor</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040875#M932373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, got it. But the problem is, if i made a selection on other listbox, the background/border color of the previous listbox changes back to default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is to have common backgorund for all listbox where selection is made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 10:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040875#M932373</guid>
      <dc:creator />
      <dc:date>2016-03-10T10:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Background COlor</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040876#M932374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write expression like below for all list boxes&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;if(GetFieldSelections(FieldName1)&amp;gt;0,rgb(255,0,0)) or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(GetFieldSelections(FieldName2)&amp;gt;0,rgb(255,0,0)) or &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(GetFieldSelections(FieldName3)&amp;gt;0,rgb(255,0,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; 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-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Kushal Thakral&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 11:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040876#M932374</guid>
      <dc:creator>kushalthakral</dc:creator>
      <dc:date>2016-03-10T11:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Background COlor</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040877#M932375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to write that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"if(GetFieldSelections(FieldName)&amp;gt;0,rgb(255,0,0))"&lt;/SPAN&gt; function for 3 list boxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 11:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040877#M932375</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-03-10T11:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Background COlor</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040878#M932376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "FieldName" must be changed to match the field for each listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 13:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040878#M932376</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2016-03-10T13:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Background COlor</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040879#M932377</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;set Background Color of Region List box for Inactive and Active Caption with below expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=if(GetSelectedCount(Region)&amp;gt;0,RGB(255,102,102)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will set the Border &amp;amp; Title Background Color of List box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 04:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Background-COlor/m-p/1040879#M932377</guid>
      <dc:creator>amayuresh</dc:creator>
      <dc:date>2016-03-11T04:34:30Z</dc:date>
    </item>
  </channel>
</rss>

