<?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: Association of columns between two tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Association-of-columns-between-two-tables/m-p/1245810#M857294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gleb,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem seems getting synthentic keys and circular loops...&lt;/P&gt;&lt;P&gt;for your approach you can make join or concatenation of both tables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/230280"&gt;vangurideepu&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2017 14:47:58 GMT</pubDate>
    <dc:creator>vangurideepu</dc:creator>
    <dc:date>2017-02-09T14:47:58Z</dc:date>
    <item>
      <title>Association of columns between two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Association-of-columns-between-two-tables/m-p/1245808#M857292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In short: I have A and B column in table1, B and C column in table2. Tables are associated through B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data is loaded from Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1: Issuance of Invoice. &lt;/P&gt;&lt;P&gt;Brand&lt;/P&gt;&lt;P&gt;InvoiceNum&lt;/P&gt;&lt;P&gt;TypeOfOperation (issue)&lt;/P&gt;&lt;P&gt;SumOfOperation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2: Payment of Invoice&lt;/P&gt;&lt;P&gt;InvoiceNum&lt;/P&gt;&lt;P&gt;TypeOfOperation (payment)&lt;/P&gt;&lt;P&gt;SumOfOperation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two tables are associated by common columns InvoiceNum, TypeOfOperation, SumOfOperation &lt;/P&gt;&lt;P&gt;For those Invoices which match between two tables, I want Table2 to take “Brand” from Table1 and show it in the PIVOT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a PIVOT table:&lt;/P&gt;&lt;P&gt;ROW = Brand&lt;/P&gt;&lt;P&gt;COLUMN = TypeOfOperation&lt;/P&gt;&lt;P&gt;MEASURE = SumOfOperation (sum)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it shows (null) in the Brand ROW against payments, although in the Data Model I can clearly see the association. Why?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_36.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/152630_Screenshot_36.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_35.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152623_Screenshot_35.jpg" style="height: 288px; width: 620px;" /&gt;&lt;/P&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/Association-of-columns-between-two-tables/m-p/1245808#M857292</guid>
      <dc:creator>ziabobaz</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Association of columns between two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Association-of-columns-between-two-tables/m-p/1245809#M857293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With your approach you creates synthetic keys and maybe also circular loops and this should be avoided. I suggest to concatenate both tables. More informations about this will you find here: &lt;A href="https://community.qlik.com/docs/DOC-8844"&gt;Get started with developing qlik datamodels&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 14:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Association-of-columns-between-two-tables/m-p/1245809#M857293</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-09T14:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Association of columns between two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Association-of-columns-between-two-tables/m-p/1245810#M857294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gleb,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem seems getting synthentic keys and circular loops...&lt;/P&gt;&lt;P&gt;for your approach you can make join or concatenation of both tables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/230280"&gt;vangurideepu&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 14:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Association-of-columns-between-two-tables/m-p/1245810#M857294</guid>
      <dc:creator>vangurideepu</dc:creator>
      <dc:date>2017-02-09T14:47:58Z</dc:date>
    </item>
  </channel>
</rss>

