<?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 Coloring a entry - changing date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Coloring-a-entry-changing-date/m-p/402164#M559297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a small problem and I am pretty sure that you could help me with your QV experience. I have already build the whole .qvw but I need a additional Information out of a Listbox. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a diagramm (looking like a Excel spreadsheet) with Name, Amount ,.. out of a CRM system. I also have the Date when this entry was edited the last time. What I want now is that every entry that wasn't changed since 1 month will be colored in a specific colour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Last change in the Entry: 2013-31-01 18:30:12&amp;nbsp;&amp;nbsp;&amp;nbsp; Today: 2013-30-04 20:00:12&amp;nbsp;&amp;nbsp; Now I want that this entry is colored in a specific colour. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that you can help me with my problem. I am happy about every hint that you can give me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 20:13:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-23T20:13:44Z</dc:date>
    <item>
      <title>Coloring a entry - changing date</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-a-entry-changing-date/m-p/402164#M559297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a small problem and I am pretty sure that you could help me with your QV experience. I have already build the whole .qvw but I need a additional Information out of a Listbox. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a diagramm (looking like a Excel spreadsheet) with Name, Amount ,.. out of a CRM system. I also have the Date when this entry was edited the last time. What I want now is that every entry that wasn't changed since 1 month will be colored in a specific colour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Last change in the Entry: 2013-31-01 18:30:12&amp;nbsp;&amp;nbsp;&amp;nbsp; Today: 2013-30-04 20:00:12&amp;nbsp;&amp;nbsp; Now I want that this entry is colored in a specific colour. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that you can help me with my problem. I am happy about every hint that you can give me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 20:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-a-entry-changing-date/m-p/402164#M559297</guid>
      <dc:creator />
      <dc:date>2013-05-23T20:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring a entry - changing date</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-a-entry-changing-date/m-p/402165#M559298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try an background color attribute expression (which you can edit on dimension and expression tab when clicking on the small plus sign next to e.g. the expression label).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( Date &amp;lt;= addmonths(today(),-1), lightred() )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your date is not unambiguous per your dimension, try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( max(Date) &amp;lt;= addmonths(today(),-1), lightred() )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 20:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-a-entry-changing-date/m-p/402165#M559298</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-05-23T20:59:08Z</dc:date>
    </item>
  </channel>
</rss>

