<?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: SQL FUNCTION IN SELECT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684421#M670711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added SQL but did not work either!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 20:09:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-08T20:09:18Z</dc:date>
    <item>
      <title>SQL FUNCTION IN SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684414#M670704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use a SQL prebuilt function in my SELECT statement&amp;nbsp; but it errors out saying " not found". Do you know why this would be happening. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script I am using is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;*;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECT &lt;/P&gt;&lt;P&gt; dbo.fn_adjusted_date( table.column1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM [ARSystem].[dbo].&lt;TABLE&gt; (NOLOCK)&lt;P&gt;&lt;/P&gt;&lt;P&gt;order by column1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing any syntax?&lt;/P&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 17:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684414#M670704</guid>
      <dc:creator />
      <dc:date>2014-10-08T17:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL FUNCTION IN SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684415#M670705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Order by Column 1 is the mistake what i think qlikview didn't read column 1 please pass column name instead of column 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 17:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684415#M670705</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-10-08T17:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: SQL FUNCTION IN SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684416#M670706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used the column_name ... not column 1... Sorry to confuse you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 17:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684416#M670706</guid>
      <dc:creator />
      <dc:date>2014-10-08T17:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: SQL FUNCTION IN SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684417#M670707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sql keyword is missing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif;"&gt;ODBC CONNECT TO ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sql &lt;/STRONG&gt;SELECT&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;dbo.fn_adjusted_date( table.column1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [ARSystem].[dbo].&lt;TABLE&gt; (NOLOCK)&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;order by column1;&lt;/P&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 17:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684417#M670707</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-08T17:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: SQL FUNCTION IN SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684418#M670708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can check the syntax of the sql select with your db tool&lt;/P&gt;&lt;P&gt;if the db is sql server, sql server management studio&lt;/P&gt;&lt;P&gt;then, when you have a checked statement, copy it in qlikview and add load *;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 18:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684418#M670708</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-08T18:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: SQL FUNCTION IN SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684419#M670709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anbu is right SQL keyword is missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 19:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684419#M670709</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-10-08T19:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: SQL FUNCTION IN SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684420#M670710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SELECT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;column_name&lt;/P&gt;&lt;P&gt; FROM [nameDB.[dbo].[name_table] &lt;/P&gt;&lt;P&gt;order by colum_name;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 19:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684420#M670710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-08T19:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: SQL FUNCTION IN SELECT</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684421#M670711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added SQL but did not work either!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 20:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-FUNCTION-IN-SELECT/m-p/684421#M670711</guid>
      <dc:creator />
      <dc:date>2014-10-08T20:09:18Z</dc:date>
    </item>
  </channel>
</rss>

