<?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: Conditional load with Where clause in Move to Qlik Cloud Analytics</title>
    <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099031#M751</link>
    <description>&lt;P&gt;It's not quite clear how your condition should work respectively which records should remain? It would be helpful if you elaborate it in more details, for example by providing about 5 (dummy) records of each qvd and which records from them should be kept and removed.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2023 11:15:52 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2023-08-01T11:15:52Z</dc:date>
    <item>
      <title>Conditional load with Where clause</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2098980#M747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to load a qvd table with a condition that one of the fields is connected to another table that is already loaded and defines that field availability. Here is an example:&lt;/P&gt;
&lt;P&gt;Load Param01, Param02 from Table01 (qvd)&lt;BR /&gt;This table is loaded first in the process and it contains two fields.&lt;BR /&gt;The field Param01 is a key field that links between Table01 and Table02.&lt;BR /&gt;Now I load the data in Table02 but only records where the corresponding field Param02 in Table01 for the record Param01 complies with the condition.&lt;/P&gt;
&lt;P&gt;Load Param03, Param04, Param01 from Table02 (qvd)&lt;BR /&gt;where Param02&amp;lt;&amp;gt;5&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Is this possible?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 10:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2098980#M747</guid>
      <dc:creator>ZoharB</dc:creator>
      <dc:date>2026-01-27T10:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional load with Where clause</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099008#M748</link>
      <description>&lt;P&gt;Try below.&lt;/P&gt;
&lt;P&gt;T1:&lt;BR /&gt;LOAD Param01, &lt;BR /&gt;Param02 &lt;BR /&gt;FROM Table01 (qvd);&lt;/P&gt;
&lt;P&gt;T2:&lt;BR /&gt;Load Param03, &lt;BR /&gt;Param04, &lt;BR /&gt;Param01 &lt;BR /&gt;FROM Table02 (qvd)&lt;BR /&gt;Where Exists(Param01,Param02) and Param02 &amp;lt;&amp;gt; 5;&lt;/P&gt;
&lt;P&gt;DROP Table T1;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 09:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099008#M748</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-08-01T09:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional load with Where clause</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099011#M749</link>
      <description>&lt;P&gt;Thanks, that's a great solution.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 09:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099011#M749</guid>
      <dc:creator>ZoharB</dc:creator>
      <dc:date>2023-08-01T09:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional load with Where clause</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099012#M750</link>
      <description>&lt;P&gt;Still it doesn't work&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; Somehow it seems that when I load Table02 the system still doesn't know Table01 although it is loaded first.&amp;nbsp; Any other suggestion? Or Correction? Maybe I am missing something...Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 10:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099012#M750</guid>
      <dc:creator>ZoharB</dc:creator>
      <dc:date>2023-08-01T10:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional load with Where clause</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099031#M751</link>
      <description>&lt;P&gt;It's not quite clear how your condition should work respectively which records should remain? It would be helpful if you elaborate it in more details, for example by providing about 5 (dummy) records of each qvd and which records from them should be kept and removed.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 11:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099031#M751</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-08-01T11:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional load with Where clause</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099067#M753</link>
      <description>&lt;P&gt;In fact, my goal is to add a field to the table.&lt;/P&gt;
&lt;P&gt;Here is an example:&lt;/P&gt;
&lt;P&gt;Table A - Hospitals:&lt;/P&gt;
&lt;P&gt;Fields: Hospital_name, Hospital_ID, IsGeneral (logical field)&lt;/P&gt;
&lt;P&gt;HospA - ID01 - TRUE&lt;BR /&gt;HospB - ID02 - FALSE&lt;BR /&gt;and so on...&lt;/P&gt;
&lt;P&gt;The second Table - People in Hospitals&lt;/P&gt;
&lt;P&gt;Fields: Hospital_ID, Person_ID , Age&lt;/P&gt;
&lt;P&gt;ID01 - P01 - 23&lt;BR /&gt;ID01 - P02 - 39&lt;BR /&gt;ID02 - P03 - 45&lt;BR /&gt;ID02 - P04 - 72&lt;BR /&gt;ID01 - P05 - 81&lt;/P&gt;
&lt;P&gt;Actually I want to load the table People in Hospitals where I can add for each record the Hospital name, only if the field ISGENERAL (from the first table, that corresponds to the the Hospital_ID which is the key between the two tables) is TRUE. All the records in the second table where Hospital_ID in the first table is FALSE are not loaded...&lt;/P&gt;
&lt;P&gt;This is necessary for further analysis.&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Zohar.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099067#M753</guid>
      <dc:creator>ZoharB</dc:creator>
      <dc:date>2023-08-01T12:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional load with Where clause</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099080#M754</link>
      <description>&lt;P&gt;Intuitively I would do:&lt;/P&gt;
&lt;P&gt;Load * from TableA (defining the conditions, as measures)&lt;BR /&gt;Load * from TableB where (TableA.Hospital_id=TableB.hospital_ID) and (TableA.IsGeneral=TRUE)&lt;/P&gt;
&lt;P&gt;Any suggestions would be highly appreciated. Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099080#M754</guid>
      <dc:creator>ZoharB</dc:creator>
      <dc:date>2023-08-01T12:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional load with Where clause</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099107#M755</link>
      <description>&lt;P&gt;I think I would do something like this:&lt;/P&gt;
&lt;P&gt;temp: load true() as IsGeneral autogenerate 1;&lt;/P&gt;
&lt;P&gt;first: load ID,&amp;nbsp;IsGeneral from first.qvd (qvd) where exists(IsGeneral);&lt;/P&gt;
&lt;P&gt;second: load * from second.qvd (qvd) where exists(ID);&lt;/P&gt;
&lt;P&gt;drop tables temp, first;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 13:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099107#M755</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-08-01T13:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional load with Where clause</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099124#M756</link>
      <description>&lt;P&gt;I still have a problem with the "exists" clause [exists IsGenera].&lt;BR /&gt;The following error occurred:&amp;nbsp;&lt;BR /&gt;Unexpected token: 'IsGeneral', expected one of: 'biff', 'dif', 'fix', 'html', 'json', 'kml', 'ooxml', ...&lt;/P&gt;
&lt;P&gt;Any idea what I did wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 14:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099124#M756</guid>
      <dc:creator>ZoharB</dc:creator>
      <dc:date>2023-08-01T14:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional load with Where clause</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099128#M757</link>
      <description>&lt;P&gt;It seems that there is any load-statement-ending character of &lt;STRONG&gt;;&lt;/STRONG&gt; is missing and Qlik concatenates multiple statements and couldn't find a valid file-format for a load.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 14:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099128#M757</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-08-01T14:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional load with Where clause</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099144#M758</link>
      <description>&lt;P&gt;Finally I got the solution, based on your advise &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank you so very much&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 14:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Conditional-load-with-Where-clause/m-p/2099144#M758</guid>
      <dc:creator>ZoharB</dc:creator>
      <dc:date>2023-08-01T14:53:46Z</dc:date>
    </item>
  </channel>
</rss>

