<?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: Coloring cells according to a validation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392060#M813101</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;It works with paste the following formula as background expression color :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 1"}&amp;gt;} Task),'critical')&amp;gt;0,lightred(),&lt;/P&gt;&lt;P&gt;if(SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 2"}&amp;gt;} Task),'media')&amp;gt;0 &lt;/P&gt;&lt;P&gt;and SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 2"}&amp;gt;} Task),'critical')=0 ,rgb(255,156,57),&lt;/P&gt;&lt;P&gt;if(SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 3"}&amp;gt;} Task),'low')=3,lightgreen())))&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="177358" alt="" class="jive-image image-1" height="275" src="https://community.qlik.com/legacyfs/online/177358_pastedImage_0.png" style="width: 372.711px; height: 275px;" width="373" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2017 19:50:57 GMT</pubDate>
    <dc:creator>sergio0592</dc:creator>
    <dc:date>2017-09-21T19:50:57Z</dc:date>
    <item>
      <title>Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392057#M813098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;I'm generating a table where I group for a given service, several tasks. These tasks have different priority (critical, average and low) and I need to display a color map per service.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;If any task is critical, turn it red. (regardless of whether you have medium or low tasks)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;If any task is average, and has no critical, its yellow&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;If all tasks are low, they turn green.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" style="border: 1px solid #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Task&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Color&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Service1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 1: Critical&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 2: Media&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 3: Media&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 4: Low&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 14.6667px; font-family: Calibri, sans-serif; color: #000000;"&gt;&lt;STRONG&gt;Red&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Taks 1: Low&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 2: Low&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 3: Media&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 14.6667px; font-family: Calibri, sans-serif; color: #000000;"&gt;&lt;STRONG&gt;Orange&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 1: Low&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 2: Low&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 3: Low&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 14.6667px; font-family: Calibri, sans-serif; color: #000000;"&gt;&lt;STRONG&gt;Green&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14.6667px; font-family: Calibri, sans-serif; color: #000000;"&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="font-weight: inherit; font-style: inherit; font-size: 14.6667px; font-family: Calibri, sans-serif; color: #000000;"&gt;thank you very much!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392057#M813098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392058#M813099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There must be a better way of implementing it but one way of doing it is to assign numbers per task status such as Critical as 3, Medium as 2 and Low as 1. In that way you can do an aggregation (max) on that number group by Service and then you can assign a color to that number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In the script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;dat:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Service,Task,Status&lt;/P&gt;&lt;P&gt;1,1,low&lt;/P&gt;&lt;P&gt;1,2,low&lt;/P&gt;&lt;P&gt;1,3,medium&lt;/P&gt;&lt;P&gt;2,1,low&lt;/P&gt;&lt;P&gt;2,2,low&lt;/P&gt;&lt;P&gt;2,3,low&lt;/P&gt;&lt;P&gt;3,1,critical&lt;/P&gt;&lt;P&gt;3,2,medium&lt;/P&gt;&lt;P&gt;3,3,medium&lt;/P&gt;&lt;P&gt;3,4,low];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Status,Num&lt;/P&gt;&lt;P&gt;low,1&lt;/P&gt;&lt;P&gt;medium,2&lt;/P&gt;&lt;P&gt;critical,3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;// Each service will have a status and color&lt;/P&gt;&lt;P&gt;LOAD Service,if(max(Num) = 3,RGB(255,0,0),if(max(Num)=2,RGB(255,255,0),RGB(0,255,0))) as color Resident dat&lt;/P&gt;&lt;P&gt;Group by Service ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Then in the UI:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="T275430.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177355_T275430.PNG" style="height: 254px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 17:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392058#M813099</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2017-09-21T17:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392059#M813100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The colors aren't based in if there are more critical or medium, or low, the rules are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If exist, some critical, then the color is red.&lt;/P&gt;&lt;P&gt;if exist some medium&amp;nbsp; and some low and any critical, then the color is yellow.&lt;/P&gt;&lt;P&gt;If exist only lows, the the color is green&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 18:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392059#M813100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-21T18:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392060#M813101</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;It works with paste the following formula as background expression color :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 1"}&amp;gt;} Task),'critical')&amp;gt;0,lightred(),&lt;/P&gt;&lt;P&gt;if(SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 2"}&amp;gt;} Task),'media')&amp;gt;0 &lt;/P&gt;&lt;P&gt;and SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 2"}&amp;gt;} Task),'critical')=0 ,rgb(255,156,57),&lt;/P&gt;&lt;P&gt;if(SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 3"}&amp;gt;} Task),'low')=3,lightgreen())))&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="177358" alt="" class="jive-image image-1" height="275" src="https://community.qlik.com/legacyfs/online/177358_pastedImage_0.png" style="width: 372.711px; height: 275px;" width="373" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 19:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392060#M813101</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-09-21T19:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392061#M813102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paola,&lt;/P&gt;&lt;P&gt;For each service try this expression to set the colour:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Wildmatch(Concat(Task,'|'),'*Critical*','*Medium*','*Low*'),Red().Yellow(),Green())&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;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 20:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392061#M813102</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-21T20:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392062#M813103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share me the document?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 20:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392062#M813103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-21T20:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392063#M813104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course, see attached .qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 20:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392063#M813104</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-09-21T20:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392064#M813105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just surrender that you last line "&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;If all tasks are low, they turn green."&amp;nbsp; is not well taking in account in my formula because it was hard code with 3 rows. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;So replace, the last line&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;if(SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 3"}&amp;gt;} Task),'low')=3,lightgreen())))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;with&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;if(SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 3"}&amp;gt;} Task),'low')=NoOfRows(),lightgreen())))&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 21:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392064#M813105</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-09-21T21:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392065#M813106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paola,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Task&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 1:critical&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 2:medium&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 3:medium&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 4:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffff00"&gt;&lt;TD bgcolor="#ffff00"&gt;&lt;SPAN style="color: #363636;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffff00"&gt;&lt;SPAN style="color: #363636;"&gt;Task 1:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffff00"&gt;&lt;TD bgcolor="#ffff00"&gt;&lt;SPAN style="color: #363636;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffff00"&gt;&lt;SPAN style="color: #363636;"&gt;Task 2:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffff00"&gt;&lt;TD bgcolor="#ffff00"&gt;&lt;SPAN style="color: #363636;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffff00"&gt;&lt;SPAN style="color: #363636;"&gt;Task 3:medium&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#00ff00"&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;Task 1:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#00ff00"&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;Task 2:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#00ff00"&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;Task 3:low&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this background colour:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Pick(Wildmatch(Concat(TOTAL &amp;lt;Service&amp;gt;Task,'|'),'*Critical*','*Medium*','*Low*'),LightRed(),Yellow(),LightGreen())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 21:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392065#M813106</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-21T21:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392066#M813107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mmm...&amp;nbsp; i have the priority in other col: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="124" style="border: 1px solid #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; background-color: #6690bc; color: #ffffff;" valign="middle"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; background-color: #6690bc; color: #ffffff;" valign="middle"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Task&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; background-color: #6690bc; color: #ffffff;" valign="middle"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Priority&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; background-color: #6690bc; color: #ffffff;" valign="middle"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Color&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Service1&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 1&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;Critical&lt;/P&gt;&lt;P&gt;Media&lt;/P&gt;&lt;P&gt;Media&lt;/P&gt;&lt;P&gt;Low&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14.6667px; font-family: Calibri, sans-serif; color: #000000;"&gt;&lt;STRONG style="font-style: inherit; font-size: 14.6667px; font-family: inherit;"&gt;Red&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Taks 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;Low&lt;/P&gt;&lt;P&gt;Low&lt;/P&gt;&lt;P&gt;Media&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14.6667px; font-family: Calibri, sans-serif; color: #000000;"&gt;&lt;STRONG style="font-style: inherit; font-size: 14.6667px; font-family: inherit;"&gt;Orange&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.8px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;Task 3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;Low&lt;/P&gt;&lt;P&gt;Low&lt;/P&gt;&lt;P&gt;Low&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14.6667px; font-family: Calibri, sans-serif; color: #000000;"&gt;&lt;STRONG style="font-style: inherit; font-size: 14.6667px; font-family: inherit;"&gt;Green&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your solutions is the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 21:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392066#M813107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-21T21:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392067#M813108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the problem with this formula is that for eg with Service 3, it will color green if any task is low whereas requirement for service 3 is "if all tasks are low".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 21:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392067#M813108</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-09-21T21:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392068#M813109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 1"}&amp;gt;} Priority),'critical')&amp;gt;0,lightred(),&lt;/P&gt;&lt;P&gt;if(SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 2"}&amp;gt;} Priority),'media')&amp;gt;0 and SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 2"}&amp;gt;} Priority),'critical')=0 ,rgb(255,156,57),&lt;/P&gt;&lt;P&gt;if(SubStringCount (concat(TOTAL &amp;lt;Service&amp;gt; {&amp;lt;Service={"Service 3"}&amp;gt;} Priority),'low')=NoOfRows(),lightgreen())))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 21:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392068#M813109</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-09-21T21:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392069#M813110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paola,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;/P&gt;&lt;P&gt;=Pick(Wildmatch(Concat(TOTAL &amp;lt;Service&amp;gt;Task,'|'),'*Critical*','*Medium*','*Low*'),RGB(255,0,0),RGB(255,165,0),RGB(0,255,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to give&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Task&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 1:critical&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 2:medium&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 3:medium&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 4:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffa500"&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Task 1:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffa500"&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Task 2:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffa500"&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Task 3:medium&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#00ff00"&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;Task 1:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#00ff00"&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;Task 2:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#00ff00"&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#00ff00"&gt;&lt;SPAN style="color: #363636;"&gt;Task 3:low&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 21:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392069#M813110</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-21T21:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392070#M813111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Task&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 1:critical&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 2:medium&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 3:medium&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 4:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffa500"&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Task 1:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffa500"&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Task 2:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffa500"&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Task 3:medium&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 1:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 2:low&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 3:critical&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 21:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392070#M813111</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-21T21:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392071#M813112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I'm doing something wrong, I share my document, if you can review it,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 21:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392071#M813112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-21T21:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392072#M813113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jean-Baptiste,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Wildmatch(Concat(TOTAL &amp;lt;Service&amp;gt;Task,'|'),'*Critical*','*Medium*','*Low*')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;will return 1 if 'Critical' is a substring of the concatenation of a Service's Tasks. If 'Critical' is not a substring it will return 2 if 'Medium' is a substring and if this is not then it will return 3 if 'Low' is a substring. If none of these is a substring 0 will be returned and the Pick function will&amp;nbsp; not pick a colour.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Task&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 1:critical&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 2:medium&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 3:medium&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ff0000"&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Service 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ff0000"&gt;&lt;SPAN style="color: #363636;"&gt;Task 4:low&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffa500"&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Task 1:low&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffa500"&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Task 2:low&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffa500"&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Service 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffa500"&gt;&lt;SPAN style="color: #363636;"&gt;Task 3:medium&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Task 1:hot&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Task 2:cold&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Service 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Task 3:cool&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Kind regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Andrew&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 21:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392072#M813113</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-21T21:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392073#M813114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, sorry &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 21:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392073#M813114</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-09-21T21:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392074#M813115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No apologies required! We're all just trying to help each other out. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 21:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392074#M813115</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-09-21T21:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring cells according to a validation</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392075#M813116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeeiii... thank you so much!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its correct!!!!! but.. now I need put a other validation, whit status.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Green, if status is Closed/cerrada, or priority is low (like your example)&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Orange and red, if status is "&lt;/SPAN&gt;&lt;SPAN lang="en" style="font-size: 13.3333px;"&gt;assigned" and&amp;nbsp; rules applied.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I send you my document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 22:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-cells-according-to-a-validation/m-p/1392075#M813116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-21T22:02:31Z</dc:date>
    </item>
  </channel>
</rss>

