<?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 Circular Loop in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Circular-Loop/m-p/1825357#M67822</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Can anyone please help me with the below scenario :-&lt;/P&gt;&lt;P&gt;This is my Data model&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Aspiring_Developer_0-1627538445568.png" style="width: 789px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59351i29D35CCB064F322E/image-dimensions/789x383?v=v2" width="789" height="383" role="button" title="Aspiring_Developer_0-1627538445568.png" alt="Aspiring_Developer_0-1627538445568.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to achieve below association:-&lt;/P&gt;&lt;P&gt;User table linked with ID Card table on %IDCard&lt;/P&gt;&lt;P&gt;User table linked with Activity table on %userID&lt;/P&gt;&lt;P&gt;Activity table linked with ID card table on %projectID&lt;/P&gt;&lt;P&gt;Right now it is creating circular. Can anyone please help me to achieve this relationship by eliminating circular loop ?&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jul 2021 06:05:15 GMT</pubDate>
    <dc:creator>Aspiring_Developer</dc:creator>
    <dc:date>2021-07-29T06:05:15Z</dc:date>
    <item>
      <title>Circular Loop</title>
      <link>https://community.qlik.com/t5/App-Development/Circular-Loop/m-p/1825357#M67822</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Can anyone please help me with the below scenario :-&lt;/P&gt;&lt;P&gt;This is my Data model&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Aspiring_Developer_0-1627538445568.png" style="width: 789px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59351i29D35CCB064F322E/image-dimensions/789x383?v=v2" width="789" height="383" role="button" title="Aspiring_Developer_0-1627538445568.png" alt="Aspiring_Developer_0-1627538445568.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to achieve below association:-&lt;/P&gt;&lt;P&gt;User table linked with ID Card table on %IDCard&lt;/P&gt;&lt;P&gt;User table linked with Activity table on %userID&lt;/P&gt;&lt;P&gt;Activity table linked with ID card table on %projectID&lt;/P&gt;&lt;P&gt;Right now it is creating circular. Can anyone please help me to achieve this relationship by eliminating circular loop ?&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 06:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Circular-Loop/m-p/1825357#M67822</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2021-07-29T06:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Circular Loop</title>
      <link>https://community.qlik.com/t5/App-Development/Circular-Loop/m-p/1825363#M67824</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;I think,&amp;nbsp;&lt;/P&gt;&lt;P&gt;user table has unique records of user &amp;amp; its map with Id_Card table based on %DivisonID (not with %IdCard based on ur screenshot) &amp;amp; activity tables contains all the activity of the projects based on Project ID.&lt;/P&gt;&lt;P&gt;In that case, you can rename the "%userID" with "%ActivityUserID" in "ActivityProject" table. So that, it will avoid the circular loop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or , you can create link table.&lt;/P&gt;&lt;P&gt;Refer:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/LoadData/understand-circular-references.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/LoadData/understand-circular-references.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mindmajix.com/circular-references-in-qlikview" target="_blank"&gt;https://mindmajix.com/circular-references-in-qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 06:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Circular-Loop/m-p/1825363#M67824</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-07-29T06:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Circular Loop</title>
      <link>https://community.qlik.com/t5/App-Development/Circular-Loop/m-p/1825366#M67825</link>
      <description>&lt;P&gt;Why do you need the three way circular association? I believe it is enough to have association from Activity_Details to User to ID_Card. Any selection will autmaticly filter all your data accordingly.&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Rename your user.id_card to user.%IdCard.&lt;/LI&gt;&lt;LI&gt;You need to drop or rename one of your %DivisionId fields. (Maybe you can rename your ID_card.%DivisionId into ID_card.CardDivision.)&lt;/LI&gt;&lt;LI&gt;Drop or rename the ID_Card.ProjectID field&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Please explain if this is not an suitable solution for your application.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 06:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Circular-Loop/m-p/1825366#M67825</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-07-29T06:27:04Z</dc:date>
    </item>
  </channel>
</rss>

