<?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: Sqlserver with qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526356#M1129876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your question is not clear please give us more clarifications, but you can use where statement in your script to load specific data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Dec 2013 10:57:52 GMT</pubDate>
    <dc:creator>Yousef_Amarneh</dc:creator>
    <dc:date>2013-12-04T10:57:52Z</dc:date>
    <item>
      <title>Sqlserver with qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526355#M1129875</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 am new to qlikview.suppose i have 15 tables in sqlserver.there any many columns like 14 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is after getting connected with sql to qlikview we can get the required data and we can perform scripting.but i have large data in sql so i dont want to load the data much.i want to get the data based on some condition would be better because of performnace issue on qlikview.is there any need of script to work on sql to get the data (or) generally loading the tables into qlikview and do scripting which one will generally happens in organisations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body pls help me people who work on sql with qlikview .&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 10:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526355#M1129875</guid>
      <dc:creator />
      <dc:date>2013-12-04T10:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlserver with qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526356#M1129876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your question is not clear please give us more clarifications, but you can use where statement in your script to load specific data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 10:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526356#M1129876</guid>
      <dc:creator>Yousef_Amarneh</dc:creator>
      <dc:date>2013-12-04T10:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlserver with qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526357#M1129877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can get all 15 tables in qlikview and we can do that work on that data like normal exceldata.but loading unnessarily all the tables and all the recors is will lead to performnce issue right.so i need specified records only in that case i need to write sql queries to retrieve the data or is there any options generally in organisations which way they follow like getting all the tables or getting the specified data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 11:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526357#M1129877</guid>
      <dc:creator />
      <dc:date>2013-12-04T11:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlserver with qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526358#M1129878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use where statement in your load expression, like load * from Sales where year=2013&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 11:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526358#M1129878</guid>
      <dc:creator>Yousef_Amarneh</dc:creator>
      <dc:date>2013-12-04T11:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlserver with qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526359#M1129879</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;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;MyTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;LOAD *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;SQL SELECT X, Y, Z FROM TABLE_SQL1 WHERE .....;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;You the SQL you want that is accepted by your database. You use the WHERE statement to get only the data you want.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New';"&gt;Fabrice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 11:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526359#M1129879</guid>
      <dc:creator />
      <dc:date>2013-12-04T11:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlserver with qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526360#M1129880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u so much i got clarified the doubt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 12:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sqlserver-with-qlikview/m-p/526360#M1129880</guid>
      <dc:creator />
      <dc:date>2013-12-04T12:29:14Z</dc:date>
    </item>
  </channel>
</rss>

