<?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: Qlikview Date Color Change setup in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55251#M770962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Passed dates are still showing Yellow. I will only want current upcoming dates within 6 months to show yellow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2018 14:14:29 GMT</pubDate>
    <dc:creator>taylor_jesse</dc:creator>
    <dc:date>2018-06-06T14:14:29Z</dc:date>
    <item>
      <title>Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55231#M770942</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;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&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&gt;if([Contract Renewal Date]&amp;lt;=today()+ 60, Yellow(), White())&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>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55231#M770942</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55232#M770943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure the field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Contract Renewal Date] actually contains date values and not just strings that only look like dates. You can use the date# function in the script to turn string values into date values. &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Feel free to post a small example demonstrating the problem if you get stuck.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 18:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55232#M770943</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-06-04T18:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55233#M770944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I added date() to the contract renewal date field but still getting the same result &lt;/P&gt;&lt;P&gt;I did&lt;/P&gt;&lt;P&gt;Date([Contract Renewal Date]) as [Contract Renewal Date].&lt;/P&gt;&lt;P&gt;Do you think maybe something needs to be aded to the expression so that when the date passes the yellow background color turns off?&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 18:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55233#M770944</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-04T18:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55234#M770945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The date() function only applies a format to a value. The date#() function can turn text values into date values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 07:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55234#M770945</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-06-05T07:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55235#M770946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changing adding date#() removed all the values in the cell. Do you think an expression can be written to make this change?&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 13:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55235#M770946</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-05T13:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55236#M770947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you read the online help about the date#() function?&lt;/P&gt;&lt;P&gt;If not, have a look at &lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/InterpretationFunctions/date_hash.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/InterpretationFunctions/date_hash.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/InterpretationFunctions/date_hash.…&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, it could be another problem altogether. Can you post a small example qlikview document that shows the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 15:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55236#M770947</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-06-05T15:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55237#M770948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the image below. The first date with yellow is now a past date and the background color still remains. &lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" src="https://attachment.outlook.office.net/owa/jesset@mail.smu.edu/service.svc/s/GetFileAttachment?id=AAMkADA2MjVhNmFkLWQ3YWYtNDEzOC1iMGUxLTkxMGFjZDYwODllNABGAAAAAABdKG%2FbLMOVSKWD1b0jCnMiBwAcD2NjmWUET5punlcCfr%2FVAAAA2AOKAABrI0azS%2FwtSbFTQSAAZ%2BuxAAEs4NNiAAABEgAQAFDnMPzJ9VJEvuk297k6JF0%3D&amp;amp;X-OWA-CANARY=FgvosA70iU68jIJU7iijJtBa4fT5ytUYGHuiSW0FhomYMz5v_-L9VPAOJ6nzHGlQLunKUDAtVxU.&amp;amp;token=eyJhbGciOiJSUzI1NiIsImtpZCI6IjA2MDBGOUY2NzQ2MjA3MzdFNzM0MDRFMjg3QzQ1QTgxOENCN0NFQjgiLCJ4NXQiOiJCZ0Q1OW5SaUJ6Zm5OQVRpaDhSYWdZeTN6cmciLCJ0eXAiOiJKV1QifQ.eyJ2ZXIiOiJFeGNoYW5nZS5DYWxsYmFjay5WMSIsImFwcGN0eHNlbmRlciI6Ik93YURvd25sb2FkQDBmNDUwZjJlLTMzNGYtNGJhZC1hODVjLTlhZGY3NjA1MWQ4YiIsImFwcGN0eCI6IntcIm1zZXhjaHByb3RcIjpcIm93YVwiLFwicHJpbWFyeXNpZFwiOlwiUy0xLTUtMjEtODAyNjY5NTQ0LTc0NTY1MTA0MS0zOTM4MzcwMTM3LTU0OTE0MjBcIixcInB1aWRcIjpcIjExNTM3NjU5MzE4NjUxMDY1ODBcIixcIm9pZFwiOlwiM2M3N2MwYjctN2ZhOS00ZTZhLWE4MTMtZDEwZGVkYjcyMjk0XCIsXCJzY29wZVwiOlwiT3dhRG93bmxvYWRcIn0iLCJuYmYiOjE1MjgyMTI5MjEsImV4cCI6MTUyODIxMzUyMSwiaXNzIjoiMDAwMDAwMDItMDAwMC0wZmYxLWNlMDAtMDAwMDAwMDAwMDAwQDBmNDUwZjJlLTMzNGYtNGJhZC1hODVjLTlhZGY3NjA1MWQ4YiIsImF1ZCI6IjAwMDAwMDAyLTAwMDAtMGZmMS1jZTAwLTAwMDAwMDAwMDAwMC9hdHRhY2htZW50Lm91dGxvb2sub2ZmaWNlLm5ldEAwZjQ1MGYyZS0zMzRmLTRiYWQtYTg1Yy05YWRmNzYwNTFkOGIifQ.DZPweczzUZCqr8OoNZSpUPVBrM9yz2zjLsWNrkYDS_TZ4SiG2IYTwVnLBIIuegQqBXuD1wV9jeseOZRQPAgZO7u8WO5MEi3Gm6GW30uSq9yGrsq4rmCHKoGmJJeox7GUx-Z2FhOfiHjRpBUIYWhbOzY4nxrCH41sT9EXocDKpd4iAgREYKjzpQaerGhp0YRrMq1rf-5td6jBZuTV-e0dhkrFZlIWYxUGfr8zOxCX_2CLxsaXBXz4ewWptAv79wvXWNFZ4lsquAZ5-itJB8nhrXKcKY4kMEnKud97OcfFLYjLorPj7RpQvm0E2ymTlnB0UQz3TM0gPeHrjxN7V18pJQ&amp;amp;owa=outlook.office.com&amp;amp;isImagePreview=True" style="color: #000000; font-family: -webkit-standard;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 15:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55237#M770948</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-05T15:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55238#M770949</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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: 13px;"&gt;=if(rangesum(before( YourExpression , 0, columno() )) = 0, yellow() )&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: 13px;"&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: 13px;"&gt;HTH&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: 13px;"&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: 13px;"&gt;André Gomes&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 15:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55238#M770949</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2018-06-05T15:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55239#M770950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you mean column() or columno?&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:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55239#M770950</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-05T15:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55240#M770951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/InterRecordFunctions/columnno.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/InterRecordFunctions/columnno.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/InterRecordFunctions/columnno…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 15:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55240#M770951</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2018-06-05T15:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55241#M770952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should use the fonction date#(field,'dd/mm/yyyy')&lt;/P&gt;&lt;P&gt;to check for the difference please go to the following link: &lt;A href="https://community.qlik.com/thread/97020"&gt;Date() vs Date#()&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 16:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55241#M770952</guid>
      <dc:creator>kfoudhaily</dc:creator>
      <dc:date>2018-06-05T16:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55242#M770953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use that function in the script, no values show at all in the straight table I did &lt;/P&gt;&lt;P&gt;date#([Contract Renewal Date],'dd/mm/yyyy') as [Contract Renewal Date]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 18:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55242#M770953</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-05T18:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55243#M770954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;if(rangesum(before(if([Contract Renewal Date]&amp;lt;=(today()+60),0,ColumnNo()))=0,yellow())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px;"&gt;Everything turned yellow &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="caret-color: #212121; color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 19:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55243#M770954</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-05T19:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55244#M770955</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;please share a small sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 09:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55244#M770955</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2018-06-06T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55245#M770956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I share a sample without sharing the whole document?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55245#M770956</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-06T13:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55246#M770957</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;just share a excel with little and scrambled data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55246#M770957</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2018-06-06T13:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55247#M770958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unable to attach any file just images, videos and links.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55247#M770958</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-06T13:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55248#M770959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make reply go to advanced editor!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55248#M770959</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2018-06-06T13:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55249#M770960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached file. I will like to make the background color yellow for contract renewal date that are 6 months away but once the date is passed then it should turn back to white.&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>Wed, 06 Jun 2018 13:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55249#M770960</guid>
      <dc:creator>taylor_jesse</dc:creator>
      <dc:date>2018-06-06T13:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Date Color Change setup</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55250#M770961</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;use this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Contract Renewal Date] &amp;gt; addmonths (Today(),6), LightRed(), White())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 14:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Date-Color-Change-setup/m-p/55250#M770961</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2018-06-06T14:03:53Z</dc:date>
    </item>
  </channel>
</rss>

