<?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: How to use SQL function in joins in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208559#M874012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still facing the problem (I tried all the flows mentioned here)&lt;IMG alt="QlikviewError.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143983_QlikviewError.png" style="height: 350px; width: 620px;" /&gt;. Please find the screen shot of the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2016 04:37:03 GMT</pubDate>
    <dc:creator>rahulken</dc:creator>
    <dc:date>2016-11-16T04:37:03Z</dc:date>
    <item>
      <title>How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208553#M874003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently facing problem while using sql function in joins. It is giving mw the error as "Invalid object name dbo.&amp;lt;functionname&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following query as &lt;/P&gt;&lt;P&gt;Select E.EmpId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D.DeptName&lt;/P&gt;&lt;P&gt;from Employees E cross join dbo.GetEmployeeDetails(E.EmpId)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208553#M874003</guid>
      <dc:creator>rahulken</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208554#M874004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select E.EmpId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D.DeptName&lt;/P&gt;&lt;P&gt;from Employees E cross join &lt;/P&gt;&lt;P&gt;Select your fieldname &lt;/P&gt;&lt;P&gt;From dbo.GetEmployeeDetails(E.EmpId)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But are you sure you want to do cross join. I fear that join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 17:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208554#M874004</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2016-11-04T17:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208555#M874005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Use apply instead of join&amp;nbsp; when joining table valued functions.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;Select E.EmpId,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D.DeptName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; f&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;rom Employees E cross &lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #c00000; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;apply&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt; dbo.GetEmployeeDetails(E.EmpId)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 23:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208555#M874005</guid>
      <dc:creator />
      <dc:date>2016-11-04T23:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208556#M874007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;GetEmployeeDetails is a table name or what.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you describe more means share the screen which you get the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 01:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208556#M874007</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-05T01:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208557#M874009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you want something like this : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select E.EmpId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D.DeptName&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from Employees E&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;cross join&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;dbo.GetEmployeeDetails D&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;OR&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select E.EmpId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D.DeptName&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from Employees E , &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;dbo.GetEmployeeDetails D&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I dint get why you want to specify dbo?&amp;nbsp; normally if we want to specify specific table in specific Data base then we use this syntax :&amp;nbsp; dbo.DB_Name.Table_Name&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 03:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208557#M874009</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2016-11-05T03:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208558#M874011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try asking this question on a SQL Server support site. It has nothing to do with Qlikview. Once you have figured out what the correct sql statement is you can use it in Qlikview as it is. Qlikview only passes the sql statement to the oledb or odbc driver and receives the results from the driver.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2016 15:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208558#M874011</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-06T15:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208559#M874012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still facing the problem (I tried all the flows mentioned here)&lt;IMG alt="QlikviewError.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143983_QlikviewError.png" style="height: 350px; width: 620px;" /&gt;. Please find the screen shot of the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 04:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208559#M874012</guid>
      <dc:creator>rahulken</dc:creator>
      <dc:date>2016-11-16T04:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208560#M874013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here I tried apply also still faced this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 04:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208560#M874013</guid>
      <dc:creator>rahulken</dc:creator>
      <dc:date>2016-11-16T04:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208561#M874014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You did try a SQL support site as Gysbert suggested right? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 04:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208561#M874014</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-11-16T04:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208562#M874015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it on SQL and it works in query analyser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 04:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208562#M874015</guid>
      <dc:creator>rahulken</dc:creator>
      <dc:date>2016-11-16T04:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208563#M874016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Query properly works in SQL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 04:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208563#M874016</guid>
      <dc:creator>rahulken</dc:creator>
      <dc:date>2016-11-16T04:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208564#M874017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error that you are seeing is a SQL error. The SQL statement is passed as written to SQL and an error occurred in the ODBC driver or in SQL itself. Nothing was done in QV as no data was returned from the database. Did you check out the ODBC error message on the SQL web site?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 04:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208564#M874017</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-11-16T04:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208565#M874018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you said, What you have check with SQL Team. Have you asked this "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;dbo&lt;/STRONG&gt;". If so, Then Try to share full script &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 06:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208565#M874018</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-16T06:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208566#M874019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not yet check with SQL but the script works properly in SQL. I will check with SQL Team regarding ODBC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 06:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208566#M874019</guid>
      <dc:creator>rahulken</dc:creator>
      <dc:date>2016-11-16T06:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208567#M874021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you run T-SQL on same MSSQL server where QlikView document is connecting to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To me table function dbo.GetEmployeeDetails doesn't exists on MSSQL server where Qlikview document is connecting to from shown error message or account used by Qlikview document doesn't have permission to table function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 01:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208567#M874021</guid>
      <dc:creator />
      <dc:date>2016-11-17T01:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208568#M874023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where this table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;GetEmployeeDetails&lt;/STRONG&gt; Situated in. Can you add few points and try to share script with your child table and cartezion table.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 05:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208568#M874023</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-17T05:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208569#M874025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check in database the table is there or not, i too faced this in many times while extracting the data, my dba guys drop those tables in dev environment. may be check via sql first then try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 06:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208569#M874025</guid>
      <dc:creator />
      <dc:date>2016-11-17T06:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208570#M874027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function and tables are present. I executed the query in sql server and got the results also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 06:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208570#M874027</guid>
      <dc:creator>rahulken</dc:creator>
      <dc:date>2016-11-17T06:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SQL function in joins</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208571#M874029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry! First I placed "GetEmplyeeDetais" as placeholder function name. But the actual is given in the screen shot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 06:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SQL-function-in-joins/m-p/1208571#M874029</guid>
      <dc:creator>rahulken</dc:creator>
      <dc:date>2016-11-17T06:30:01Z</dc:date>
    </item>
  </channel>
</rss>

