<?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: RAG status on dates in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/RAG-status-on-dates/m-p/2146181#M93250</link>
    <description>&lt;P&gt;This worked, thank you!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 10:10:32 GMT</pubDate>
    <dc:creator>New-here1</dc:creator>
    <dc:date>2023-12-11T10:10:32Z</dc:date>
    <item>
      <title>RAG status on dates</title>
      <link>https://community.qlik.com/t5/App-Development/RAG-status-on-dates/m-p/2146135#M93245</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have the following code:&lt;/P&gt;
&lt;P&gt;if([End Date]&amp;lt;Today(),red,&lt;BR /&gt;if([End Date]&amp;gt;7,today() and [End date]&amp;lt;30,today(),amber,&lt;BR /&gt;if[End Date]&amp;gt;30,today,green&lt;/P&gt;
&lt;P&gt;The first line to show everything in red that is today's dates or less&lt;BR /&gt;The second line to show everything in amber that is due end in 7 days or more but less than 30 days&lt;BR /&gt;The third line to show everything in green that is due to end in more than 30 days&lt;/P&gt;
&lt;P&gt;The above isn't working for me and I'm not how why. Could someone help please?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 08:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RAG-status-on-dates/m-p/2146135#M93245</guid>
      <dc:creator>New-here1</dc:creator>
      <dc:date>2023-12-11T08:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: RAG status on dates</title>
      <link>https://community.qlik.com/t5/App-Development/RAG-status-on-dates/m-p/2146142#M93246</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Try like below&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if([End Date]&amp;lt;Today(), redcolor,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if([End Date]&amp;lt;Today() + 30 and [End Date]&amp;gt;Today() + 7, ambercolor,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if([End Date]&amp;gt;Today() + 30, greencolor)))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 09:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RAG-status-on-dates/m-p/2146142#M93246</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2023-12-11T09:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: RAG status on dates</title>
      <link>https://community.qlik.com/t5/App-Development/RAG-status-on-dates/m-p/2146181#M93250</link>
      <description>&lt;P&gt;This worked, thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 10:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RAG-status-on-dates/m-p/2146181#M93250</guid>
      <dc:creator>New-here1</dc:creator>
      <dc:date>2023-12-11T10:10:32Z</dc:date>
    </item>
  </channel>
</rss>

