<?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 Color Mix wizard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219952#M72913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Any other option like this in charts(bar chart).&lt;/P&gt;&lt;P&gt;pls,,if possible explain with screenshots..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Sep 2010 08:11:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-28T08:11:01Z</dc:date>
    <item>
      <title>Color Mix wizard</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219947#M72908</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 like to give two different color based on expression result using color mix wizard ,the formula used in expression is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(Sum([Units])/ Sum(total [Units])* 100 - Sum({1&amp;lt;PeriodID={$(=PeriodID-1)}&amp;gt;}[Units])/ Sum(total [Units])*100)/1000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if the expression value &amp;gt; o it should display color with green and the value less than o(zero) should display with red color.&lt;/P&gt;&lt;P&gt;Plz,help me out wat expression to be given in color mix value expression and in the upper and lower (..) areas.&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 06:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219947#M72908</guid>
      <dc:creator />
      <dc:date>2010-09-28T06:33:34Z</dc:date>
    </item>
    <item>
      <title>Color Mix wizard</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219948#M72909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;if i am able to understand your problem ,&lt;/P&gt;&lt;P&gt;if(round(&lt;STRONG&gt;(Sum([Units])/ Sum(total [Units])* 100 - Sum({1&amp;lt;PeriodID={$(=PeriodID-1)}&amp;gt;}[Units])/ Sum(total [Units])*100)/1000&lt;/STRONG&gt; ) &amp;gt;0,green(),red())&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 08:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219948#M72909</guid>
      <dc:creator />
      <dc:date>2010-09-28T08:00:43Z</dc:date>
    </item>
    <item>
      <title>Color Mix wizard</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219949#M72910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to visual cues and set the upper to whatever you wish to, and set the lower to 0 so that the lower than 0 number will display red and the higher numbers will display green &lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0474.Vsual.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0474.Vsual.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 08:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219949#M72910</guid>
      <dc:creator />
      <dc:date>2010-09-28T08:04:45Z</dc:date>
    </item>
    <item>
      <title>Color Mix wizard</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219950#M72911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;its working&lt;/P&gt;&lt;P&gt;can you explain this with using colormix wizard to display the color.&lt;/P&gt;&lt;P&gt;if possible explain in detail with screen shots..&lt;/P&gt;&lt;P&gt;thanks,,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 08:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219950#M72911</guid>
      <dc:creator />
      <dc:date>2010-09-28T08:05:08Z</dc:date>
    </item>
    <item>
      <title>Color Mix wizard</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219951#M72912</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 agree with Ravi..just an additional info you can put this formula in the font color of the chart you are doing.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 08:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219951#M72912</guid>
      <dc:creator />
      <dc:date>2010-09-28T08:06:10Z</dc:date>
    </item>
    <item>
      <title>Color Mix wizard</title>
      <link>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219952#M72913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Any other option like this in charts(bar chart).&lt;/P&gt;&lt;P&gt;pls,,if possible explain with screenshots..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 08:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-Mix-wizard/m-p/219952#M72913</guid>
      <dc:creator />
      <dc:date>2010-09-28T08:11:01Z</dc:date>
    </item>
  </channel>
</rss>

