<?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 What should be the data model for circular reference table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356964#M132487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have 3 tables... I am getting circular reference message so I changed the column names ( I could use QUALIFY as well).&lt;/P&gt;&lt;P&gt;But now I am not able to create the graphs as I wanted. So what should be my datamodel design where in I should get the appropriate results&lt;/P&gt;&lt;P&gt;and should not get any results if the data selected is irrelevant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the sample xls and qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 11:07:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-18T11:07:14Z</dc:date>
    <item>
      <title>What should be the data model for circular reference table</title>
      <link>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356964#M132487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have 3 tables... I am getting circular reference message so I changed the column names ( I could use QUALIFY as well).&lt;/P&gt;&lt;P&gt;But now I am not able to create the graphs as I wanted. So what should be my datamodel design where in I should get the appropriate results&lt;/P&gt;&lt;P&gt;and should not get any results if the data selected is irrelevant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the sample xls and qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 11:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356964#M132487</guid>
      <dc:creator />
      <dc:date>2012-04-18T11:07:14Z</dc:date>
    </item>
    <item>
      <title>What should be the data model for circular reference table</title>
      <link>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356965#M132488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laxmikant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont alias the field names and just concatenate the three tables. You will not get any issues in the front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 11:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356965#M132488</guid>
      <dc:creator />
      <dc:date>2012-04-18T11:16:45Z</dc:date>
    </item>
    <item>
      <title>What should be the data model for circular reference table</title>
      <link>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356966#M132489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load a Mastertable - the one with both Branch and PolNo first. Then Left Join or Concatenate LOAD the other two tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Torbjörn Ungvall (@Ungvall)&lt;/P&gt;&lt;P&gt;Senior Business Discovery Manager @ Advectas AB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 11:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356966#M132489</guid>
      <dc:creator />
      <dc:date>2012-04-18T11:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: What should be the data model for circular reference table</title>
      <link>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356967#M132490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I concatenated the tables, now I get data for one graph. But for another I don't i.e the PAMOUNT is shown but no branch is shown for it. Similarly if I select PHGender or REGION I don't see the PAMOUNT. I should be able to see the PAMOUNT for this selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching the modified docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 12:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356967#M132490</guid>
      <dc:creator />
      <dc:date>2012-04-18T12:38:04Z</dc:date>
    </item>
    <item>
      <title>What should be the data model for circular reference table</title>
      <link>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356968#M132491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same result if you use LEFT Join (Mastertable) instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Torbjörn Ungavll (@Ungvall)&lt;/P&gt;&lt;P&gt;Senior Business Discovery Manager @ Advectas AB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 12:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356968#M132491</guid>
      <dc:creator />
      <dc:date>2012-04-18T12:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: What should be the data model for circular reference table</title>
      <link>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356969#M132492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Updated the file. Does this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 04:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356969#M132492</guid>
      <dc:creator />
      <dc:date>2012-04-19T04:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: What should be the data model for circular reference table</title>
      <link>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356970#M132493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, Thanks for the multiple solution, one with explicit key&amp;nbsp; and other without it...both of them work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 06:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-should-be-the-data-model-for-circular-reference-table/m-p/356970#M132493</guid>
      <dc:creator />
      <dc:date>2012-04-19T06:56:35Z</dc:date>
    </item>
  </channel>
</rss>

