<?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: color in a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098491#M900200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is EXPR1 a field or is this expression label here? Also try the variables without the dollar sign expansion:&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;&lt;STRONG&gt;If(Sum([EXPR1]) &amp;lt;= NUM, vColorBlack, vColorGreen)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2016 10:23:19 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-07-19T10:23:19Z</dc:date>
    <item>
      <title>color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098490#M900198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;I want to colour background EXPR1 and wrote this in BACKGROUND COLOR:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (Sum([EXPR1]) &amp;lt;= NUM, $(vColorBlack), $(vColorGreen))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;vColorBlack=ARGB(100,0,0,0)&lt;/P&gt;&lt;P&gt;vColorGreen=ARGB(100,0,128,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The colors don't appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I write? I use varaibles because the colors can be changed very fastly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: cristina lovati&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/color-in-a-variable/m-p/1098490#M900198</guid>
      <dc:creator>clovati</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098491#M900200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is EXPR1 a field or is this expression label here? Also try the variables without the dollar sign expansion:&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;&lt;STRONG&gt;If(Sum([EXPR1]) &amp;lt;= NUM, vColorBlack, vColorGreen)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 10:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098491#M900200</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-19T10:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098492#M900202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you put this expression as suggested in the following post?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3334"&gt;Using RGB() and ARGB() to define colors&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, try it. If yes, how and where did you wrote yiur variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 10:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098492#M900202</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-07-19T10:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098493#M900204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax of the expression you posted looks correct. Can you post a small qlikview document that demonstrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 10:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098493#M900204</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-19T10:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098494#M900206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131761_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Later:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/131765_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 10:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098494#M900206</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-07-19T10:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098495#M900208</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;if (Sum([EXPR1]) &amp;lt;=10, NUM, $(vColorBlack), $(vColorGreen))&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 its not working check the file&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 10:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098495#M900208</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2016-07-19T10:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098496#M900210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry forgot to mention : U also need to use condition:&lt;/P&gt;&lt;P&gt;if (Sum([EXPR1]) &amp;lt;= NUM, $(vColorBlack), $(vColorGreen))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 10:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098496#M900210</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-07-19T10:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098497#M900211</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;Hi, &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;It should work without dollar sign&lt;BR /&gt;if (Sum([EXPR1]) &amp;lt;= NUM, vColorBlack, vColorGreen)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 10:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098497#M900211</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2016-07-19T10:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098498#M900212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just attached. The wish is in the background of the only expression (in comment). Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 11:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098498#M900212</guid>
      <dc:creator>clovati</dc:creator>
      <dc:date>2016-07-19T11:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098499#M900213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to be working for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131766_Capture.PNG" style="height: 84px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only issue was the one of the variables were using ARGC instead of ARGB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 11:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098499#M900213</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-19T11:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098500#M900214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have ARG&lt;STRONG&gt;C&lt;/STRONG&gt;(100,0,0,0) as color vColoreNero instead of ARGB(100,0,0,0) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 11:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098500#M900214</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-19T11:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098501#M900215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ,&lt;/P&gt;&lt;P&gt;Sunny and Gysbert...u guy's having eagle eyes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131767_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 11:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098501#M900215</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-07-19T11:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: color in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098502#M900216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clovati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, but u should mark either Sunny or Gysbert reply as correct answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just because of their suggestion's , I realized below variable issue: &lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="315" src="https://community.qlik.com/legacyfs/online/131773_pastedImage_0.png" width="618" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 12:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-a-variable/m-p/1098502#M900216</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-07-19T12:16:29Z</dc:date>
    </item>
  </channel>
</rss>

