<?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 select data from other TableBox? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-select-data-from-other-TableBox/m-p/240985#M91436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You have to use the RESIDENT syntax :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&amp;lt;pre&amp;gt;&lt;STRONG&gt;&lt;EM&gt;SelectingDataByParams:&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;SQL SELECT fld1, fld2&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;RESIDENT&lt;/EM&gt; &lt;EM&gt;SelectingAllData&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;WHERE fld3 &amp;gt;= $(Var01) and fld4 = $(Var02);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I hope that helps you&lt;BR /&gt;Martin&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 May 2010 13:49:43 GMT</pubDate>
    <dc:creator>martin59</dc:creator>
    <dc:date>2010-05-14T13:49:43Z</dc:date>
    <item>
      <title>How select data from other TableBox?</title>
      <link>https://community.qlik.com/t5/QlikView/How-select-data-from-other-TableBox/m-p/240984#M91435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need show 2 TableBox on one Sheet.&lt;BR /&gt;1st TableBox (SelectingAllData) consists ALL data from one table.&lt;BR /&gt;2nd TableBox (SelectingDataByParams) will be include part data of 1st TableBox.&lt;BR /&gt;I would like implement changes for 2nd TableBox without full Reload data.&lt;BR /&gt;Help me plz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;SelectingAllData:&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;SQL SELECT fld1, fld2, fld3, fld4 FROM tblData;&lt;BR /&gt;// code below is wrong and it is my question&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;SelectingDataByParams:&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;SQL SELECT fld1, fld2&lt;BR /&gt;FROM &lt;STRONG&gt;&lt;EM&gt;SelectingAllData&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;WHERE fld3 &amp;gt;= $(Var01) and fld4 = $(Var02);&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 13:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-select-data-from-other-TableBox/m-p/240984#M91435</guid>
      <dc:creator />
      <dc:date>2010-05-14T13:39:51Z</dc:date>
    </item>
    <item>
      <title>Re. :How select data from other TableBox?</title>
      <link>https://community.qlik.com/t5/QlikView/How-select-data-from-other-TableBox/m-p/240985#M91436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You have to use the RESIDENT syntax :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&amp;lt;pre&amp;gt;&lt;STRONG&gt;&lt;EM&gt;SelectingDataByParams:&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;SQL SELECT fld1, fld2&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;RESIDENT&lt;/EM&gt; &lt;EM&gt;SelectingAllData&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;WHERE fld3 &amp;gt;= $(Var01) and fld4 = $(Var02);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I hope that helps you&lt;BR /&gt;Martin&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 13:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-select-data-from-other-TableBox/m-p/240985#M91436</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-05-14T13:49:43Z</dc:date>
    </item>
    <item>
      <title>Re. :How select data from other TableBox?</title>
      <link>https://community.qlik.com/t5/QlikView/How-select-data-from-other-TableBox/m-p/240986#M91437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;This code raises error during Reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Martin Favier wrote:&lt;BR /&gt;You have to use the RESIDENT syntax :&lt;BR /&gt;SelectingDataByParams:&lt;BR /&gt;SQL SELECT fld1, fld2&lt;BR /&gt;RESIDENT SelectingAllData&lt;BR /&gt;WHERE fld3 &amp;gt;= $(Var01) and fld4 = $(Var02);&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But this my code Reloaded successfully&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;SelectingDataByParams:&lt;BR /&gt;LOAD *&lt;BR /&gt;RESIDENT SelectingAllData&lt;BR /&gt;WHERE fld3 &amp;gt;= $(Var01) and fld4 = $(Var02);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;BUT&lt;/STRONG&gt; I have got following message after Reload&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;&lt;STRONG&gt;&lt;EM&gt;SelectingAllData &amp;lt;&amp;lt; tblData 1 591 833 lines fetched&lt;BR /&gt;SelectingAllData &amp;lt;&amp;lt; SelectingAllData 3 183 666 lines fetched&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and NO tables "SelectingDataByParams"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Why?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 15:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-select-data-from-other-TableBox/m-p/240986#M91437</guid>
      <dc:creator />
      <dc:date>2010-05-14T15:09:13Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :How select data from other TableBox?</title>
      <link>https://community.qlik.com/t5/QlikView/How-select-data-from-other-TableBox/m-p/240987#M91438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I had'nt take care to the SQL SELECT !&lt;/P&gt;&lt;P&gt;You load 2 tables strictly identical (same number of fields and same name of fields), QlikView see that and concatenate both.&lt;/P&gt;&lt;P&gt;So you can do this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&amp;lt;pre&amp;gt;SelectingDataByParams:&lt;BR /&gt;NOCONCATENATE LOAD *&lt;BR /&gt;RESIDENT SelectingAllData&lt;BR /&gt;WHERE fld3 &amp;gt;= $(Var01) and fld4 = $(Var02);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;SelectingDataByParams:&lt;BR /&gt;LOAD fld1, fld2&lt;BR /&gt;RESIDENT SelectingAllData&lt;BR /&gt;WHERE fld3 &amp;gt;= $(Var01) and fld4 = $(Var02);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;But take care, you will have some synthetic keys. &lt;BR /&gt;Martin&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 15:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-select-data-from-other-TableBox/m-p/240987#M91438</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-05-14T15:21:14Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :How select data from other TableBox?</title>
      <link>https://community.qlik.com/t5/QlikView/How-select-data-from-other-TableBox/m-p/240988#M91439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Martin Favier wrote:Sorry I had'nt take care to the SQL SELECT&lt;BR /&gt;.....&lt;BR /&gt;But take care, you will have some synthetic keys.&lt;BR /&gt;Martin&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thanks Martin!&lt;/P&gt;&lt;P&gt;I will try your code.&lt;/P&gt;&lt;P&gt;But what about dynamic refresh TableBox2 (with &lt;EM&gt;&lt;STRONG&gt;SelectingDataByParams&lt;/STRONG&gt;&lt;/EM&gt;) when I will change variables Var01 and/or Var02?&lt;/P&gt;&lt;P&gt;Will automaticlly reload data in TableBox2 (with &lt;EM&gt;&lt;STRONG&gt;SelectingDataByParams&lt;/STRONG&gt;&lt;/EM&gt;) or I need to do something (run macro etc.)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 21:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-select-data-from-other-TableBox/m-p/240988#M91439</guid>
      <dc:creator />
      <dc:date>2010-05-14T21:33:39Z</dc:date>
    </item>
  </channel>
</rss>

