<?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 Undefined function 'NZ' in expression. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Undefined-function-NZ-in-expression/m-p/169782#M40459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2011 20:51:36 GMT</pubDate>
    <dc:creator>dhborchardt</dc:creator>
    <dc:date>2011-03-18T20:51:36Z</dc:date>
    <item>
      <title>Undefined function 'NZ' in expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Undefined-function-NZ-in-expression/m-p/169780#M40457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a connection to an Access database. I click the select button and the query I want is not listed. I can get the query to show by removing a part of it. If I add that portion back in I will get the error "ErrorSource: Microsoft JET Database Engine, ErrorMsg: Undefined function 'NZ' in expression."&lt;/P&gt;&lt;P&gt;Does QlikView not like the NZ function? I have the SQL below with the the section that causes the problem in BOLD text. Maybe I should do this in the load scrip instead?&lt;/P&gt;&lt;P&gt;SELECT dbo_AbsDrgDiagnoses.DiagnosisSeqID, dbo_AbsDrgDiagnoses.Diagnosis, dbo_AbsDrgDiagnoses.DiagnosisName, dbo_AbsDrgDiagnoses.RowUpdateDateTime, dbo_AbsDrgDiagnoses.AbstractID, &lt;I&gt;&lt;B&gt;NZ([PresentAtAdmit],'N') AS AbsDiagCodes&lt;/B&gt;&lt;/I&gt;&lt;BR /&gt;FROM dbo_AbsDrgDiagnoses&lt;BR /&gt;WHERE (((dbo_AbsDrgDiagnoses.RowUpdateDateTime)&amp;gt;#9/1/2009#));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 19:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Undefined-function-NZ-in-expression/m-p/169780#M40457</guid>
      <dc:creator>dhborchardt</dc:creator>
      <dc:date>2011-03-18T19:29:18Z</dc:date>
    </item>
    <item>
      <title>Undefined function 'NZ' in expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Undefined-function-NZ-in-expression/m-p/169781#M40458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Note that it's not related to QlikView rather to the driver you are using, since QlikView doesn't parse what you SELECT, so I'd recommend to do a LOAD preceding the SQL SELECT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Table:LOAD dbo_AbsDrgDiagnoses.DiagnosisSeqID, dbo_AbsDrgDiagnoses.Diagnosis, dbo_AbsDrgDiagnoses.DiagnosisName, dbo_AbsDrgDiagnoses.RowUpdateDateTime, dbo_AbsDrgDiagnoses.AbstractID, &lt;STRONG&gt;If(Len([PresentAtAdmit]) = 0, 'N', [PresentAtAdmit]) AS AbsDiagCodes; // If the value is empty/null return "N", otherwise, the value&lt;/STRONG&gt;SQL SELECT dbo_AbsDrgDiagnoses.DiagnosisSeqID, dbo_AbsDrgDiagnoses.Diagnosis, dbo_AbsDrgDiagnoses.DiagnosisName, dbo_AbsDrgDiagnoses.RowUpdateDateTime, dbo_AbsDrgDiagnoses.AbstractID, [PresentAtAdmit]FROM dbo_AbsDrgDiagnosesWHERE (((dbo_AbsDrgDiagnoses.RowUpdateDateTime)&amp;gt;#9/1/2009#));&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>Fri, 18 Mar 2011 20:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Undefined-function-NZ-in-expression/m-p/169781#M40458</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-18T20:38:54Z</dc:date>
    </item>
    <item>
      <title>Undefined function 'NZ' in expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Undefined-function-NZ-in-expression/m-p/169782#M40459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 20:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Undefined-function-NZ-in-expression/m-p/169782#M40459</guid>
      <dc:creator>dhborchardt</dc:creator>
      <dc:date>2011-03-18T20:51:36Z</dc:date>
    </item>
  </channel>
</rss>

