<?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: linking two tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/linking-two-tables/m-p/1683918#M727416</link>
    <description>&lt;P&gt;Have a look at the following Design Blog post, may give you an option on how to approach things for your use case, I am also including the base link after that to the are in case you wish to further search for other posts, there are over 700 in this area, mostly how-to related...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-as-an-Alternative-to-Joining/ba-p/1473454" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-as-an-Alternative-to-Joining/ba-p/1473454&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2020 18:02:43 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-03-11T18:02:43Z</dc:date>
    <item>
      <title>linking two tables</title>
      <link>https://community.qlik.com/t5/QlikView/linking-two-tables/m-p/1675799#M727414</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want two link two table.&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;Month, Employee Id, Country, Age,&amp;nbsp; Region&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Submitted date, Recipient Id, Recipient Country, Recipient Age, Recipient Region,&amp;nbsp;Submitter Id, Submitter Age, Submitter Country,&lt;SPAN&gt;Submitter Region&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;I have to calculate KPI on both Submitter and Recipient &lt;/FONT&gt;separately&lt;FONT face="inherit"&gt;. Employee ID and Submitter Id and &lt;/FONT&gt;Recipient&lt;FONT face="inherit"&gt;&amp;nbsp;ID will have similar values.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Table1 is like total headcount data. And Table 2 is like part of people involve from that data. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;i want to join both tables. But if i join with Employee ID from table 1 and R&lt;/FONT&gt;ecipient&lt;FONT face="inherit"&gt;&amp;nbsp;ID then data will come wrong for &lt;/FONT&gt;Submitter&lt;FONT face="inherit"&gt;&amp;nbsp;KPI and if i join Employee ID and Submitter ID then Recipient data will come wrong.&amp;nbsp; As one submitter can give value to more than one &lt;/FONT&gt;Recipient&lt;FONT face="inherit"&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;Someone suggested me to use flags. But I am not sure how to use. Please suggest.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/linking-two-tables/m-p/1675799#M727414</guid>
      <dc:creator>learnerqlik53</dc:creator>
      <dc:date>2024-11-16T19:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: linking two tables</title>
      <link>https://community.qlik.com/t5/QlikView/linking-two-tables/m-p/1675833#M727415</link>
      <description>&lt;P&gt;Adding Excel data and script for reference.&lt;/P&gt;&lt;P&gt;Script:(Not working)&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;LOAD empid,&lt;BR /&gt;country,&lt;BR /&gt;division,&lt;BR /&gt;1 as FLAG&lt;BR /&gt;FROM&lt;BR /&gt;[Book2.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;noconcatenate&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD [recipient id] as empid,&lt;BR /&gt;[recipient id],&lt;BR /&gt;[recipient country],&lt;BR /&gt;[recipient division],&lt;BR /&gt;[submitter id] , &amp;nbsp;,&lt;BR /&gt;[submitter country],&lt;BR /&gt;[submitter division]&lt;BR /&gt;FROM&lt;BR /&gt;[Book2.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;Table2:&lt;BR /&gt;LOAD empid as empid1,&lt;BR /&gt;country,&lt;BR /&gt;division,&lt;BR /&gt;2 as FLAG&lt;BR /&gt;FROM&lt;BR /&gt;[Book2.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;BR /&gt;noconcatenate&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD [recipient id] ,&lt;BR /&gt;[recipient country],&lt;BR /&gt;[recipient division],&lt;BR /&gt;[submitter id] as empid1,&lt;BR /&gt;[submitter id] ,&lt;BR /&gt;[submitter country],&lt;BR /&gt;[submitter division]&lt;BR /&gt;FROM&lt;BR /&gt;[Book2.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 15:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/linking-two-tables/m-p/1675833#M727415</guid>
      <dc:creator>learnerqlik53</dc:creator>
      <dc:date>2020-02-14T15:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: linking two tables</title>
      <link>https://community.qlik.com/t5/QlikView/linking-two-tables/m-p/1683918#M727416</link>
      <description>&lt;P&gt;Have a look at the following Design Blog post, may give you an option on how to approach things for your use case, I am also including the base link after that to the are in case you wish to further search for other posts, there are over 700 in this area, mostly how-to related...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-as-an-Alternative-to-Joining/ba-p/1473454" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-as-an-Alternative-to-Joining/ba-p/1473454&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 18:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/linking-two-tables/m-p/1683918#M727416</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-11T18:02:43Z</dc:date>
    </item>
  </channel>
</rss>

