<?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 Qlikview Background Color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57945#M769442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am trying to set a back ground color for a date to turn yellow if its within two months but once the due date is past then I want it to turn white. I used the expression below but it stays yellow even if the date is past due.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For instance already past days are still yellow. I inserted the expression in the background color definition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([Contract Renewal Date]&amp;lt;=today()+ 60, Yellow(), White())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>taylor_jesse</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Qlikview Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57945#M769442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am trying to set a back ground color for a date to turn yellow if its within two months but once the due date is past then I want it to turn white. I used the expression below but it stays yellow even if the date is past due.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For instance already past days are still yellow. I inserted the expression in the background color definition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([Contract Renewal Date]&amp;lt;=today()+ 60, Yellow(), White())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57945#M769442</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57946#M769443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Maybe this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;if([Contract Renewal Date]&amp;lt;=AddMonths(today(),-2), Yellow(), White())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Pratyush&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 13:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57946#M769443</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2018-06-05T13:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57947#M769444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;if([Contract Renewal Date]&amp;lt;=Date(today()+ 60), Yellow(), White())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 13:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57947#M769444</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-06-05T13:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57948#M769445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this expression and it didn't work out. It did not respond to the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 15:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57948#M769445</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-05T15:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57949#M769446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression works like my original expression. The background color works even for past dates. I only want it to work for upcoming dates that are 60 days away but once that date is past then the cell is suppose to turn white instead of yellow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 15:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57949#M769446</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-05T15:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57950#M769447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the format of your Date system variable (DateFormat) the same than the format of your field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;[Contract Renewal Date] ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 15:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57950#M769447</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-06-05T15:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Background Color</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57951#M769448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I used Date#() in the script to change it to date format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 18:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Background-Color/m-p/57951#M769448</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-05T18:37:14Z</dc:date>
    </item>
  </channel>
</rss>

