<?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: query from excell in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805876#M284503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I mean is that I want to query in SQL when filtering operations subject which comes from Excel file.&lt;/P&gt;&lt;P&gt;For example, a list of names existed in an Excel file and I would like to be shown to me only those names from the all names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem with the &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="7597" data-externalid="" data-presence="null" data-userid="150721" data-username="dreamer4" href="https://community.qlik.com/people/dreamer4" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;max dreamer and &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;A href="https://community.qlik.com/people/bwisenoSimenKG"&gt;bwisenoSimenKG&lt;/A&gt;&lt;/STRONG&gt; Suggestion is that i need to run the all table and its very big.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 11:58:57 GMT</pubDate>
    <dc:creator>amiroh81</dc:creator>
    <dc:date>2014-12-10T11:58:57Z</dc:date>
    <item>
      <title>query from excell</title>
      <link>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805870#M284497</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;I try to write query in SQL and to add condition from XLS file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example :&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from id_table&lt;/P&gt;&lt;P&gt;where id in (load id from excell)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the right syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advaned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 11:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805870#M284497</guid>
      <dc:creator>amiroh81</dc:creator>
      <dc:date>2014-12-10T11:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: query from excell</title>
      <link>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805871#M284498</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;lt;FilePath\File.xlsx&amp;gt;&lt;/P&gt;&lt;P&gt;(ooxml, no labels, table is Page1)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where upper(B) = 'ADMIN'&lt;/STRONG&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 11:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805871#M284498</guid>
      <dc:creator />
      <dc:date>2014-12-10T11:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: query from excell</title>
      <link>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805872#M284499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't use select command for excel data[flat files]. &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident id_table&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where id exists(id,id)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 11:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805872#M284499</guid>
      <dc:creator />
      <dc:date>2014-12-10T11:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: query from excell</title>
      <link>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805873#M284500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No this way is not possible you have to use where exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExcelTab:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;ID,Amt&lt;/P&gt;&lt;P&gt;A,203&lt;/P&gt;&lt;P&gt;B,304&lt;/P&gt;&lt;P&gt;C,105&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Id_Table:&lt;/P&gt;&lt;P&gt;LOAD * Inline&amp;nbsp; [&lt;/P&gt;&lt;P&gt;ID,Value&lt;/P&gt;&lt;P&gt;A,20&lt;/P&gt;&lt;P&gt;B,30&lt;/P&gt;&lt;P&gt;D,45&lt;/P&gt;&lt;P&gt;E,50&amp;nbsp; ] Where Exists(ID,ID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table ExcelTab; //And do not forget to drop this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 11:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805873#M284500</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-10T11:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: query from excell</title>
      <link>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805874#M284501</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;Try like&lt;/P&gt;&lt;P&gt;1st load you excell data&lt;/P&gt;&lt;P&gt;then load data from SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load ID&lt;/P&gt;&lt;P&gt;from Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from id_table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 11:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805874#M284501</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-12-10T11:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: query from excell</title>
      <link>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805875#M284502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First load the ID's you want to load from the excel file.&lt;/P&gt;&lt;P&gt;ValidIDs&lt;/P&gt;&lt;P&gt;Load ID as ValidIDs from Excel.xls [...];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you load the SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Id_Table:&lt;/P&gt;&lt;P&gt;Load * where Exists(ValidIDs,ID);&lt;BR /&gt;SQL Select * from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;id_table;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table ValidIDs;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 11:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805875#M284502</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2014-12-10T11:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: query from excell</title>
      <link>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805876#M284503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I mean is that I want to query in SQL when filtering operations subject which comes from Excel file.&lt;/P&gt;&lt;P&gt;For example, a list of names existed in an Excel file and I would like to be shown to me only those names from the all names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem with the &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="7597" data-externalid="" data-presence="null" data-userid="150721" data-username="dreamer4" href="https://community.qlik.com/people/dreamer4" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;max dreamer and &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;A href="https://community.qlik.com/people/bwisenoSimenKG"&gt;bwisenoSimenKG&lt;/A&gt;&lt;/STRONG&gt; Suggestion is that i need to run the all table and its very big.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 11:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805876#M284503</guid>
      <dc:creator>amiroh81</dc:creator>
      <dc:date>2014-12-10T11:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: query from excell</title>
      <link>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805877#M284504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExcelTab:&lt;/P&gt;&lt;P&gt;Load ID From Excel Source; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MainTab:&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from id_table &lt;STRONG&gt;Where(ID,id)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table ExcelTab; //Do not forget to drop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805877#M284504</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-10T12:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: query from excell</title>
      <link>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805878#M284505</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;if there are not many names/ids from the Excel file, you could generate a string to filter the values directly in the WHERE clause of your SQL statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// You need to generate the string dyanmically from the Excel data&lt;/P&gt;&lt;P&gt;SET $FilterString="'ABC','BCD','DEF'";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM id_table&lt;/P&gt;&lt;P&gt;WHERE ID IN ($(FilterString));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805878#M284505</guid>
      <dc:creator>tombombadil</dc:creator>
      <dc:date>2014-12-10T12:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: query from excell</title>
      <link>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805879#M284506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ID:&lt;/P&gt;&lt;P&gt;LOad Concat(Chr(39) &amp;amp; ID &amp;amp; Chr(39),',') As ID;&lt;/P&gt;&lt;P&gt;LOAD ID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[File.xlsx]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vId=Peek('ID',0,'ID');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sql Select * from Table where ID in $(vId);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805879#M284506</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-10T12:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: query from excell</title>
      <link>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805880#M284507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;P&gt;i need to add Brackets on :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sql Select * from Table where ID in &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; $(vId) &lt;STRONG&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 07:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-from-excell/m-p/805880#M284507</guid>
      <dc:creator>amiroh81</dc:creator>
      <dc:date>2014-12-11T07:59:51Z</dc:date>
    </item>
  </channel>
</rss>

