<?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: Date colors based on Condition?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-colors-based-on-Condition/m-p/550627#M1126922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try looking at using the Class function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jan 2014 15:35:17 GMT</pubDate>
    <dc:creator>rustyfishbones</dc:creator>
    <dc:date>2014-01-03T15:35:17Z</dc:date>
    <item>
      <title>Date colors based on Condition??</title>
      <link>https://community.qlik.com/t5/QlikView/Date-colors-based-on-Condition/m-p/550625#M1126920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have a Date field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to calculate like this..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;[Date]&amp;lt;=10,'0-10',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Date]&amp;lt;=20,'11-20',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;[Date]&amp;lt;=35,'21-35',&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Date]&amp;lt;=45,'36-45','Lapsed'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to calculate..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 15:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-colors-based-on-Condition/m-p/550625#M1126920</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2014-01-03T15:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date colors based on Condition??</title>
      <link>https://community.qlik.com/t5/QlikView/Date-colors-based-on-Condition/m-p/550626#M1126921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Try something like this in your script or frontend&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;if( [Date]&amp;lt;=10,'0-10',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([Date]&amp;lt;=20,'11-20',&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;if(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;[Date]&amp;lt;=35,'11-35',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;if(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;[Date]&amp;lt;=45,'36-45','Lapsed'))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 15:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-colors-based-on-Condition/m-p/550626#M1126921</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-01-03T15:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date colors based on Condition??</title>
      <link>https://community.qlik.com/t5/QlikView/Date-colors-based-on-Condition/m-p/550627#M1126922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try looking at using the Class function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 15:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-colors-based-on-Condition/m-p/550627#M1126922</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-03T15:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date colors based on Condition??</title>
      <link>https://community.qlik.com/t5/QlikView/Date-colors-based-on-Condition/m-p/550628#M1126923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose i am using Straight table..&lt;/P&gt;&lt;P&gt;here calculate 4 columns 0-10,11-35, 36-45 and Lapsed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 15:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-colors-based-on-Condition/m-p/550628#M1126923</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2014-01-03T15:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date colors based on Condition??</title>
      <link>https://community.qlik.com/t5/QlikView/Date-colors-based-on-Condition/m-p/550629#M1126924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Calculated Dimension and add Swuehl IF statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to add colors just add it in the background color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-01-03_1548.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51054_2014-01-03_1548.png" style="width: 620px; height: 547px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 15:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-colors-based-on-Condition/m-p/550629#M1126924</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-03T15:52:49Z</dc:date>
    </item>
  </channel>
</rss>

