<?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 - SQL to QlikView? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879615#M659199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anbu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do a oledb connect but it comes up with the error when trying to run the function which is part of the sql??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2015 04:47:53 GMT</pubDate>
    <dc:creator>josephinetedesc</dc:creator>
    <dc:date>2015-04-22T04:47:53Z</dc:date>
    <item>
      <title>How to - SQL to QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879613#M659197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have my SQL query working using MicrosoftSQL Server management Studio - I can get it to produce a CSV file (but without headers) - I can hard code them in - but QlikView does not pick up all the rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I import an SQL - get rid of all the "" but then I have problems with QlikView not recognising a function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way forward?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is thee a document that I can read anywhere?&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 02:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879613#M659197</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-04-22T02:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to - SQL to QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879614#M659198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can connect to Sql server from Qlikview and run the Sql already you have as is. Did you try connecting from Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 04:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879614#M659198</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-04-22T04:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to - SQL to QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879615#M659199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anbu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do a oledb connect but it comes up with the error when trying to run the function which is part of the sql??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 04:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879615#M659199</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-04-22T04:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to - SQL to QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879616#M659200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josephine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best would be directly connect QlikView with your SQL database , like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create the odbc in control panel (windows) and set the database&lt;/P&gt;&lt;P&gt;2) go to qlikview, edit script and use the button "Connect"&lt;/P&gt;&lt;P&gt;3) put the user and password&lt;/P&gt;&lt;P&gt;4) go to the button "Select" &lt;/P&gt;&lt;P&gt;5) all the table will be appear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 04:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879616#M659200</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-04-22T04:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to - SQL to QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879617#M659201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the function you tried? Is it present in Sql server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the sql you tried and error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 04:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879617#M659201</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-04-22T04:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to - SQL to QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879618#M659202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josephine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's a normal Transact SQL query, you can use it in the QlikView script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're running into an issue of functions that are available in SQL, but can't be used in QlikView, you can either try and replicate - using a QlikView function or create a view in SQL and read that in as a table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 05:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879618#M659202</guid>
      <dc:creator>kangaroomac</dc:creator>
      <dc:date>2015-04-22T05:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to - SQL to QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879619#M659203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian&lt;/P&gt;&lt;P&gt;The function is one which works from within the MS SQL Server environment.  Not standard sql functions as such.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if the best thing to do would be to get the sql server to spit out a table each night and then get QlikView to work on the table using the odbc connect as suggested by Amit.  Then QlikView can be automated to run daily as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That  means my problem is with MS SQL Server – I need to get it to save a table/view/csv file  I can use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile I can copy/paste the output of the query from MS SQL Server into Excel and work on that.  Sounds like a good plan or a waste of time?&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 05:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879619#M659203</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-04-22T05:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to - SQL to QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879620#M659204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josephine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you view the results in SQL Management Console by creating a view? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you can load the view into QlikView as if it were a table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way you can still use the function in SQL but don't have to have the extra step of writing to a file and reading from it with another application (QlikView). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 05:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879620#M659204</guid>
      <dc:creator>kangaroomac</dc:creator>
      <dc:date>2015-04-22T05:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to - SQL to QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879621#M659205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi may be this is a hint... when you setup ODBC datae source connection manager make sure that ODBC connection is created at under System DSN and not USER DSN Regards Ziad &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 05:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879621#M659205</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2015-04-22T05:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to - SQL to QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879622#M659206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;have to clicked the FORCE 32 bit check box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 06:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879622#M659206</guid>
      <dc:creator />
      <dc:date>2015-04-22T06:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to - SQL to QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879623#M659207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;That&amp;nbsp; means my problem is with MS SQL Server – I need to get it to save a table/view/csv file&amp;nbsp; I can use? ---- u can save either of any format "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;table/view/csv &lt;/SPAN&gt;".&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 09:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-SQL-to-QlikView/m-p/879623#M659207</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-22T09:56:45Z</dc:date>
    </item>
  </channel>
</rss>

