<?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: Colour code by expreesion in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341590#M29652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Measure you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(vCarry='C',Count,&lt;/P&gt;&lt;P&gt;if(vCarry='A',Amount/10000000)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Apr 2017 12:22:35 GMT</pubDate>
    <dc:creator>shraddha_g</dc:creator>
    <dc:date>2017-04-19T12:22:35Z</dc:date>
    <item>
      <title>Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341578#M29640</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;Hi all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;does the following code is correct? not working actually&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Status='Sanctioned But Not Disbursed',$(Blue),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if((Today-Date1)&amp;gt;=0 and (Today-Date1)&amp;lt;=1,$(Pink),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if((Today-Date1)&amp;gt;=2 and (Today-Date1)&amp;lt;=3,$(Yellow),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if((Today-Date1)&amp;gt;=4 and (Today-Date1)&amp;lt;=5,$(Green),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if((Today-Date1)&amp;gt;=6 and (Today-Date1)&amp;lt;=14,$(Blue),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if((Today-Date1)&amp;gt;=15 and (Today-Date1)&amp;lt;=30,$(Blue),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if((Today-Date1)&amp;gt;=31,$(Beige))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Any Advice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Charlie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 07:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341578#M29640</guid>
      <dc:creator />
      <dc:date>2017-04-19T07:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341579#M29641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Status='Sanctioned But Not Disbursed',Blue(),&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if((Today()-Date1)&amp;gt;=0 and (Today()-Date1)&amp;lt;=1,RGB for Pink,&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if((Today()-Date1)&amp;gt;=2 and (Today()-Date1)&amp;lt;=3,Yellow(),&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if((Today()-Date1)&amp;gt;=4 and (Today()-Date1)&amp;lt;=5,Green(),&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if((Today()-Date1)&amp;gt;=6 and (Today()-Date1)&amp;lt;=14,Blue(),&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if((Today()-Date1)&amp;gt;=15 and (Today()-Date1)&amp;lt;=30,Blue(),&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if((Today()-Date1)&amp;gt;=31,Rgb For Beige )))))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 07:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341579#M29641</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-04-19T07:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341580#M29642</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;I think (today -Date1 ) is not evaluating firstly you check ,it gives you required output or not,&lt;/P&gt;&lt;P&gt;Please share the more detail on this, So I will help you more on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paridhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 08:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341580#M29642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T08:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341581#M29643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same topic ? &lt;A href="https://community.qlik.com/thread/257532"&gt;Color code expression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 08:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341581#M29643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T08:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341582#M29644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post your app pls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 08:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341582#M29644</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2017-04-19T08:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341583#M29645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working Shraddha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;charlie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 09:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341583#M29645</guid>
      <dc:creator />
      <dc:date>2017-04-19T09:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341584#M29646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share sample data if possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 10:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341584#M29646</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-04-19T10:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341585#M29647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;find the App and change the colour code by expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 10:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341585#M29647</guid>
      <dc:creator />
      <dc:date>2017-04-19T10:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341586#M29648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did&amp;nbsp; chared the app , please check it out the colour code shraddha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Charlie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 10:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341586#M29648</guid>
      <dc:creator />
      <dc:date>2017-04-19T10:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341587#M29649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same expression working for dimension, but not for colour code .... and one more in the app, measure number formatting , there is a extension variable in the app , for amount&amp;nbsp; and Count , client want to see the amount in Cr format, count as default , any advice , PFA the app, and the extension&amp;nbsp; also sharaddha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help is Appreciated &lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Charlie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 10:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341587#M29649</guid>
      <dc:creator />
      <dc:date>2017-04-19T10:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341588#M29650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to calculate this extension in Load script and use that in front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Status='Sanctioned But Not Disbursed', &lt;/P&gt;&lt;P&gt;if((Today-Date1)&amp;gt;=0 and (Today-Date1)&amp;lt;=1, '0-1 Days',&lt;/P&gt;&lt;P&gt;if((Today-Date1)&amp;gt;=2 and (Today-Date1)&amp;lt;=3, '2-3 Days',&lt;/P&gt;&lt;P&gt;if((Today-Date1)&amp;gt;=4 and (Today-Date1)&amp;lt;=5, '4-5 Days',&lt;/P&gt;&lt;P&gt;if((Today-Date1)&amp;gt;=6 and (Today-Date1)&amp;lt;=14, '6-14 Days',&lt;/P&gt;&lt;P&gt;if((Today-Date1)&amp;gt;=15 and (Today-Date1)&amp;lt;=30, '15-30 Days',&lt;/P&gt;&lt;P&gt;if((Today-Date1)&amp;gt;=31, '&amp;gt;30 Days')))))))&amp;nbsp;&amp;nbsp; as Bucket&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in chart use Dimension as Bucket&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Color expression use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(wildmatch(Bucket,'0-1 Days','2-3 Days','4-5 Days', '6-14 Days', '15-30 Days','&amp;gt;30 Days'),&lt;/P&gt;&lt;P&gt;rgb1,&lt;/P&gt;&lt;P&gt;rgb2,&lt;/P&gt;&lt;P&gt;rgb3,&lt;/P&gt;&lt;P&gt;rgb4,&lt;/P&gt;&lt;P&gt;rgb5,&lt;/P&gt;&lt;P&gt;rgb6)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 11:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341588#M29650</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-04-19T11:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341589#M29651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;extension is different question , and colour code is different question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i didnot understand , confused a bit , can u be a bit clear , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Charlie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 12:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341589#M29651</guid>
      <dc:creator />
      <dc:date>2017-04-19T12:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341590#M29652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Measure you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(vCarry='C',Count,&lt;/P&gt;&lt;P&gt;if(vCarry='A',Amount/10000000)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 12:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341590#M29652</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-04-19T12:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341591#M29653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want the amount to be shown as in crore yaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Charlie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 12:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341591#M29653</guid>
      <dc:creator />
      <dc:date>2017-04-19T12:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341592#M29654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can be rewritten as below, but what is Date1?? is it a number or a date or a string?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Status='Sanctioned But Not Disbursed',Blue()&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,if((Today()-Date1)&amp;gt;=31,Rgb For Beige &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,if((Today()-Date1)&amp;gt;=15,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Blue()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,if((Today()-Date1)&amp;gt;=6,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Blue()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,if((Today()-Date1)&amp;gt;=4,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Green()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,if((Today()-Date1)&amp;gt;=2,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Yellow()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;))))))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 13:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341592#M29654</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-19T13:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341593#M29655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/240253"&gt;charlieon&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are trying to subtract a field Date1 which has multiple Date values, which is why the expression is failing, you can only subtract by one value by either choosing Min() or Max() Dates from that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so try below, it worked for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(Status='Sanctioned But Not Disbursed',$(Jana_Yellow)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,if((Today()-Max(Date1))&amp;gt;=31,$(Jana_Beige)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,if((Today()-Max(Date1))&amp;gt;=15,$(Jana_Light_Blue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,if((Today()-Max(Date1))&amp;gt;=6,$(Jana_Dark_Blue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,if((Today()-Max(Date1))&amp;gt;=4,$(Jana_Green)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,if((Today()-Max(Date1))&amp;gt;=2,$(Jana_Yellow),$(Jana_Pink)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;))))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 13:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341593#M29655</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-19T13:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341594#M29656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vineeth, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks yaar . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;Date1 is the date column in SourcingStatuswiseCount&amp;nbsp; table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;I ts working yaar but not completly ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;not all the colours are reflecting ..&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;any advice &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;Thanks&amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 2pt; margin-bottom: 2pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;Charlie&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 06:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341594#M29656</guid>
      <dc:creator />
      <dc:date>2017-04-20T06:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341595#M29657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i will check and let you know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 06:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341595#M29657</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-20T06:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341596#M29658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually colours i mentioned random , but its not the sequence . &lt;/P&gt;&lt;P&gt;try with below if possible&lt;/P&gt;&lt;OL start="1" style="list-style-type: decimal;"&gt;&lt;LI&gt;RGB(250, 165, 25) - #faa519 &lt;/LI&gt;&lt;LI&gt;rgb(255,180,10) - #ffb40a &lt;/LI&gt;&lt;LI&gt;rgb(255,191,0) - #FFBF00 &lt;/LI&gt;&lt;LI&gt;rgb(255,182,193) - #FFB6C1 &lt;/LI&gt;&lt;LI&gt;rgb(199,21,133) - #C71585 &lt;/LI&gt;&lt;LI&gt;RGB(216, 16, 124) - #d8107c &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or put one colour for one range yaar, try if u can please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;charlie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 06:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341596#M29658</guid>
      <dc:creator />
      <dc:date>2017-04-20T06:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Colour code by expreesion</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341597#M29659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to evaluate Today() - min(Date1) or today()-Max(Date1) ?? because your expression also needs to be updated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 08:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-code-by-expreesion/m-p/1341597#M29659</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-20T08:08:46Z</dc:date>
    </item>
  </channel>
</rss>

