<?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 Question About Multiple Tables With Same Key Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116948#M908258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone, I'm new to QlikView and I have a question that I hope it's going to be easy to answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I've created a new file and all my tables fields are about: year, quantity and percentage. (I've got these excel files from Statistics Websites.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, my concern is: Every table is associating to every other by the field "year", creating a circular reference, as you can see in the picture attached. I believe this procedure is far from the Best Practices so I'm seeking a workaround to this situation. Can you guys help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;João Polido&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Question About Multiple Tables With Same Key Field</title>
      <link>https://community.qlik.com/t5/QlikView/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116948#M908258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone, I'm new to QlikView and I have a question that I hope it's going to be easy to answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I've created a new file and all my tables fields are about: year, quantity and percentage. (I've got these excel files from Statistics Websites.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, my concern is: Every table is associating to every other by the field "year", creating a circular reference, as you can see in the picture attached. I believe this procedure is far from the Best Practices so I'm seeking a workaround to this situation. Can you guys help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;João Polido&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/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116948#M908258</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Question About Multiple Tables With Same Key Field</title>
      <link>https://community.qlik.com/t5/QlikView/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116949#M908259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi João,&lt;/P&gt;&lt;P&gt;You can do it like this:&lt;/P&gt;&lt;P&gt;ES_Area:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ano,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ano&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Year_Gender,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ano&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Year_Private,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TotalArea,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Educacao,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ArtesHumanid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CienciasSociai,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CienciasMate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EngenhariaIn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Agricultura,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SadudeProtecc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sercivios&lt;/P&gt;&lt;P&gt;FROM...&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ES_Sexo:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ano&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Year_Gender,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TotalSexo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Masculino,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Femenino&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ES_Privado:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ano as Year_Private,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TaxaPrivado&lt;/P&gt;&lt;P&gt;FROM...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 07:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116949#M908259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-15T07:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Question About Multiple Tables With Same Key Field</title>
      <link>https://community.qlik.com/t5/QlikView/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116950#M908260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi João,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are seeing is not a circular reference but a start schema and is perfectly acceptable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are references, images sourced from &lt;A href="http://www.tutorialspoint.com/qlikview/" title="http://www.tutorialspoint.com/qlikview/"&gt;Qlikview Tutorial&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a circular reference, and should ALWAYS be fixed&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3_cr_data_model.JPG" class="jive-image image-2" src="http://www.tutorialspoint.com/qlikview/images/3_cr_data_model.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is perfect&lt;/P&gt;&lt;P&gt;&lt;IMG alt="5_cr_data_model_rectified.JPG" class="jive-image image-1" src="http://www.tutorialspoint.com/qlikview/images/5_cr_data_model_rectified.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, that being said. Without understanding what data each contains (can't understand the language in the schema) it might or might not be the correct KEY. If the only proper key between all 3 tables are date, then use it. However, if you need to use additional keys you will have to concatenate the fields and create a proper key. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 08:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116950#M908260</guid>
      <dc:creator>pho3nix90</dc:creator>
      <dc:date>2016-06-15T08:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question About Multiple Tables With Same Key Field</title>
      <link>https://community.qlik.com/t5/QlikView/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116951#M908261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems polido ,&lt;/P&gt;&lt;P&gt;Got all he needed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 08:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116951#M908261</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2016-06-15T08:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Question About Multiple Tables With Same Key Field</title>
      <link>https://community.qlik.com/t5/QlikView/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116952#M908262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no circular reference in your model.&lt;/P&gt;&lt;P&gt;This seems to look perfect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 08:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116952#M908262</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2016-06-15T08:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Question About Multiple Tables With Same Key Field</title>
      <link>https://community.qlik.com/t5/QlikView/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116953#M908263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;T&lt;SPAN lang="en"&gt;&lt;SPAN&gt;hanks to all&lt;/SPAN&gt; &lt;SPAN&gt;of you who have lost&lt;/SPAN&gt; &lt;SPAN&gt;a little&lt;/SPAN&gt; of your time to &lt;SPAN&gt;answer&lt;/SPAN&gt; me&lt;SPAN&gt;. Now I understand that my model is correct and I'll be renaming future fields if necessary, like &lt;A href="https://community.qlik.com/qlik-users/121909"&gt;manucamon&lt;/A&gt;‌ told me.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;Cheers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 10:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-About-Multiple-Tables-With-Same-Key-Field/m-p/1116953#M908263</guid>
      <dc:creator />
      <dc:date>2016-06-15T10:57:14Z</dc:date>
    </item>
  </channel>
</rss>

