<?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: Syntax for Background Color (ACL -&amp;gt; QV) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syntax-for-Background-Color-ACL-gt-QV/m-p/529633#M1129205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You almost have it. You should use the expression builder in the Expression Background Color. There you should write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= If( &amp;lt;Condition&amp;gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;RGB(163,32,32)&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( &amp;lt;Condition&amp;gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;RGB(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;123.42,255&lt;/SPAN&gt;)&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( &amp;lt;Condition&amp;gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;RGB(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;0,58,212&lt;/SPAN&gt;)&lt;/SPAN&gt;, RGB(255,255,255))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is unclear to me what you want to use as condition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Dec 2013 06:53:35 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2013-12-05T06:53:35Z</dc:date>
    <item>
      <title>Syntax for Background Color (ACL -&gt; QV)</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Background-Color-ACL-gt-QV/m-p/529632#M1129204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to figure out how to designate a color of a chart based on value of a field. New to QlikView and know what I am trying to say in ACL code. I want to use the RGB function in QV to decide the color... so something like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RGB(163,32,32)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF UPPER(ALL(QlikViewField1)) = 'COLOR1'&lt;/P&gt;&lt;P&gt;RGB(123.42,255)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF UPPER(ALL(QliKViewField2)) = 'COLOR2'&lt;/P&gt;&lt;P&gt;RGB(0,58,212)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF UPPER(ALL(QlikViewField3)) = 'COLOR3'&lt;/P&gt;&lt;P&gt;RGB(255,255,255)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am guessing I would put the code in the expression builder -&amp;gt; background color. Any ideas of how to do this? Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 23:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Background-Color-ACL-gt-QV/m-p/529632#M1129204</guid>
      <dc:creator />
      <dc:date>2013-12-04T23:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Background Color (ACL -&gt; QV)</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Background-Color-ACL-gt-QV/m-p/529633#M1129205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You almost have it. You should use the expression builder in the Expression Background Color. There you should write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= If( &amp;lt;Condition&amp;gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;RGB(163,32,32)&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( &amp;lt;Condition&amp;gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;RGB(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;123.42,255&lt;/SPAN&gt;)&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( &amp;lt;Condition&amp;gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;RGB(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;0,58,212&lt;/SPAN&gt;)&lt;/SPAN&gt;, RGB(255,255,255))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is unclear to me what you want to use as condition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 06:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Background-Color-ACL-gt-QV/m-p/529633#M1129205</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-12-05T06:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Background Color (ACL -&gt; QV)</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Background-Color-ACL-gt-QV/m-p/529634#M1129206</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;Just put this expression in background expression &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;= IF UPPER(ALL(QlikViewField1)) = 'COLOR1',RGB(163,32,32),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF UPPER(ALL(QliKViewField2)) = 'COLOR2',RGB(123,42,255),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF UPPER(ALL(QlikViewField3)) = 'COLOR3',RGB(0,58,212),RGB(255,255,255)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 06:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Background-Color-ACL-gt-QV/m-p/529634#M1129206</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-12-05T06:56:59Z</dc:date>
    </item>
  </channel>
</rss>

