<?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 to connect one dimension to different variables ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-connect-one-dimension-to-different-variables/m-p/1220339#M853079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For QV joins these two tables you have to add a common field Id_person.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2017 16:42:21 GMT</pubDate>
    <dc:creator>sergio0592</dc:creator>
    <dc:date>2017-03-02T16:42:21Z</dc:date>
    <item>
      <title>How to connect one dimension to different variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-connect-one-dimension-to-different-variables/m-p/1220338#M853078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables, in one table the rows represents races, the other table is a description of each participant competing in the race. When i select a race i would want to see the description of the poeple attending the race.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when selecting race 2 i want to see the Age and Gender of Frederik, Louis and Willem in table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i program this in qlikview ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Race&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;First person&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Second person&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;tirth person&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Race 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Frederik&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Louis&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Willem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Race 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jos&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Anna&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Pol&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Race 3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jef&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jos&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Maria&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Race 4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Louis&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jef&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Anna&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Age&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Gender&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Frederik&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;m&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jos&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;25&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;m&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jef&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;27&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;m&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Louis&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;28&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;m&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Anna&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;f&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Willem&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;35&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;m&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Maria&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;60&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;m&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Pol&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;54&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;m&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-connect-one-dimension-to-different-variables/m-p/1220338#M853078</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect one dimension to different variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-connect-one-dimension-to-different-variables/m-p/1220339#M853079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For QV joins these two tables you have to add a common field Id_person.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 16:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-connect-one-dimension-to-different-variables/m-p/1220339#M853079</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-03-02T16:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect one dimension to different variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-connect-one-dimension-to-different-variables/m-p/1220340#M853080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;user Cross Table Transformation to Transform the first Table and change the field to link two table by the Person Name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached Data and QVW file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 16:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-connect-one-dimension-to-different-variables/m-p/1220340#M853080</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2017-03-02T16:53:40Z</dc:date>
    </item>
  </channel>
</rss>

