<?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 SQL IsNull in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/SQL-IsNull/m-p/1524405#M43986</link>
    <description>&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;I am fetching data from SQL.&lt;/P&gt;&lt;P&gt;When i am loading below script i am getting error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Srcript:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Table;
LOAD  data,&lt;BR /&gt;      ---&lt;BR /&gt;      ----
sql SELECT DATAID,DECODE(NVL(STORE_NUMBER,'*'),'*',SAGE_WH,STORE_NUMBER) AS STORE_NUMBER,SUPERVISOR,AREA,COMPANY,STATUS,CATEGORY FROM list &lt;BR /&gt; where REGION IN ('USA','UK','IND','PAK','AUS') AND COMPANY = 'RETAIL' order by STATUS desc ;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;Connector reply error: SQL##f - SqlState: 37000, ErrorCode: 195, ErrorMsg: [Microsoft][ODBC SQL Server Driver][SQL Server]'NVL' is not a recognized built-in function name.: sql SELECT DATAID,DECODE(NVL(STORE_NUMBER,'*'),'*',SAGE_WH,STORE_NUMBER) AS STORE_NUMBER,SUPERVISOR,AREA,COMPANY,STATUS,CATEGORY FROM list where REGION IN ('USA','UK','IND','PAK','AUS') AND COMPANY = 'RETAIL' order by STATUS desc&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:41:12 GMT</pubDate>
    <dc:creator>Jacob</dc:creator>
    <dc:date>2024-11-16T21:41:12Z</dc:date>
    <item>
      <title>SQL IsNull</title>
      <link>https://community.qlik.com/t5/App-Development/SQL-IsNull/m-p/1524405#M43986</link>
      <description>&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;I am fetching data from SQL.&lt;/P&gt;&lt;P&gt;When i am loading below script i am getting error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Srcript:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Table;
LOAD  data,&lt;BR /&gt;      ---&lt;BR /&gt;      ----
sql SELECT DATAID,DECODE(NVL(STORE_NUMBER,'*'),'*',SAGE_WH,STORE_NUMBER) AS STORE_NUMBER,SUPERVISOR,AREA,COMPANY,STATUS,CATEGORY FROM list &lt;BR /&gt; where REGION IN ('USA','UK','IND','PAK','AUS') AND COMPANY = 'RETAIL' order by STATUS desc ;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;Connector reply error: SQL##f - SqlState: 37000, ErrorCode: 195, ErrorMsg: [Microsoft][ODBC SQL Server Driver][SQL Server]'NVL' is not a recognized built-in function name.: sql SELECT DATAID,DECODE(NVL(STORE_NUMBER,'*'),'*',SAGE_WH,STORE_NUMBER) AS STORE_NUMBER,SUPERVISOR,AREA,COMPANY,STATUS,CATEGORY FROM list where REGION IN ('USA','UK','IND','PAK','AUS') AND COMPANY = 'RETAIL' order by STATUS desc&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SQL-IsNull/m-p/1524405#M43986</guid>
      <dc:creator>Jacob</dc:creator>
      <dc:date>2024-11-16T21:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: SQL IsNull</title>
      <link>https://community.qlik.com/t5/App-Development/SQL-IsNull/m-p/1525044#M43987</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The NVL( ) function is available in Oracle, and not in&amp;nbsp; SQL Server. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This function is used to&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;replace&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;NULL value with another value and the ISNULL Function in SQL Server is used to obtain same functionality&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 06:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SQL-IsNull/m-p/1525044#M43987</guid>
      <dc:creator>swapniltaz</dc:creator>
      <dc:date>2018-12-31T06:24:59Z</dc:date>
    </item>
  </channel>
</rss>

