<?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: Visual Cues ignoring ARGB in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Visual-Cues-ignoring-ARGB/m-p/1276985#M400929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ruben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for testing whether ARGB works on visual cues...I thought I was doing something wrong, but could not see it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the tip about the expression label&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an interim measure I have just chosen a green colour which gives the appearance of our ARGB variable v_colour_pass_target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2017 22:02:05 GMT</pubDate>
    <dc:creator>helen_pip</dc:creator>
    <dc:date>2017-02-27T22:02:05Z</dc:date>
    <item>
      <title>Visual Cues ignoring ARGB</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-ignoring-ARGB/m-p/1276983#M400927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using visual cues to show whether a value has exceeded a target or not with the colors red or green&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although the visual cue is showing the correct colors, it appears to be ignoring the ARGB function I have put in as a calculated color&lt;/P&gt;&lt;P&gt;ARGB(80,117,155,115) = Green&lt;/P&gt;&lt;P&gt;ARGB(80,255,112,200) = Red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if visual cues does not allow for ARGB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I cannot use Background color under expressions, due to the complexity of my table and data structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 21:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-ignoring-ARGB/m-p/1276983#M400927</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2017-02-27T21:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Cues ignoring ARGB</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-ignoring-ARGB/m-p/1276984#M400928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen, I tried and argb doesn't work for me either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you don't know, you can use label name to reference the expression, so the background color can be:&lt;/P&gt;&lt;P&gt;If([&lt;EM&gt;ExpressionLabel&lt;/EM&gt;]&amp;gt;0, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ARGB(80,117,155,115) , &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ARGB(80,255,112,200)&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the expression label is calculated it can also be:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If([$(=&lt;EM&gt;ExpressionLabel&lt;/EM&gt;)]&amp;gt;0, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ARGB(80,117,155,115) , &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ARGB(80,255,112,200)&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;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;You can add a condition to keep '0' in black.&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;Hope this helps!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 21:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-ignoring-ARGB/m-p/1276984#M400928</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-02-27T21:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Cues ignoring ARGB</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-ignoring-ARGB/m-p/1276985#M400929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ruben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for testing whether ARGB works on visual cues...I thought I was doing something wrong, but could not see it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the tip about the expression label&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an interim measure I have just chosen a green colour which gives the appearance of our ARGB variable v_colour_pass_target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 22:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-ignoring-ARGB/m-p/1276985#M400929</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2017-02-27T22:02:05Z</dc:date>
    </item>
  </channel>
</rss>

