<?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: Need help in Colormix function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668499#M1062362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added one more field called score sum(score) is working fine with the size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 08:24:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-23T08:24:22Z</dc:date>
    <item>
      <title>Need help in Colormix function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668494#M1062357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used colormix function in Grid Chart, put the upper limit, Intermediate limit and lower limit but it's not working I guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The colors are same for the entire chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Sonali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 06:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668494#M1062357</guid>
      <dc:creator />
      <dc:date>2014-09-23T06:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Colormix function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668495#M1062358</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;Give this as Background expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RGB(Mod(FieldIndex('Application Name', [Application Name]) * 80, 255) , Mod(FieldIndex('Application Name', [Application Name]) * 120, 255), Mod(FieldIndex('Application Name', [Application Name]) * 200, 255))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668495#M1062358</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-23T07:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Colormix function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668496#M1062359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;It's working but what I need is If the Category of the Application is High then the color should dark , if it is Medium the color should lighter and if it is Low then it should be more lighter.&lt;/P&gt;&lt;P&gt;Basically I want the color should be Dark- Lighter-Lighter like we have in Heat Map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sonali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668496#M1062359</guid>
      <dc:creator />
      <dc:date>2014-09-23T07:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Colormix function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668497#M1062360</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Pick(Match(Criticality, 'High', 'Medium', 'Low'), RGB(90, 0, 0), RGB(150, 0, 0), RGB(255, 0, 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668497#M1062360</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-23T07:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Colormix function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668498#M1062361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. It is working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question I want to ask. Could you please tell me how to change the size means if the criticality is high then the object&amp;nbsp; should be bigger if it is medium then it should be smaller and if it is Low then it should be smaller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sonali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668498#M1062361</guid>
      <dc:creator />
      <dc:date>2014-09-23T08:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Colormix function</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668499#M1062362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added one more field called score sum(score) is working fine with the size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Colormix-function/m-p/668499#M1062362</guid>
      <dc:creator />
      <dc:date>2014-09-23T08:24:22Z</dc:date>
    </item>
  </channel>
</rss>

