<?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: Execute SQL Function in Qlikview Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577364#M683176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you're using a different database user in QlikView connection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Feb 2014 20:16:34 GMT</pubDate>
    <dc:creator>rbecher</dc:creator>
    <dc:date>2014-02-12T20:16:34Z</dc:date>
    <item>
      <title>Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577355#M683167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikview Community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone successfuly used a sql function in qlikview? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen a ton of started conversations, but it seems we all get stuck with a permissions error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I can execute the function in sql with the same permissions, so I know that is not the true error.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope we can figure this out together!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577355#M683167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-12T19:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577356#M683168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I usually just pull all the fields I need and then in the preload i use qlikview functions.&lt;/P&gt;&lt;P&gt;You can give that a whirl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577356#M683168</guid>
      <dc:creator />
      <dc:date>2014-02-12T20:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577357#M683169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of SQL function? Can you post an example..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577357#M683169</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-12T20:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577358#M683170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a table based function or a scalar based function?&amp;nbsp; Have you tried wrapping the output from the function in a view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would try going to the Settings tab on the load script and tick the Open Databases In Read Write Mode tick box and add the text &lt;STRONG&gt;(mode is write)&lt;/STRONG&gt; after the connection string (between the &lt;STRONG&gt;] &lt;/STRONG&gt;and the &lt;STRONG&gt;; &lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope one of these things helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577358#M683170</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-02-12T20:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577359#M683171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use QlikView Function by preceding load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT32 TO .....:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DepartmentID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GroupName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date) as Year;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DepartmentID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GroupName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;FROM TableName;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577359#M683171</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-12T20:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577360#M683172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uh.., dangerous write mode.. Usually this shouldn't be needed to execute a function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577360#M683172</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-12T20:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577361#M683173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Personally I tend to avoid using write mode - I can only think of one case where I have had to (the only access I was given to the database was to a Stored Procedure that did some inserts before returning any data) but it is worth trying it to see if the function works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577361#M683173</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-02-12T20:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577362#M683174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to work with a user defined function.&amp;nbsp; Here is generic example, hope it paints the picture:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Field1,&lt;/P&gt;&lt;P&gt;Field2,&lt;/P&gt;&lt;P&gt;Field3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;Field1,&lt;/P&gt;&lt;P&gt;Field2,&lt;/P&gt;&lt;P&gt;Field3&lt;/P&gt;&lt;P&gt;From Database&lt;/P&gt;&lt;P&gt;Where Database.udf_Table (Field1) = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577362#M683174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-12T20:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577363#M683175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't tried wrapping - not sure what that entails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write mode is not an option for me, as the user base cannot have those rights.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577363#M683175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-12T20:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577364#M683176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you're using a different database user in QlikView connection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577364#M683176</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-12T20:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577365#M683177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was my first thought too, but the connection string is the correct user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577365#M683177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-12T20:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577366#M683178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By wrapping in a view I simply meant creating a view that includes the function.&amp;nbsp; So to take your example you could have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CREATE VIEW dbo.MyView&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AS&lt;/STRONG&gt;&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;&lt;STRONG&gt;SELECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Field1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Field2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Field3&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;From Database&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where Database.udf_Table (Field1) = 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;GO&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QlikView would then simply load from the view:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SQL SELECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM dbo.MyView&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This way the fact that a function is being called is one step removed from QlikView.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You may find that the user requires rights above what they currently have in order to execute the User Defined Function.&amp;nbsp; Have you tried firing it in Query Analyser whilst logged in as that user?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Steve&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577366#M683178</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-02-12T20:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577367#M683179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this makes it more complicated because now you have two database objects where you need to grant the rights. The original SQL statement should be fine and will not be touched by QlikView. It's just passed thru the ODBC/OLEDB connection. Of course there could be an issue although..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577367#M683179</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-12T20:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Execute SQL Function in Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577368#M683180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends, I have a similar situation. Do we have any standard procedure for executing the SQL table function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 19:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-SQL-Function-in-Qlikview-Script/m-p/577368#M683180</guid>
      <dc:creator />
      <dc:date>2014-12-29T19:18:20Z</dc:date>
    </item>
  </channel>
</rss>

