<?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: Within last 7 days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Within-last-7-days/m-p/936649#M962565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex, you should remove the last comma, and numbers doesn't need to be between simple quotes:&lt;/P&gt;&lt;P&gt;IF(Today()-Ideas.CalendarDate&amp;lt;8,RGB(255,0,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will only work where there is only one value for Ideas.CalendarDate, if ther are more than one value you'll need some kind of aggregation to return only one value, ie:&lt;/P&gt;&lt;P&gt;IF(Today()-Max(Ideas.CalendarDate)&amp;lt;8,RGB(255,0,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 10:21:31 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2015-10-08T10:21:31Z</dc:date>
    <item>
      <title>Within last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/Within-last-7-days/m-p/936648#M962563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need some text changed to red if the Ideas.CalendarDate is within the last 7 days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think this is right though. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Today()-Ideas.CalendarDate&amp;lt;'8',RGB(255,0,0),)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 10:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Within-last-7-days/m-p/936648#M962563</guid>
      <dc:creator />
      <dc:date>2015-10-08T10:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Within last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/Within-last-7-days/m-p/936649#M962565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex, you should remove the last comma, and numbers doesn't need to be between simple quotes:&lt;/P&gt;&lt;P&gt;IF(Today()-Ideas.CalendarDate&amp;lt;8,RGB(255,0,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will only work where there is only one value for Ideas.CalendarDate, if ther are more than one value you'll need some kind of aggregation to return only one value, ie:&lt;/P&gt;&lt;P&gt;IF(Today()-Max(Ideas.CalendarDate)&amp;lt;8,RGB(255,0,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 10:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Within-last-7-days/m-p/936649#M962565</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-08T10:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Within last 7 days</title>
      <link>https://community.qlik.com/t5/QlikView/Within-last-7-days/m-p/936650#M962567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;if(Ideas.CalendarDate &amp;gt;=Date(Today()-7) and &lt;STRONG&gt;&lt;EM&gt;Ideas.CalendarDate &amp;lt;=Date(Today()),RGB(255,0,0))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 10:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Within-last-7-days/m-p/936650#M962567</guid>
      <dc:creator />
      <dc:date>2015-10-08T10:29:44Z</dc:date>
    </item>
  </channel>
</rss>

