<?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 A newbie question about using data from a linked table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/A-newbie-question-about-using-data-from-a-linked-table/m-p/188408#M51670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;I'd like to update the problem:&lt;/P&gt;&lt;P&gt;I'm actually loading data from 2 QVD files, lets say Sales.qvd and Product.qvd.&lt;/P&gt;&lt;P&gt;- Sales.qvd contains "SalesID" which is unique key field, and "Condition" is a field can be only 0 or 1.&lt;/P&gt;&lt;P&gt;- Product.qvd has ProductID as unique key field, and one field called "QTY".&lt;/P&gt;&lt;P&gt;SalesID and ProductID are the same.&lt;/P&gt;&lt;P&gt;I'd like to create a pivot chart that display QTY by ID when Condition = 1.&lt;/P&gt;&lt;P&gt;How should I write the script to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2011 23:12:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-30T23:12:07Z</dc:date>
    <item>
      <title>A newbie question about using data from a linked table</title>
      <link>https://community.qlik.com/t5/QlikView/A-newbie-question-about-using-data-from-a-linked-table/m-p/188405#M51667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I'm new to Qlikview, I'd like to ask about how to use data from another linked table.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Table_A has a unique ID called " A_num" and a field "switch" which can be 0 or 1 only.&lt;/P&gt;&lt;P&gt;Table_B has unique ID called " B_num" and "QTY" stands for quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've linked these 2 tables by entering "Load A_num as B_num". but how should I load the data to show IDs and QTY in Table_B when switch is 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 06:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-newbie-question-about-using-data-from-a-linked-table/m-p/188405#M51667</guid>
      <dc:creator />
      <dc:date>2011-03-30T06:12:20Z</dc:date>
    </item>
    <item>
      <title>A newbie question about using data from a linked table</title>
      <link>https://community.qlik.com/t5/QlikView/A-newbie-question-about-using-data-from-a-linked-table/m-p/188406#M51668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just clicking 1 in switch isn't showing right data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 06:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-newbie-question-about-using-data-from-a-linked-table/m-p/188406#M51668</guid>
      <dc:creator />
      <dc:date>2011-03-30T06:44:01Z</dc:date>
    </item>
    <item>
      <title>A newbie question about using data from a linked table</title>
      <link>https://community.qlik.com/t5/QlikView/A-newbie-question-about-using-data-from-a-linked-table/m-p/188407#M51669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ahh now i got it.&lt;/P&gt;&lt;P&gt;first you need do join 2 tables:&lt;BR /&gt;left join(table1);&lt;BR /&gt;load * resident table2;&lt;/P&gt;&lt;P&gt;And then load all 1 in switch:&lt;BR /&gt;load * resident table1;&lt;BR /&gt;where switch='1';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 06:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-newbie-question-about-using-data-from-a-linked-table/m-p/188407#M51669</guid>
      <dc:creator />
      <dc:date>2011-03-30T06:51:21Z</dc:date>
    </item>
    <item>
      <title>A newbie question about using data from a linked table</title>
      <link>https://community.qlik.com/t5/QlikView/A-newbie-question-about-using-data-from-a-linked-table/m-p/188408#M51670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;I'd like to update the problem:&lt;/P&gt;&lt;P&gt;I'm actually loading data from 2 QVD files, lets say Sales.qvd and Product.qvd.&lt;/P&gt;&lt;P&gt;- Sales.qvd contains "SalesID" which is unique key field, and "Condition" is a field can be only 0 or 1.&lt;/P&gt;&lt;P&gt;- Product.qvd has ProductID as unique key field, and one field called "QTY".&lt;/P&gt;&lt;P&gt;SalesID and ProductID are the same.&lt;/P&gt;&lt;P&gt;I'd like to create a pivot chart that display QTY by ID when Condition = 1.&lt;/P&gt;&lt;P&gt;How should I write the script to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 23:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-newbie-question-about-using-data-from-a-linked-table/m-p/188408#M51670</guid>
      <dc:creator />
      <dc:date>2011-03-30T23:12:07Z</dc:date>
    </item>
  </channel>
</rss>

