<?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 create data model with cardanality in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-data-model-with-cardanality/m-p/1386187#M422058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;A href="https://community.qlik.com/qlik-users/146975"&gt;petter-s&lt;/A&gt;, I hope you are fine and in a good health. I have a question regarding this one. I have two fact tables and two conformed dimension, like the attached image.&lt;IMG __jive_id="215677" alt="Qlik Circular Relationship Model.PNG" class="jive-image image-1" src="/legacyfs/online/215677_Qlik Circular Relationship Model.PNG" style="height: 605px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Qlik Sense data loader gives me error that I've a circular relationships but according to my cardinality I don't have circular relationship!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if we have a way to set the cardinality explicitly, we will have no problem, do you agree with me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, I solved this issue by "concatenating" FCT1 &amp;amp; FCT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2018 11:45:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-11T11:45:17Z</dc:date>
    <item>
      <title>How to create data model with cardanality</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-data-model-with-cardanality/m-p/1386183#M422054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three tables A,B,C , joining with each other (With Cardinality) as an attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please guide how should I proceed with data model creation means how to should I join these tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 10:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-data-model-with-cardanality/m-p/1386183#M422054</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2017-10-03T10:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create data model with cardanality</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-data-model-with-cardanality/m-p/1386184#M422055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikView you can't restrict the cardinality but you can certainly create a physical model in QlikView according to this ER-model you have shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You create three tables just as in your diagram - A, B and C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A should have a common field with table B and the same goes with B and C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A could have a field called A_B and the table B should also have a field named A_B. They should both contain values that would create a match. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C could have a field aclled A_C and the table C should then have a field named A_C too. And the same logic applies here - that they should both have values that would create matches. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is similar to what you would do in a SQL database. The only difference here is that the matching fields have to match both on field names and (at least some) field values. In a SQL database you would define primary keys and foreign keys which is not necessary or possible in QlikView. Furthermore in a SQL database you would have to do "manual" joins which is not necessary in QlikView since that is done automatically via the Associative Model of QlikView. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 11:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-data-model-with-cardanality/m-p/1386184#M422055</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-10-03T11:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create data model with cardanality</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-data-model-with-cardanality/m-p/1386185#M422056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be clear - the cardinality would be defined by actual field values and not by a declarative statement. So if you need that check you would have to do that with some code in your load script to test whether you do have the right cardinality and if not then issue a warning or an error message or throw some sort of exception.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 11:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-data-model-with-cardanality/m-p/1386185#M422056</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-10-03T11:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create data model with cardanality</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-data-model-with-cardanality/m-p/1386186#M422057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Petter for your clarification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-data-model-with-cardanality/m-p/1386186#M422057</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2017-10-04T13:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create data model with cardanality</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-data-model-with-cardanality/m-p/1386187#M422058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;A href="https://community.qlik.com/qlik-users/146975"&gt;petter-s&lt;/A&gt;, I hope you are fine and in a good health. I have a question regarding this one. I have two fact tables and two conformed dimension, like the attached image.&lt;IMG __jive_id="215677" alt="Qlik Circular Relationship Model.PNG" class="jive-image image-1" src="/legacyfs/online/215677_Qlik Circular Relationship Model.PNG" style="height: 605px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Qlik Sense data loader gives me error that I've a circular relationships but according to my cardinality I don't have circular relationship!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if we have a way to set the cardinality explicitly, we will have no problem, do you agree with me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, I solved this issue by "concatenating" FCT1 &amp;amp; FCT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 11:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-data-model-with-cardanality/m-p/1386187#M422058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-11T11:45:17Z</dc:date>
    </item>
  </channel>
</rss>

