<?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: conditional value color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650206#M539006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK thanks,&lt;/P&gt;&lt;P&gt;but how do i set this only for the current month? what is the formula?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2014 18:33:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-08T18:33:32Z</dc:date>
    <item>
      <title>conditional value color</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650204#M539004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I need to color in a different way (more transparancy for example), the value of the current month (dimension is month). &lt;/P&gt;&lt;P&gt;Attached is a screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;Tx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 18:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650204#M539004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-08T18:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: conditional value color</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650205#M539005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can achieve more transparency using ARBG instead of the regular RGB function. For example, try to create a text object with background color rgb(63,72,204) versus one with color argb(100,63,72,204).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as applying the condition to the bar itself, use the + sign that's next to the expression, and set the color formula on the "Background Color" expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 18:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650205#M539005</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-09-08T18:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: conditional value color</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650206#M539006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK thanks,&lt;/P&gt;&lt;P&gt;but how do i set this only for the current month? what is the formula?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 18:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650206#M539006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-08T18:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: conditional value color</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650207#M539007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, there are a lot of ways to define "current" (e.g. last data date, previous month end, etc), but I'm assuming you mean literally the current (i.e. today). That would be something like: if(Month=month(today()),argb(100,63,72,204),rgb(63,72,204))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 18:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650207#M539007</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-09-08T18:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: conditional value color</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650208#M539008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check the attached example. By using the ARGB() function you can control the transparency (alpha) of the color(s) you are using.&lt;/P&gt;&lt;P&gt;You can modify it in the expression tab (in the background color option):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-09-08_13-46-08.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/66280_2014-09-08_13-46-08.png" style="width: 620px; height: 474px;" /&gt;&lt;/P&gt;&lt;P&gt;In the example I used Monthname as dimension, but it can be any time dimension and it should work. You can use and if to tell QlikView to change the transparency if the month is the current month,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 18:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650208#M539008</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-09-08T18:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: conditional value color</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650209#M539009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(Month(Date)=Month(Now()) and Year(Date)=Year(now()), Blue())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 18:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650209#M539009</guid>
      <dc:creator />
      <dc:date>2014-09-08T18:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: conditional value color</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650210#M539010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe like this?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_132417_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66287_QlikCommunity_Thread_132417_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_132417_Pic3.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66288_QlikCommunity_Thread_132417_Pic3.JPG.jpg" style="width: 620px; height: 363px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_132417_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66289_QlikCommunity_Thread_132417_Pic1.JPG.jpg" /&gt;&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;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 20:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650210#M539010</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-08T20:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: conditional value color</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650211#M539011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tx that is great. Now what if in thist chart i have a drill down on dimensions that works like this, and I have linked a table with a RGB dimension to each product level&lt;/P&gt;&lt;P&gt;Product level 1 -&amp;gt; RGB_PDTColor1&lt;/P&gt;&lt;P&gt;Product lvl 2&lt;SPAN style="font-size: 13.63636302948px;"&gt; -&amp;gt; RGB_PDTColor2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;Product lvl 3&lt;SPAN style="font-size: 13.63636302948px;"&gt; -&amp;gt; RGB_PDTColor3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;Product lvl 4&lt;SPAN style="font-size: 13.63636302948px;"&gt; -&amp;gt; RGB_PDTColor4&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;How can I associate a different color through the drilldown. And how can I integrate the ARGB() for the current month?&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;TX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 08:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650211#M539011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-09T08:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: conditional value color</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650212#M539012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 11.8181819915771px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Tx that is great. Now what if in thist chart i have a drill down on dimensions that works like this, and I have linked a table with a RGB dimension to each product level&lt;/P&gt;&lt;P style="font-size: 11.8181819915771px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Product level 1 -&amp;gt; RGB_PDTColor1&lt;/P&gt;&lt;P style="font-size: 11.8181819915771px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Product lvl 2&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.63636302948px; font-family: inherit;"&gt; -&amp;gt; RGB_PDTColor2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Product lvl 3&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.63636302948px; font-family: inherit;"&gt; -&amp;gt; RGB_PDTColor3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Product lvl 4&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.63636302948px; font-family: inherit;"&gt; -&amp;gt; RGB_PDTColor4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;How can I associate a different color through the drilldown. And how can I integrate the ARGB() for the current month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;TX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 09:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-value-color/m-p/650212#M539012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-09T09:58:08Z</dc:date>
    </item>
  </channel>
</rss>

