<?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: Not sure what I am doing wrong. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780097#M276454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Massimo: you are correct, did not read the syntax carefully enough&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2015 18:03:31 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2015-02-11T18:03:31Z</dc:date>
    <item>
      <title>Not sure what I am doing wrong.</title>
      <link>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780092#M276449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL##f - SqlState: S1000, ErrorCode: 920, ErrorMsg: [Oracle][ODBC][Ora]ORA-00920: invalid relational operator&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; corekey AS "corekey",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; coreid AS "coreid",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; coreconst AS "coreconst",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; corebrthyr AS "corebrthyr",&lt;BR /&gt;&amp;nbsp; corebrthmn AS "corebrthmn",&lt;BR /&gt;&amp;nbsp; corebrthdy AS "corebrthdy",&lt;BR /&gt;&amp;nbsp; coreprefyr AS "coreprefyr",&lt;BR /&gt;&amp;nbsp; coreprfsch AS "coreprfsch"&lt;BR /&gt;FROM corebio_full&lt;/P&gt;&lt;P&gt;WHERE not exists (select attrid,attrtype from attribute_full where attrid = coreid and attrtype in ('dnm','dnc','BOT','FBoD'))&lt;BR /&gt;AND not exists (select deathid from&amp;nbsp; death_full where deathid = coreid)&lt;BR /&gt;AND not exists (select phnid,phnnumber from phone_full where phnid = coreid and isnull(phnnumber))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get rid of any records that do not have a phone number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 18:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780092#M276449</guid>
      <dc:creator />
      <dc:date>2015-02-10T18:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not sure what I am doing wrong.</title>
      <link>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780093#M276450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From a syntax point of view I think isnull doesn't exist in Oracle&lt;/P&gt;&lt;P&gt;Try with NVL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 18:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780093#M276450</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-10T18:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Not sure what I am doing wrong.</title>
      <link>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780094#M276451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EXISTS is neither a valid syntax in SQL&lt;/P&gt;&lt;P&gt;Script may work with preceding load (where then the QV-commands are available):&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; corekey AS "corekey",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; coreid AS "coreid",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; coreconst AS "coreconst",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; corebrthyr AS "corebrthyr",&lt;BR /&gt;&amp;nbsp; corebrthmn AS "corebrthmn",&lt;BR /&gt;&amp;nbsp; corebrthdy AS "corebrthdy",&lt;BR /&gt;&amp;nbsp; coreprefyr AS "coreprefyr",&lt;BR /&gt;&amp;nbsp; coreprfsch AS "coreprfsch"&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333339691162px; line-height: 1.5em;"&gt;WHERE not exists (select attrid,attrtype from attribute_full where attrid = coreid and attrtype in ('dnm','dnc','BOT','FBoD'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AND not exists (select deathid from&amp;nbsp; death_full where deathid = coreid)&lt;BR /&gt;AND not exists (select phnid,phnnumber from phone_full where phnid = coreid and isnull(phnnumber));&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT * FROM ....&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 20:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780094#M276451</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-02-10T20:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Not sure what I am doing wrong.</title>
      <link>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780095#M276452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tammy - I am with Massimo. Please try NVL. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 20:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780095#M276452</guid>
      <dc:creator>manojkvrajan</dc:creator>
      <dc:date>2015-02-10T20:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Not sure what I am doing wrong.</title>
      <link>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780096#M276453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;exists (&amp;lt;subquery&amp;gt;)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;EM&gt;not exists (&amp;lt;subquery&amp;gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is a valid Oracle (and sql) syntax &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 21:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780096#M276453</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-10T21:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Not sure what I am doing wrong.</title>
      <link>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780097#M276454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Massimo: you are correct, did not read the syntax carefully enough&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 18:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-sure-what-I-am-doing-wrong/m-p/780097#M276454</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-02-11T18:03:31Z</dc:date>
    </item>
  </channel>
</rss>

