<?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: Expression to background color specific text values in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23273#M4792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this out:&lt;/P&gt;&lt;P&gt;&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([Status]='Status A' OR [Status]= 'Status B' OR [Status]= 'Status C', green())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2018 02:10:55 GMT</pubDate>
    <dc:creator>Thiago_Justen_</dc:creator>
    <dc:date>2018-02-28T02:10:55Z</dc:date>
    <item>
      <title>Expression to background color specific text values</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23272#M4791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fairly new to Qlik Sense, and trying to create a background color expression for cells in a column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My general layout is this, with the column heading Status. I want to color certain Status text names green, lets say Status A, Status B, and Status C, but leave the other Statuses white.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status&lt;/P&gt;&lt;P&gt;Status A&lt;/P&gt;&lt;P&gt;Status B&lt;/P&gt;&lt;P&gt;Status C&lt;/P&gt;&lt;P&gt;Status D&lt;/P&gt;&lt;P&gt;Status E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current expression is something like:&lt;/P&gt;&lt;P&gt;if([Status]='Status A' OR 'Status B' OR 'Status C', green())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem that I am running into is that only "Status A" is showing up green. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 01:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23272#M4791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T01:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to background color specific text values</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23273#M4792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this out:&lt;/P&gt;&lt;P&gt;&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([Status]='Status A' OR [Status]= 'Status B' OR [Status]= 'Status C', green())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 02:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23273#M4792</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-02-28T02:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to background color specific text values</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23274#M4793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;It should be as below. Please find the attachment for the example.&lt;BR /&gt;&lt;/SPAN&gt;&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([Status]='Status A' OR [Status]= 'Status B' OR [Status]= 'Status C', green())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 04:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23274#M4793</guid>
      <dc:creator>yujiyamane</dc:creator>
      <dc:date>2018-02-28T04:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to background color specific text values</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23275#M4794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, this worked great. Now what if I want to make them different colors, say making Status A and Status B green but make Status C red?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 16:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23275#M4794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T16:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to background color specific text values</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23276#M4795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do it:&lt;/P&gt;&lt;P&gt;&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;Pick(WildMatch(Status, 'Status A', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Status B', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Status C'&lt;/SPAN&gt;&lt;/SPAN&gt;),green(),green(),red())&lt;/SPAN&gt;&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;&lt;BR /&gt;&lt;/SPAN&gt;&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;Or&lt;/SPAN&gt;&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;&lt;BR /&gt;&lt;/SPAN&gt;&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([Status]='Status A' OR [Status]= 'Status B',green(),red())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 17:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23276#M4795</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-02-28T17:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to background color specific text values</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23277#M4796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;It should be like below. (You just need two if statements)&lt;BR /&gt;&lt;/SPAN&gt;&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([Status]='Status A' OR [Status]= 'Status B', green(), &lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Status]= 'Status C', red())&lt;/SPAN&gt;&lt;/SPAN&gt;&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;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 20:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Expression-to-background-color-specific-text-values/m-p/23277#M4796</guid>
      <dc:creator>yujiyamane</dc:creator>
      <dc:date>2018-02-28T20:57:45Z</dc:date>
    </item>
  </channel>
</rss>

