<?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: 'SUBSTR' is not a recognized built-in function name- Script Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SUBSTR-is-not-a-recognized-built-in-function-name-Script-Error/m-p/1521412#M437560</link>
    <description>&lt;P&gt;I didn't see any field related from SELECT statement like red color? Did you taken any where?&lt;/P&gt;&lt;PRE&gt;SQL SELECT DATAAREAID,SUBSTR(STORE_NUMBER,4) as STORE_NUMBER1,&lt;BR /&gt;    STORE_NUMBER,SUPERVISOR,AREA,CATEGORY,SHOPNAME FROM shop_list &lt;BR /&gt;    where &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;REGION&lt;/STRONG&gt;&lt;/FONT&gt; = 'ACX' AND &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;COMPANY&lt;/STRONG&gt;&lt;/FONT&gt; = 'RETAIL' and STORE_NUMBER &amp;lt;&amp;gt; ' ';&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Dec 2018 07:16:38 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-12-17T07:16:38Z</dc:date>
    <item>
      <title>'SUBSTR' is not a recognized built-in function name- Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSTR-is-not-a-recognized-built-in-function-name-Script-Error/m-p/1521404#M437558</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting following .&lt;/P&gt;&lt;PRE&gt;Connector reply error: SQL##f - SqlState: 37000, ErrorCode: 195, ErrorMsg: [Microsoft][ODBC SQL Server Driver][SQL Server]'SUBSTR' is not a recognized built-in function name.: SQL SELECT DATAAREAID,SUBSTR(STORE_NUMBER,4) as STORE_NUMBER1,STORE_NUMBER,SUPERVISOR,AREA,CATEGORY,SHOPNAME FROM shop_list where REGION = 'UAE' AND COMPANY = 'RETAIL' and STORE_NUMBER &amp;lt;&amp;gt; ' '&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;My Script&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;SQL SELECT DATAAREAID,SUBSTR(STORE_NUMBER,4) as STORE_NUMBER1,STORE_NUMBER,SUPERVISOR,AREA,CATEGORY,SHOPNAME FROM shop_list where REGION = 'ACX' AND COMPANY = 'RETAIL' 
and STORE_NUMBER &amp;lt;&amp;gt; ' ';&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSTR-is-not-a-recognized-built-in-function-name-Script-Error/m-p/1521404#M437558</guid>
      <dc:creator>Jacob</dc:creator>
      <dc:date>2024-11-16T04:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: 'SUBSTR' is not a recognized built-in function name- Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSTR-is-not-a-recognized-built-in-function-name-Script-Error/m-p/1521407#M437559</link>
      <description>if you are extracting the data from SQL server try like this..&lt;BR /&gt;substring(STORE_NUMBER, Start_Position_Number, Length) as SortNumber1</description>
      <pubDate>Mon, 17 Dec 2018 07:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSTR-is-not-a-recognized-built-in-function-name-Script-Error/m-p/1521407#M437559</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2018-12-17T07:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: 'SUBSTR' is not a recognized built-in function name- Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSTR-is-not-a-recognized-built-in-function-name-Script-Error/m-p/1521412#M437560</link>
      <description>&lt;P&gt;I didn't see any field related from SELECT statement like red color? Did you taken any where?&lt;/P&gt;&lt;PRE&gt;SQL SELECT DATAAREAID,SUBSTR(STORE_NUMBER,4) as STORE_NUMBER1,&lt;BR /&gt;    STORE_NUMBER,SUPERVISOR,AREA,CATEGORY,SHOPNAME FROM shop_list &lt;BR /&gt;    where &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;REGION&lt;/STRONG&gt;&lt;/FONT&gt; = 'ACX' AND &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;COMPANY&lt;/STRONG&gt;&lt;/FONT&gt; = 'RETAIL' and STORE_NUMBER &amp;lt;&amp;gt; ' ';&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 07:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSTR-is-not-a-recognized-built-in-function-name-Script-Error/m-p/1521412#M437560</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-17T07:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: 'SUBSTR' is not a recognized built-in function name- Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSTR-is-not-a-recognized-built-in-function-name-Script-Error/m-p/1524674#M438317</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I undesrtand you are using SQL server , In SQL server we have Substring function as Substring(STORE_NUMBER,4)&lt;/P&gt;&lt;P&gt;And not Substr&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;STORE_NUMBER,4) , Chnage this and it should work&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 06:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSTR-is-not-a-recognized-built-in-function-name-Script-Error/m-p/1524674#M438317</guid>
      <dc:creator>swapniltaz</dc:creator>
      <dc:date>2018-12-28T06:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: 'SUBSTR' is not a recognized built-in function name- Script Error</title>
      <link>https://community.qlik.com/t5/QlikView/SUBSTR-is-not-a-recognized-built-in-function-name-Script-Error/m-p/1524742#M438318</link>
      <description>&lt;P&gt;Thanks for help&lt;/P&gt;&lt;P&gt;i have one more question&lt;/P&gt;&lt;P&gt;can u help me with this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Community/SQL-IsNull/m-p/1524405#M7802" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Community/SQL-IsNull/m-p/1524405#M7802&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 09:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SUBSTR-is-not-a-recognized-built-in-function-name-Script-Error/m-p/1524742#M438318</guid>
      <dc:creator>Jacob</dc:creator>
      <dc:date>2018-12-28T09:31:22Z</dc:date>
    </item>
  </channel>
</rss>

