<?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: Background Color Expression in TABLE in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Background-Color-Expression-in-TABLE/m-p/2017407#M84016</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can try this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=if(Interval(Now()- Last_Update_Date,'h') &amp;gt;= 48, RGB(147,196,125), white())&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2022 12:29:46 GMT</pubDate>
    <dc:creator>Peca</dc:creator>
    <dc:date>2022-12-16T12:29:46Z</dc:date>
    <item>
      <title>Background Color Expression in TABLE</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color-Expression-in-TABLE/m-p/2017396#M84015</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have a column in TABLE with this formula ==&amp;gt;&amp;nbsp; =Interval(Now()-Last_Update_Date,'h')&lt;/P&gt;
&lt;P&gt;and I would like show the column green (#93c47d) when this value is &amp;gt;= 48. I tried this, but the background is always white&lt;/P&gt;
&lt;P&gt;=if(Interval(Now()- Last_Update_Date,'h') &amp;gt;= 48, '#93c47d', white())&lt;/P&gt;
&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 11:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color-Expression-in-TABLE/m-p/2017396#M84015</guid>
      <dc:creator>datapitipa</dc:creator>
      <dc:date>2022-12-16T11:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color Expression in TABLE</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color-Expression-in-TABLE/m-p/2017407#M84016</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can try this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=if(Interval(Now()- Last_Update_Date,'h') &amp;gt;= 48, RGB(147,196,125), white())&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 12:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color-Expression-in-TABLE/m-p/2017407#M84016</guid>
      <dc:creator>Peca</dc:creator>
      <dc:date>2022-12-16T12:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Background Color Expression in TABLE</title>
      <link>https://community.qlik.com/t5/App-Development/Background-Color-Expression-in-TABLE/m-p/2017410#M84017</link>
      <description>&lt;P&gt;Interval is a formatting function, i.e. - it doesn't change the underlaying number. Try like:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if(&lt;STRONG&gt;Floor((&lt;/STRONG&gt;Now()- Last_Update_Date&lt;STRONG&gt;)*24&lt;/STRONG&gt;) &amp;gt;= 48, '#93c47d', white())&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note: you might not need floor() based on your requirement.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 12:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Background-Color-Expression-in-TABLE/m-p/2017410#M84017</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2022-12-16T12:36:21Z</dc:date>
    </item>
  </channel>
</rss>

