<?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 make a linktable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/make-a-linktable/m-p/177208#M44904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two different tables with different values and i want to connect the answers to te questions.&lt;/P&gt;&lt;P&gt;How can i make a good link table?&lt;/P&gt;&lt;P&gt;My first table is:&lt;/P&gt;&lt;P&gt;answers:&lt;BR /&gt;SQL SELECT answer0,&lt;BR /&gt;answer1,&lt;BR /&gt;enz...&lt;BR /&gt;answer_id&lt;BR /&gt;FROM mto1.answers;&lt;/P&gt;&lt;P&gt;my seccond table is:&lt;/P&gt;&lt;P&gt;Questions:&lt;BR /&gt;SQL SELECT&lt;BR /&gt;question,&lt;BR /&gt;question_nr&lt;BR /&gt;FROM mto1.`questions`;&lt;/P&gt;&lt;P&gt;How can i connect question 1 to answer 1?&lt;/P&gt;&lt;P&gt;Greetz,&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Nov 2010 09:48:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-09T09:48:48Z</dc:date>
    <item>
      <title>make a linktable</title>
      <link>https://community.qlik.com/t5/QlikView/make-a-linktable/m-p/177208#M44904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two different tables with different values and i want to connect the answers to te questions.&lt;/P&gt;&lt;P&gt;How can i make a good link table?&lt;/P&gt;&lt;P&gt;My first table is:&lt;/P&gt;&lt;P&gt;answers:&lt;BR /&gt;SQL SELECT answer0,&lt;BR /&gt;answer1,&lt;BR /&gt;enz...&lt;BR /&gt;answer_id&lt;BR /&gt;FROM mto1.answers;&lt;/P&gt;&lt;P&gt;my seccond table is:&lt;/P&gt;&lt;P&gt;Questions:&lt;BR /&gt;SQL SELECT&lt;BR /&gt;question,&lt;BR /&gt;question_nr&lt;BR /&gt;FROM mto1.`questions`;&lt;/P&gt;&lt;P&gt;How can i connect question 1 to answer 1?&lt;/P&gt;&lt;P&gt;Greetz,&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 09:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-a-linktable/m-p/177208#M44904</guid>
      <dc:creator />
      <dc:date>2010-11-09T09:48:48Z</dc:date>
    </item>
    <item>
      <title>make a linktable</title>
      <link>https://community.qlik.com/t5/QlikView/make-a-linktable/m-p/177209#M44905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So field answer1 should match up to the question associated with question_nr = 1? I think something like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;QuestionsAndAnswers:&lt;BR /&gt;CROSSTABLE (question_nr, answer) // one row per answer, keyed by question_nr&lt;BR /&gt;LOAD&lt;BR /&gt; answer_id&lt;BR /&gt;,answer0&lt;BR /&gt;,answer1&lt;BR /&gt;etc.&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT&lt;BR /&gt; answer_id&lt;BR /&gt;,answer0&lt;BR /&gt;,answer1&lt;BR /&gt;etc.&lt;BR /&gt;FROM mto1.answers&lt;BR /&gt;;&lt;BR /&gt;INNER JOIN (QuestionsAndAnswers)&lt;BR /&gt;LOAD&lt;BR /&gt; question&lt;BR /&gt;,question_nr&lt;BR /&gt;FROMmto1.'QUESTIONS'&lt;BR /&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 23:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-a-linktable/m-p/177209#M44905</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-09T23:56:03Z</dc:date>
    </item>
  </channel>
</rss>

