<?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: Background Color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634658#M1087665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Massimo's idea, your expression would be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Concat(Distinct FiscalQuarter, '', FiscalQuarter) = 'Q1Q2',&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([Sold]/[Target]&amp;gt;=0.138, LightGreen(),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if([Sold]/[Target]&amp;gt;=0.111, Yellow(),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if([Sold]/[Target]=0,lightRed(),lightRed())))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 May 2014 00:33:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-31T00:33:18Z</dc:date>
    <item>
      <title>Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634654#M1087661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Listbox with values Q1,Q2,Q3,Q4.. My requirement is : When I select Q1 and Q2 together , then my pivot table background will be changed base on numbers and when i select Q1 and Q2 and Q3, the background color change in Pivot Table.&lt;/P&gt;&lt;P&gt;How can i write expression to have the multiple value selected in ListBox ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 22:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634654#M1087661</guid>
      <dc:creator>bkn</dc:creator>
      <dc:date>2014-05-30T22:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634655#M1087662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your listbox is on field1 and you want to check if Q1 and Q2 are selected (green) or possible (white)&lt;/P&gt;&lt;P&gt;=if(concat(distinct field1, '', field1)='Q1Q2', 1, 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 22:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634655#M1087662</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-30T22:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634656#M1087663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF(FiscalQuarter='Q4' AND FiscalQuarter='Q4',&lt;/P&gt;&lt;P&gt;if([Sold]/[Target]&amp;gt;=0.138, LightGreen(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if([Sold]/[Target]&amp;gt;=0.111, Yellow(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if([Sold]/[Target]=0,lightRed(),lightRed())))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you guide me how to change this expression on your format. Please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 22:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634656#M1087663</guid>
      <dc:creator>bkn</dc:creator>
      <dc:date>2014-05-30T22:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634657#M1087664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF(FiscalQuarter='Q1' AND FiscalQuarter='Q2',&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([Sold]/[Target]&amp;gt;=0.138, LightGreen(),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if([Sold]/[Target]&amp;gt;=0.111, Yellow(),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if([Sold]/[Target]=0,lightRed(),lightRed())))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can you guide me how to change this expression on your format. Please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 22:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634657#M1087664</guid>
      <dc:creator>bkn</dc:creator>
      <dc:date>2014-05-30T22:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634658#M1087665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Massimo's idea, your expression would be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Concat(Distinct FiscalQuarter, '', FiscalQuarter) = 'Q1Q2',&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([Sold]/[Target]&amp;gt;=0.138, LightGreen(),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if([Sold]/[Target]&amp;gt;=0.111, Yellow(),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if([Sold]/[Target]=0,lightRed(),lightRed())))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 00:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634658#M1087665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-31T00:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634659#M1087666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way of doing this with Getfieldselections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Replace(GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FiscalQuarter&lt;/SPAN&gt;), ',','') = 'Q1 Q2',&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if([Sold]/[Target]&amp;gt;=0.138, LightGreen(),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if([Sold]/[Target]&amp;gt;=0.111, Yellow(),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if([Sold]/[Target]=0,lightRed(),lightRed() ) ) ) &lt;SPAN style="font-size: 10pt; line-height: 1.5em; color: #575757; font-family: arial, helvetica, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 07:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634659#M1087666</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-31T07:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634660#M1087667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it works ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 16:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-Color/m-p/634660#M1087667</guid>
      <dc:creator>bkn</dc:creator>
      <dc:date>2014-06-02T16:27:30Z</dc:date>
    </item>
  </channel>
</rss>

