<?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: Row colour based on condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952740#M327562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There at the Resolution expression ,Right Click on it ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will find &lt;STRONG&gt;text color and Back ground Color ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then should right the expression like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;=if([Resolution Time]&amp;lt;[Network Day Solved],green(),&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;if([Resolution Time]&amp;gt;[Network Day Solved],Red(),White())) &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Oct 2015 08:04:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-11T08:04:07Z</dc:date>
    <item>
      <title>Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952738#M327560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need your help-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached file i have created details tabluar chart-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to mark colour based on some condition-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If the&amp;nbsp; Resolution time is greater than KPI time then mark it RED&lt;/P&gt;&lt;P&gt;2. if the resolution time less than KPI time then mark it green&lt;/P&gt;&lt;P&gt;3. NO -SLA- keept it Green&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 07:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952738#M327560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-11T07:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952739#M327561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolution Time is in Time Format and KPI is in which format? &lt;/P&gt;&lt;P&gt;How you want to compare them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 07:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952739#M327561</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-11T07:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952740#M327562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There at the Resolution expression ,Right Click on it ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will find &lt;STRONG&gt;text color and Back ground Color ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then should right the expression like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;=if([Resolution Time]&amp;lt;[Network Day Solved],green(),&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;if([Resolution Time]&amp;gt;[Network Day Solved],Red(),White())) &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 08:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952740#M327562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-11T08:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952741#M327563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here i have query that what should we compare&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt; 'KPI time'&lt;/SPAN&gt;&amp;nbsp; &lt;/STRONG&gt;Means??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 08:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952741#M327563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-11T08:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952742#M327564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resolution time hh:mi:ss&lt;/P&gt;&lt;P&gt;kpi time-hh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 08:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952742#M327564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-11T08:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952743#M327565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Time provided to resolve the ticket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 08:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952743#M327565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-11T08:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952744#M327566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use below expression in BackGround color..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(DurationStefan &amp;gt; Time#(KPI_TIME,'h'), Red(), Green())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 08:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952744#M327566</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-11T08:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952745#M327567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to find -Resolution expression..Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 08:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952745#M327567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-11T08:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952746#M327568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i .e Network Day solved right ?? !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 08:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952746#M327568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-11T08:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952747#M327569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you can see in the attached app of yours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 08:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952747#M327569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-11T08:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952748#M327570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have noticed the change but where have you done it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have requested to change on DSLA sheet.Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 09:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952748#M327570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-11T09:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952749#M327571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In DSLA Sheet there is a table Box , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one more thing the field you are&amp;nbsp; showing as KPI Time Should be of same format as Resolution time or else we should convert in this form 'HH:MM:SS' and we can&amp;nbsp; apply it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please give me correct info , i can try and help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bunny &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 09:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952749#M327571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-11T09:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Row colour based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952750#M327572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Recreate your TableBox and make a StraightTable instead: letting every field including DT2 become Dimensions and make the rest into Expressions. Then you can use the "Background Color" property of the Expression for the "Resolution Time" have an If() as expression to give the right background color:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-10-11 #3.PNG" class="jive-image image-1" src="/legacyfs/online/101664_2015-10-11 #3.PNG" style="height: 375px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 09:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-colour-based-on-condition/m-p/952750#M327572</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-11T09:57:32Z</dc:date>
    </item>
  </channel>
</rss>

