<?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 Conditional Loading of Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207285#M1208926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD ... FROM Table WHERE ClassNameField = 'A'&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Where "..." are the fields you want to get, Table is the table or file where your datasource is located and ClassNameField the name of the field where you store students's addresses.&lt;/P&gt;&lt;P&gt;Let us know if this worked.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2009 14:41:59 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2009-12-23T14:41:59Z</dc:date>
    <item>
      <title>Conditional Loading of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207284#M1208925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Let me explain my problem with an example:&lt;/P&gt;&lt;P&gt;File A - contains name and age of all student in a class&lt;/P&gt;&lt;P&gt;File B - contains address of all the students in the school&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a qlikview with name, age &amp;amp; adddress of the student of the class &amp;amp; hence I want to load the address of the students who are in that particular class and not for all the students in the school&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should be a simple query, But i would be really garteful if someone can helo me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 13:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207284#M1208925</guid>
      <dc:creator />
      <dc:date>2009-12-23T13:54:46Z</dc:date>
    </item>
    <item>
      <title>Conditional Loading of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207285#M1208926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD ... FROM Table WHERE ClassNameField = 'A'&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Where "..." are the fields you want to get, Table is the table or file where your datasource is located and ClassNameField the name of the field where you store students's addresses.&lt;/P&gt;&lt;P&gt;Let us know if this worked.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 14:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207285#M1208926</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-12-23T14:41:59Z</dc:date>
    </item>
    <item>
      <title>Conditional Loading of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207286#M1208927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for the reply, but in my case there are other fields as Parents Name, Nationality etc in the 2nd file and the Key Term linking both the files is the 'NAME'and I want all the details of the student loaded form file B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 14:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207286#M1208927</guid>
      <dc:creator />
      <dc:date>2009-12-23T14:51:33Z</dc:date>
    </item>
    <item>
      <title>Conditional Loading of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207287#M1208928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To link two fields in QlikView the only thing you need is to name two fields identically. But you may need a inner join load, so we need your field definition in order to help you.&lt;/P&gt;&lt;P&gt;But for what you are telling, and having that the field "NAME" exists in both tables with the same name and data, and that the rest of the fields in both tables have different names the load would be something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD * FROM TABLE1 WHERE ClassFieldName = 'A';&lt;BR /&gt;INNER JOIN&lt;BR /&gt;LOAD * FROM TABLE2;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 14:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207287#M1208928</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-12-23T14:59:15Z</dc:date>
    </item>
    <item>
      <title>Conditional Loading of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207288#M1208929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess i am quite new to qlikview and not able to understand scripting easily , I am attaching aan excel file with dummy data in two sheets&lt;/P&gt;&lt;P&gt;Sheet1 - has Name &amp;amp; Age&lt;/P&gt;&lt;P&gt;Sheet2 - has Name, Addresss &amp;amp; Father&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load Sheet1 fully &amp;amp; from Sheet2 Address &amp;amp; Father of only those people who are present in Sheet1, if you can give me specific solution for the same would be a great help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 15:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207288#M1208929</guid>
      <dc:creator />
      <dc:date>2009-12-23T15:11:22Z</dc:date>
    </item>
    <item>
      <title>Conditional Loading of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207289#M1208930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you are the sample code. Please note that the load is being done from Excel sheets, so you will need to change the FROM clause in any case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Table1:LOAD Name, AgeFROM[A.xls](biff, embedded labels, table is Sheet1$);INNER JOINLOAD Name, Address, FatherFROM[A.xls](biff, embedded labels, table is Sheet2$);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 15:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207289#M1208930</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-12-23T15:19:49Z</dc:date>
    </item>
    <item>
      <title>Conditional Loading of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207290#M1208931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for the code, really appreciate it, I have been able to replicate the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 15:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Loading-of-Data/m-p/207290#M1208931</guid>
      <dc:creator />
      <dc:date>2009-12-23T15:33:11Z</dc:date>
    </item>
  </channel>
</rss>

