<?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 Conditional Formatting Not Working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Conditional-Formatting-Not-Working/m-p/1874487#M72120</link>
    <description>&lt;P&gt;Good evening!&lt;/P&gt;
&lt;P&gt;I have the below dimension, that works great at outputting the desired text into the field. I should just be able to copy the same code into the Conditional Color background field, and replace the text with the color (Red(), Green()). But for some reason it's only working on some of the fields....Can anyone help me with my below code and tell me where it's wrong?&lt;/P&gt;
&lt;P&gt;It's only coloring some of the fields, but outputting the right text&lt;/P&gt;
&lt;P&gt;Thank you!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-David&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=&lt;BR /&gt;//If(Checkbox = 'Y' and No quotes are expired 'Release Checkbox' (Red)&lt;BR /&gt;IF([CheckBox.Price_Boolean] = 'Y' and&lt;BR /&gt;Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;gt;today(), 'Release Checkbox',&lt;/P&gt;
&lt;P&gt;//If(Checkbox = 'Y' and quotes ARE expired, 'Update Quote' (Red), &lt;BR /&gt;IF([CheckBox.Price_Boolean] = 'Y' and&lt;BR /&gt;Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;lt;=today(), 'Update Quote',&lt;/P&gt;
&lt;P&gt;//If(Checkbox = 'N' and quotes are expired then 'Check Price box in Visual' (Red)&lt;BR /&gt;IF(([CheckBox.Price_Boolean] = 'N' or isnull([CheckBox.Price_Boolean]) )and&lt;BR /&gt;Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;lt;=today(), 'Check Box in Visual',&lt;/P&gt;
&lt;P&gt;//If checkbox = 'N' and no quotes are expired 'Pricing OK' (Green)&lt;BR /&gt;IF(([CheckBox.Price_Boolean] = 'N' or isnull([CheckBox.Price_Boolean]) ) and&lt;BR /&gt;Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;gt; today(), 'Pricing OK'))&lt;/P&gt;
&lt;P&gt;//If(&lt;BR /&gt;//Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;lt;=today(),'Issue',&lt;/P&gt;
&lt;P&gt;//If( Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;gt;today()&lt;BR /&gt;//and [CheckBox.Price_Boolean] = 'Y',&lt;BR /&gt;//'Release Checkbox',&lt;/P&gt;
&lt;P&gt;//If( Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;lt;today()&lt;BR /&gt;//and [CheckBox.Price_Boolean] = 'Y', 'Fix Material Quotes')&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Dec 2021 23:17:26 GMT</pubDate>
    <dc:creator>dcohen13</dc:creator>
    <dc:date>2021-12-22T23:17:26Z</dc:date>
    <item>
      <title>Conditional Formatting Not Working</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-Formatting-Not-Working/m-p/1874487#M72120</link>
      <description>&lt;P&gt;Good evening!&lt;/P&gt;
&lt;P&gt;I have the below dimension, that works great at outputting the desired text into the field. I should just be able to copy the same code into the Conditional Color background field, and replace the text with the color (Red(), Green()). But for some reason it's only working on some of the fields....Can anyone help me with my below code and tell me where it's wrong?&lt;/P&gt;
&lt;P&gt;It's only coloring some of the fields, but outputting the right text&lt;/P&gt;
&lt;P&gt;Thank you!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-David&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=&lt;BR /&gt;//If(Checkbox = 'Y' and No quotes are expired 'Release Checkbox' (Red)&lt;BR /&gt;IF([CheckBox.Price_Boolean] = 'Y' and&lt;BR /&gt;Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;gt;today(), 'Release Checkbox',&lt;/P&gt;
&lt;P&gt;//If(Checkbox = 'Y' and quotes ARE expired, 'Update Quote' (Red), &lt;BR /&gt;IF([CheckBox.Price_Boolean] = 'Y' and&lt;BR /&gt;Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;lt;=today(), 'Update Quote',&lt;/P&gt;
&lt;P&gt;//If(Checkbox = 'N' and quotes are expired then 'Check Price box in Visual' (Red)&lt;BR /&gt;IF(([CheckBox.Price_Boolean] = 'N' or isnull([CheckBox.Price_Boolean]) )and&lt;BR /&gt;Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;lt;=today(), 'Check Box in Visual',&lt;/P&gt;
&lt;P&gt;//If checkbox = 'N' and no quotes are expired 'Pricing OK' (Green)&lt;BR /&gt;IF(([CheckBox.Price_Boolean] = 'N' or isnull([CheckBox.Price_Boolean]) ) and&lt;BR /&gt;Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;gt; today(), 'Pricing OK'))&lt;/P&gt;
&lt;P&gt;//If(&lt;BR /&gt;//Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;lt;=today(),'Issue',&lt;/P&gt;
&lt;P&gt;//If( Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;gt;today()&lt;BR /&gt;//and [CheckBox.Price_Boolean] = 'Y',&lt;BR /&gt;//'Release Checkbox',&lt;/P&gt;
&lt;P&gt;//If( Aggr(Min([VRFQ.EXPIRATION_DATE]),[CO.CUSTOMER_ID],[COL.LINE_NO]) &amp;lt;today()&lt;BR /&gt;//and [CheckBox.Price_Boolean] = 'Y', 'Fix Material Quotes')&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 23:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-Formatting-Not-Working/m-p/1874487#M72120</guid>
      <dc:creator>dcohen13</dc:creator>
      <dc:date>2021-12-22T23:17:26Z</dc:date>
    </item>
  </channel>
</rss>

