<?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 Format background in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-background/m-p/179641#M46411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paco,&lt;/P&gt;&lt;P&gt;Look to use a combination of the match() and concat() functions - the help file should explain.&lt;/P&gt;&lt;P&gt;You'd essentially try to match the variable to the concat of the selected values from the list box.&lt;/P&gt;&lt;P&gt;Unchecked:&lt;/P&gt;&lt;P&gt;=if(match(Concepto,concat(vConcepto,', ')),rgb(191,191,191))&lt;/P&gt;&lt;P&gt;Hope that points you in the right direction.&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2011 15:12:12 GMT</pubDate>
    <dc:creator>matt_crowther</dc:creator>
    <dc:date>2011-03-24T15:12:12Z</dc:date>
    <item>
      <title>Format background</title>
      <link>https://community.qlik.com/t5/QlikView/Format-background/m-p/179640#M46410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need help.&lt;BR /&gt;I want to change the background color of a Concepto dimension when I select the variablevConceto.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3926_sourceID:3926" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So far no problem. I've done with this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Concepto = vConcepto,rgb(191,191,191),&lt;/P&gt;&lt;P&gt;if(Total='1.- Ventas',&lt;/P&gt;&lt;P&gt;if((rowno()=0),rgb(216,228,188),rgb(235,241,222)),&lt;/P&gt;&lt;P&gt;if((rowno()=0),rgb(230,184,183),rgb(242,220,219))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when I choose two values ??in the variable vConcepto&lt;/P&gt;&lt;P&gt;Happens nothing:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3927_sourceID:3927" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 14:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-background/m-p/179640#M46410</guid>
      <dc:creator />
      <dc:date>2011-03-24T14:27:51Z</dc:date>
    </item>
    <item>
      <title>Format background</title>
      <link>https://community.qlik.com/t5/QlikView/Format-background/m-p/179641#M46411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paco,&lt;/P&gt;&lt;P&gt;Look to use a combination of the match() and concat() functions - the help file should explain.&lt;/P&gt;&lt;P&gt;You'd essentially try to match the variable to the concat of the selected values from the list box.&lt;/P&gt;&lt;P&gt;Unchecked:&lt;/P&gt;&lt;P&gt;=if(match(Concepto,concat(vConcepto,', ')),rgb(191,191,191))&lt;/P&gt;&lt;P&gt;Hope that points you in the right direction.&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 15:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-background/m-p/179641#M46411</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-03-24T15:12:12Z</dc:date>
    </item>
    <item>
      <title>Format background</title>
      <link>https://community.qlik.com/t5/QlikView/Format-background/m-p/179642#M46412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does not work. I'll try to pull support.&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 15:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-background/m-p/179642#M46412</guid>
      <dc:creator />
      <dc:date>2011-03-24T15:28:01Z</dc:date>
    </item>
    <item>
      <title>Format background</title>
      <link>https://community.qlik.com/t5/QlikView/Format-background/m-p/179643#M46413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paco,&lt;/P&gt;&lt;P&gt;I knew I was on the right track - solution attached (hopefully).&lt;/P&gt;&lt;P&gt;Using in the Background format:&lt;/P&gt;&lt;P&gt;=if(substringcount(concat(vCountry,', '),COUNTRY)&amp;lt;&amp;gt;0,rgb(198,255,198))&lt;/P&gt;&lt;P&gt;Hope that solves it.&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 16:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-background/m-p/179643#M46413</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-03-24T16:03:55Z</dc:date>
    </item>
    <item>
      <title>Format background</title>
      <link>https://community.qlik.com/t5/QlikView/Format-background/m-p/179644#M46414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="almost_half_cell" id="gt-res-content"&gt;Comes very close to what I want. But when it selects no way I like to keep the colorschosen .... &lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="g-section gt-icon-c" id="gt-res-tools"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 10:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-background/m-p/179644#M46414</guid>
      <dc:creator />
      <dc:date>2011-03-25T10:14:25Z</dc:date>
    </item>
    <item>
      <title>Format background</title>
      <link>https://community.qlik.com/t5/QlikView/Format-background/m-p/179645#M46415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paco,&lt;/P&gt;&lt;P&gt;Not entirely sure what the remaining issue is but this may solve it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(substringcount(concat(vCountry,', '),COUNTRY)&amp;lt;&amp;gt;0,rgb(198,255,198),rgb(255,198,198))&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Where the first rgb() is your highlight when selected colour and the second rgb() is the default red background.&lt;/P&gt;&lt;P&gt;If you need a further level of control on the background you can add another 'if' function in place of the second rgb() value.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 11:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-background/m-p/179645#M46415</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-03-25T11:26:08Z</dc:date>
    </item>
  </channel>
</rss>

