<?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 Script Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-Error/m-p/911149#M653118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if([Status]&amp;lt;&amp;gt;'YES', or&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; if([Status]&amp;lt;&amp;gt;'NO',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Date([fuTureDate])- Date(Today())&amp;lt;90, 'Red')))&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Am I doing anything wrong here ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2015 03:36:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-05T03:36:02Z</dc:date>
    <item>
      <title>Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error/m-p/911149#M653118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if([Status]&amp;lt;&amp;gt;'YES', or&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; if([Status]&amp;lt;&amp;gt;'NO',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Date([fuTureDate])- Date(Today())&amp;lt;90, 'Red')))&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Am I doing anything wrong here ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 03:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error/m-p/911149#M653118</guid>
      <dc:creator />
      <dc:date>2015-08-05T03:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error/m-p/911150#M653119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see an extra comma (,) before or and if clauseafter or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if([Status]&amp;lt;&amp;gt;'YES' or&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; [Status]&amp;lt;&amp;gt;'NO',&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Date([fuTureDate])- Date(Today())&amp;lt;90, 'Red')))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 03:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error/m-p/911150#M653119</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-05T03:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error/m-p/911151#M653120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or may be this to simplify it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;=If(WildMatch(Status, 'YES', 'NO'),&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG style="text-decoration: line-through;"&gt; If(fuTureDate - Today() &amp;lt; 90, 'Red'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;=If(not WildMatch(Status, 'YES', 'NO'),&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt; If(fuTureDate - Today() &amp;lt; 90, 'Red'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 03:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error/m-p/911151#M653120</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-05T03:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Error/m-p/911152#M653121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if([Status]&amp;lt;&amp;gt;'YES' or [Status]&amp;lt;&amp;gt;'NO', if(Date([OperativeBeginDate])- Date(Today())&amp;lt;90, 'Red'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 03:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Error/m-p/911152#M653121</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-08-05T03:43:03Z</dc:date>
    </item>
  </channel>
</rss>

