<?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 avoid Circular loop or synthetic key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318640#M829287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenate two tables like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JobInfo:&lt;/P&gt;&lt;P&gt;LOAD JobID, &lt;/P&gt;&lt;P&gt;JobStatus,&lt;/P&gt;&lt;P&gt;JobStatusDate ,&lt;/P&gt;&lt;P&gt;Crew&lt;/P&gt;&lt;P&gt;FROM [Test.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrewInfo:&lt;/P&gt;&lt;P&gt;LOAD Crew,&lt;/P&gt;&lt;P&gt;CrewStatus,&lt;/P&gt;&lt;P&gt;CrewStatusDate &lt;/P&gt;&lt;P&gt;FROM [Test.xlsx] (ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use Canonical Calendar as below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2017 19:33:56 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2017-07-03T19:33:56Z</dc:date>
    <item>
      <title>How to avoid Circular loop or synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318638#M829283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="55.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168938_55.png" style="height: 389px; 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/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318638#M829283</guid>
      <dc:creator>vengadeshpalani</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Circular loop or synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318639#M829285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe just create two separate master calendar for your two dates.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2730"&gt;Why You sometimes should Load a Master Table several times&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also consider creating a single fact table, maybe by mapping the crew statuts where crew status date equals job status date. Well, here starts wild guessing, since you need to decide how you want to model your data, and that can only be answered if all report requirements in combination with the base data model are taken into account.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 19:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318639#M829285</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-07-03T19:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Circular loop or synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318640#M829287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenate two tables like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JobInfo:&lt;/P&gt;&lt;P&gt;LOAD JobID, &lt;/P&gt;&lt;P&gt;JobStatus,&lt;/P&gt;&lt;P&gt;JobStatusDate ,&lt;/P&gt;&lt;P&gt;Crew&lt;/P&gt;&lt;P&gt;FROM [Test.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrewInfo:&lt;/P&gt;&lt;P&gt;LOAD Crew,&lt;/P&gt;&lt;P&gt;CrewStatus,&lt;/P&gt;&lt;P&gt;CrewStatusDate &lt;/P&gt;&lt;P&gt;FROM [Test.xlsx] (ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use Canonical Calendar as below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 19:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318640#M829287</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-07-03T19:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Circular loop or synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318641#M829289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i was select crew it affect two tables &lt;IMG alt="c.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168940_c.png" style="height: 167px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;but when i select job no it does not associated &lt;/P&gt;&lt;P&gt;&lt;IMG alt="4.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/168959_4.png" style="height: 200px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;when select 4 its crew is c, it wants to show all crew status but it has not shown what I did wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 21:51:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318641#M829289</guid>
      <dc:creator>vengadeshpalani</dc:creator>
      <dc:date>2017-07-03T21:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Circular loop or synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318642#M829290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vengadesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If data is same granularity then concatenate it.or else use the link table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318642#M829290</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-04T06:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Circular loop or synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318643#M829291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you select a column that is not filled with values for each record, you automatically remove the records with NULL from your current record set. For example, selecting a JobID will remove the crew status information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's due to your data model, concatenating the given two fact tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may work around this using set analysis in certain use case scenarios, but as I said, it's hard to help here with the context provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-Circular-loop-or-synthetic-key/m-p/1318643#M829291</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-07-04T07:10:37Z</dc:date>
    </item>
  </channel>
</rss>

