<?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: load sql file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597619#M736730</link>
    <description>&lt;P&gt;try like below&lt;/P&gt;&lt;P&gt;Tab 1:&lt;/P&gt;&lt;P&gt;LOAD Name,&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;rowno() as SNO,&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;[IP Address],&lt;BR /&gt;[Access Denied]&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\gvramasai\Desktop\2018 Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1)&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;where rowno() &amp;lt;10;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;No concatenate&lt;/P&gt;&lt;P&gt;Tab 2 :&lt;/P&gt;&lt;P&gt;LOAD Name,&lt;BR /&gt;rowno() as SNO,&lt;BR /&gt;[IP Address],&lt;BR /&gt;[Access Denied]&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\gvramasai\Desktop\2018 Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1)&lt;BR /&gt;where rowno() &amp;lt;10;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;try like this ,so that you will get 10 rows from each table.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;still if you are getting any issue then check like&lt;/P&gt;&lt;P&gt;Load table&amp;nbsp; 1 for 10 records&lt;/P&gt;&lt;P&gt;if everything is good comment the code till now&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load Table 2 for 10 records&lt;/P&gt;&lt;P&gt;if everything is good comment the code till now&amp;nbsp;&lt;/P&gt;&lt;P&gt;upto 5 tables you can check and confirm by yourself which table you are facing issue.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2019 10:19:13 GMT</pubDate>
    <dc:creator>ramasaisaksoft</dc:creator>
    <dc:date>2019-07-01T10:19:13Z</dc:date>
    <item>
      <title>load sql file</title>
      <link>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597501#M736723</link>
      <description>&lt;P&gt;hi everyone&lt;/P&gt;&lt;P&gt;i have connected my qlikview to sql server , as i am in retail company so every table in sql updates daily and have data from 2013 till now.&lt;/P&gt;&lt;P&gt;i want to load just 5 tables from sql server to qlikview.&lt;/P&gt;&lt;P&gt;i tried loading multiple table but after loading the data it doesnt show up.&lt;/P&gt;&lt;P&gt;please tell me how do i load my sql data that is from 2013 year .&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597501#M736723</guid>
      <dc:creator>riishabhz</dc:creator>
      <dc:date>2024-11-16T20:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: load sql file</title>
      <link>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597522#M736724</link>
      <description>&lt;P&gt;Could you please share the error encountered&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 06:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597522#M736724</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-07-01T06:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: load sql file</title>
      <link>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597525#M736726</link>
      <description>&lt;P&gt;my system got hanged up and didnt load as there are tons of rows in it&amp;nbsp; like from 2013 to 2019 date&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 06:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597525#M736726</guid>
      <dc:creator>riishabhz</dc:creator>
      <dc:date>2019-07-01T06:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: load sql file</title>
      <link>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597529#M736727</link>
      <description>&lt;P&gt;Go to debugger and run the code for around 100 rows and check so that we know is it the load which is causing the issue or any error in the script&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 06:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597529#M736727</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-07-01T06:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: load sql file</title>
      <link>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597542#M736729</link>
      <description>&lt;P&gt;its has loaded one table but when i try to load another table my system get crashed as it had lakhs of rows.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 07:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597542#M736729</guid>
      <dc:creator>riishabhz</dc:creator>
      <dc:date>2019-07-01T07:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: load sql file</title>
      <link>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597619#M736730</link>
      <description>&lt;P&gt;try like below&lt;/P&gt;&lt;P&gt;Tab 1:&lt;/P&gt;&lt;P&gt;LOAD Name,&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;rowno() as SNO,&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;[IP Address],&lt;BR /&gt;[Access Denied]&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\gvramasai\Desktop\2018 Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1)&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;where rowno() &amp;lt;10;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;No concatenate&lt;/P&gt;&lt;P&gt;Tab 2 :&lt;/P&gt;&lt;P&gt;LOAD Name,&lt;BR /&gt;rowno() as SNO,&lt;BR /&gt;[IP Address],&lt;BR /&gt;[Access Denied]&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\gvramasai\Desktop\2018 Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1)&lt;BR /&gt;where rowno() &amp;lt;10;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;try like this ,so that you will get 10 rows from each table.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;still if you are getting any issue then check like&lt;/P&gt;&lt;P&gt;Load table&amp;nbsp; 1 for 10 records&lt;/P&gt;&lt;P&gt;if everything is good comment the code till now&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load Table 2 for 10 records&lt;/P&gt;&lt;P&gt;if everything is good comment the code till now&amp;nbsp;&lt;/P&gt;&lt;P&gt;upto 5 tables you can check and confirm by yourself which table you are facing issue.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 10:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-sql-file/m-p/1597619#M736730</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2019-07-01T10:19:13Z</dc:date>
    </item>
  </channel>
</rss>

