<?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 If not statement isn't working using MATCH in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-not-statement-isn-t-working-using-MATCH/m-p/189616#M52430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have the following statement in a script that doesn't work. If I take out the &amp;lt;&amp;gt; at the first bracket, the satement does work but I want to be able to exclude any call signs that are CY. I have tried to do a not match statement but wasn't succesful. What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&amp;lt;&amp;gt;left(CallSign_Assign,2)='CY' AND a8_responder=1,time_clock_start-time_effective_on_scene) as A8ExPrivProvOnScene&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2011 10:55:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-30T10:55:20Z</dc:date>
    <item>
      <title>If not statement isn't working using MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/If-not-statement-isn-t-working-using-MATCH/m-p/189616#M52430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have the following statement in a script that doesn't work. If I take out the &amp;lt;&amp;gt; at the first bracket, the satement does work but I want to be able to exclude any call signs that are CY. I have tried to do a not match statement but wasn't succesful. What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&amp;lt;&amp;gt;left(CallSign_Assign,2)='CY' AND a8_responder=1,time_clock_start-time_effective_on_scene) as A8ExPrivProvOnScene&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 10:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-not-statement-isn-t-working-using-MATCH/m-p/189616#M52430</guid>
      <dc:creator />
      <dc:date>2011-03-30T10:55:20Z</dc:date>
    </item>
    <item>
      <title>If not statement isn't working using MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/If-not-statement-isn-t-working-using-MATCH/m-p/189617#M52431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Try with the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;If(left(CallSign_Assign, 2) &amp;lt;&amp;gt; 'CY' AND a8_responder = 1, time_clock_start-time_effective_on_scene) as A8ExPrivProvOnScene&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 10:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-not-statement-isn-t-working-using-MATCH/m-p/189617#M52431</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-30T10:58:40Z</dc:date>
    </item>
    <item>
      <title>If not statement isn't working using MATCH</title>
      <link>https://community.qlik.com/t5/QlikView/If-not-statement-isn-t-working-using-MATCH/m-p/189618#M52432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "&amp;lt;&amp;gt;" cannot be in this place.&lt;BR /&gt;Your statement already considers only Callsigns starting with CY and a8=1, for all other values you will receive already a NULL-value.&lt;BR /&gt;If you wish to filter only for the above found values, you either have to put a WHERE-clause into your script, or do a preceding load with a WHERE-clause, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD * WHERE LEN(TRIM(A8ExPrivProvOnScene)) &amp;gt; 0; LOAD ... IF ....&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;HTH&lt;BR /&gt;Peter&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 11:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-not-statement-isn-t-working-using-MATCH/m-p/189618#M52432</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-03-30T11:02:29Z</dc:date>
    </item>
  </channel>
</rss>

