<?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: If statement in script - Error in expression: ')' expected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-statement-in-script-Error-in-expression-expected/m-p/620502#M681581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Dave,&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(delta &amp;lt;= -3, 'Early &amp;gt; -3',&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(delta &amp;lt;= 1, 'Early/+1',&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(delta &amp;gt;= 1, 'late',&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(delta &amp;gt;= -3 AND delta &amp;lt;= 1, 'On Time', 'n/a')))) as Delta_Classification,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2014 06:31:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-11T06:31:34Z</dc:date>
    <item>
      <title>If statement in script - Error in expression: ')' expected</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-in-script-Error-in-expression-expected/m-p/620499#M681578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while using following if statement in the load script I get the error: "Error in expression: ')' expected"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(delta &amp;lt;= -3, 'Early &amp;gt; -3',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(delta &amp;lt;= 1, 'Early/+1',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(delta &amp;gt;= 1, 'late',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(delta &amp;gt;= -3 AND &amp;lt;= 1, 'On Time', 'n/a')))) as Delta_Classification,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surfing different discussions they give the advice to use IF...THEN...END IF.&lt;/P&gt;&lt;P&gt;Nevertheless there wasn`t an example for multiple conditions like I have to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 15:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-in-script-Error-in-expression-expected/m-p/620499#M681578</guid>
      <dc:creator />
      <dc:date>2014-03-10T15:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: If statement in script - Error in expression: ')' expected</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-in-script-Error-in-expression-expected/m-p/620500#M681579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the error is:&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;"&gt; if(delta &amp;gt;= -3 AND delta &amp;lt;= 1, .... just add delta &amp;lt;=1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 15:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-in-script-Error-in-expression-expected/m-p/620500#M681579</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-10T15:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: If statement in script - Error in expression: ')' expected</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-in-script-Error-in-expression-expected/m-p/620501#M681580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks! Sometimes it is so easy...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 15:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-in-script-Error-in-expression-expected/m-p/620501#M681580</guid>
      <dc:creator />
      <dc:date>2014-03-10T15:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: If statement in script - Error in expression: ')' expected</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-in-script-Error-in-expression-expected/m-p/620502#M681581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Dave,&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(delta &amp;lt;= -3, 'Early &amp;gt; -3',&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(delta &amp;lt;= 1, 'Early/+1',&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(delta &amp;gt;= 1, 'late',&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(delta &amp;gt;= -3 AND delta &amp;lt;= 1, 'On Time', 'n/a')))) as Delta_Classification,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 06:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-in-script-Error-in-expression-expected/m-p/620502#M681581</guid>
      <dc:creator />
      <dc:date>2014-03-11T06:31:34Z</dc:date>
    </item>
  </channel>
</rss>

