<?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 How can i do any comand in normal SQL after i load an excel file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-i-do-any-comand-in-normal-SQL-after-i-load-an-excel-file/m-p/646294#M672170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;with multiple rows and column?I want to make normal select for when 2 column from the excel are x and y then the other 2 related to those values to show,?normaly I do in editor script after load done ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * from.........FROM [TOT NECESAR.xlsx] (ooxml, embedded labels, table is Foaie1);&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [Excel Files;DBQ=C:\Users\simion.alexandru\Desktop\Project\export segmentant\TOT NECESAR.xlsx] (XUserId is HfGXWZFPNDcYWcNMZLdGXPB, XPassword is bIcEVYEHYBOCTcAHYREB);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;but both ways don t work when i try reload and don t even know if i do somethign stupid or not its all new to me.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question is can i see anywhere the queries if i manage to get then to work or evertime reload needed?&lt;/P&gt;&lt;P&gt;i want to make use of 4 column in the excel to make multiple select so i get values and make an interface like start with a value given from 2 input manually in 2 of the column from the excel gives a result with 1 value per each column and from there use other to expand to other liason for each one till no more relation.(was advised to use a clause (have experience with SQL but never used a clause)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2014 11:24:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-08T11:24:03Z</dc:date>
    <item>
      <title>How can i do any comand in normal SQL after i load an excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-do-any-comand-in-normal-SQL-after-i-load-an-excel-file/m-p/646294#M672170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;with multiple rows and column?I want to make normal select for when 2 column from the excel are x and y then the other 2 related to those values to show,?normaly I do in editor script after load done ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * from.........FROM [TOT NECESAR.xlsx] (ooxml, embedded labels, table is Foaie1);&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [Excel Files;DBQ=C:\Users\simion.alexandru\Desktop\Project\export segmentant\TOT NECESAR.xlsx] (XUserId is HfGXWZFPNDcYWcNMZLdGXPB, XPassword is bIcEVYEHYBOCTcAHYREB);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;but both ways don t work when i try reload and don t even know if i do somethign stupid or not its all new to me.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question is can i see anywhere the queries if i manage to get then to work or evertime reload needed?&lt;/P&gt;&lt;P&gt;i want to make use of 4 column in the excel to make multiple select so i get values and make an interface like start with a value given from 2 input manually in 2 of the column from the excel gives a result with 1 value per each column and from there use other to expand to other liason for each one till no more relation.(was advised to use a clause (have experience with SQL but never used a clause)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-do-any-comand-in-normal-SQL-after-i-load-an-excel-file/m-p/646294#M672170</guid>
      <dc:creator />
      <dc:date>2014-09-08T11:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can i do any comand in normal SQL after i load an excel file</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-do-any-comand-in-normal-SQL-after-i-load-an-excel-file/m-p/646295#M672171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry i write very fast and made a lto of mystakes and also copy paste i see go bad.&lt;/P&gt;&lt;P&gt;So more easily i have one excel file with a lot of columns.&lt;/P&gt;&lt;P&gt;I one Qlik i click InsertScript and load the excel file&amp;nbsp; in 2 ways i see on the net so far:&lt;/P&gt;&lt;P&gt;Load Table and finish or&amp;nbsp; connect ODBC adn put user,pass and select there excel and what column to show&amp;nbsp; on the Qlik screen.&lt;/P&gt;&lt;P&gt;After i do that i go Insertscript again to make Select and other stuff i need in normal SQL that i know&amp;nbsp; and you see up code used in both cases&amp;nbsp; select fail when i reload .&lt;/P&gt;&lt;P&gt;Its strange i am used to simple way create table ... select from table i can see it&amp;nbsp; and the result of the query ,but here i am lost at see&amp;nbsp; no command&amp;nbsp; and i am doing somethign wrong but can even see what in the error given as a hint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-do-any-comand-in-normal-SQL-after-i-load-an-excel-file/m-p/646295#M672171</guid>
      <dc:creator />
      <dc:date>2014-09-08T11:35:58Z</dc:date>
    </item>
  </channel>
</rss>

