<?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: rgb function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079638#M359930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=if(COUNT(ProjectID) &amp;gt; 0 AND COUNT(ProjectID) &amp;lt; 100, RGB(0,255,0),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;if(COUNT(ProjectID) &amp;gt;= 100 AND COUNT(ProjectID) &amp;lt; 200,RGB(0,170,0),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;if(COUNT(ProjectID) &amp;gt;= 200 AND COUNT(ProjectID) &amp;lt; 300, RGB(0,108,0),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;if(COUNT(ProjectID) &amp;gt;= 300,RGB(0,64, 0) ))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2016 07:16:24 GMT</pubDate>
    <dc:creator>saumyashah90</dc:creator>
    <dc:date>2016-05-05T07:16:24Z</dc:date>
    <item>
      <title>rgb function</title>
      <link>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079633#M359925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm trying to plot states in&amp;nbsp; geo analysis&amp;nbsp; in same color - green . and i wants to give condition : if&amp;nbsp;&amp;nbsp; emp count is more then 0 and less the 100 then color should be light green , and if count is more then 100 and less then 200 then color should be dark green and if count is more then 300 then color should be super dard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now im using this script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(COUNT(ProjectID) &amp;gt; 0 AND COUNT(ProjectID) &amp;lt; 100, argb(64, 255, 0, 0),&lt;/P&gt;&lt;P&gt;if(COUNT(ProjectID) &amp;gt;= 100 AND COUNT(ProjectID) &amp;lt; 200,argb(128, 255, 0, 0),&lt;/P&gt;&lt;P&gt;if(COUNT(ProjectID) &amp;gt;= 200 AND COUNT(ProjectID) &amp;lt; 300, argb(192, 255, 0, 0),&lt;/P&gt;&lt;P&gt;if(COUNT(ProjectID) &amp;gt;= 300,argb(255, 255, 0, 0) ))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 06:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079633#M359925</guid>
      <dc:creator>yadav_anil782</dc:creator>
      <dc:date>2016-05-05T06:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: rgb function</title>
      <link>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079634#M359926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;simplify this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(COUNT(ProjectID) &amp;gt; 0 and &amp;lt;100 , argb(64, 255, 0, 0),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(COUNT(ProjectID) &amp;gt;= 100 AND&amp;nbsp; &amp;lt; 200,argb(128, 255, 0, 0),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(COUNT(ProjectID) &amp;gt;= 200 AND&amp;nbsp; &amp;lt; 300, argb(192, 255, 0, 0),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(COUNT(ProjectID) &amp;gt;= 300,argb(255, 255, 0, 0) ))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 06:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079634#M359926</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-05-05T06:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: rgb function</title>
      <link>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079635#M359927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(COUNT(ProjectID) &amp;gt; 0 AND COUNT(ProjectID) &amp;lt; 100, RGB(0,255,0),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(COUNT(ProjectID) &amp;gt;= 100 AND COUNT(ProjectID) &amp;lt; 200,RGB(0,64,0),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(COUNT(ProjectID) &amp;gt;= 200 AND COUNT(ProjectID) &amp;lt; 300, RGB(0,64,128),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(COUNT(ProjectID) &amp;gt;= 300,RGB(64, 0, 0) ))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 06:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079635#M359927</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2016-05-05T06:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: rgb function</title>
      <link>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079636#M359928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use colormix wizard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/79307"&gt;Qlikview Heatmaps&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 06:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079636#M359928</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-05T06:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: rgb function</title>
      <link>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079637#M359929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my requirement is only&amp;nbsp; green , i mean coordinator to count color should be reflect light green to dark gree &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 06:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079637#M359929</guid>
      <dc:creator>yadav_anil782</dc:creator>
      <dc:date>2016-05-05T06:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: rgb function</title>
      <link>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079638#M359930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=if(COUNT(ProjectID) &amp;gt; 0 AND COUNT(ProjectID) &amp;lt; 100, RGB(0,255,0),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;if(COUNT(ProjectID) &amp;gt;= 100 AND COUNT(ProjectID) &amp;lt; 200,RGB(0,170,0),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;if(COUNT(ProjectID) &amp;gt;= 200 AND COUNT(ProjectID) &amp;lt; 300, RGB(0,108,0),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;if(COUNT(ProjectID) &amp;gt;= 300,RGB(0,64, 0) ))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 07:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079638#M359930</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2016-05-05T07:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: rgb function</title>
      <link>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079639#M359931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly is the issue you are facing? Is the if statement not working? Is it very slow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 08:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079639#M359931</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T08:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: rgb function</title>
      <link>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079640#M359932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Argb function get this vars -&amp;gt; ARGB(Alpha, Red, Green, Blue). Use RGB function RGB(Red, Green, Blue).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 13:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rgb-function/m-p/1079640#M359932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T13:25:01Z</dc:date>
    </item>
  </channel>
</rss>

