<?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 Add Date to Incremental Load with multiple tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Add-Date-to-Incremental-Load-with-multiple-tables/m-p/1281992#M26725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Referencing:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1158079"&gt;Link Table for Dimension Tables Only&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm at a loss and could really use some insight.&amp;nbsp; I've been at this nonstop for 3 weeks and am failing miserably.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a picture of the data model:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="datamodel.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145648_datamodel.JPG" style="height: 487px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each table is an individual feed of an individual, unique element and its attributes and associations.&lt;/P&gt;&lt;P&gt;The data is hierarchical, each dependent upon the upstream link(s).&amp;nbsp; &lt;/P&gt;&lt;P&gt;The data is incremental, with Slowly Changing Dimensions (type 2), therefore every new load is concatenated/joined to the existing QVD and re-saved as a new QVD.&lt;/P&gt;&lt;P&gt;The DataLink table is formed by simply loading the individual timestamps as CDIts from their respective tables.&amp;nbsp; No link to them (no ids loaded currently).&amp;nbsp; If I attempt to link them, I get either 7 synthetic keys or a circular reference depending on how I do it.&amp;nbsp; Every way I've tried (dozens of iterations) creates this problem.&amp;nbsp; Even if I leave the Qlik-Generated synthetic keys alone, the data does not associate properly.&lt;/P&gt;&lt;P&gt;NOTE:&amp;nbsp; WITHOUT the date injection, the data associates properly and displays accurately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no dates in the data.&amp;nbsp; I have inserted a uniquely-named timestamp (CDIts) into each table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I've explored:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Concatenating all tables into 1.&amp;nbsp; Produces 1 enormous table that bogs down performance/load substantially, plus from a development perspective, as each table/entity is its own element, keeping them separated would be my preference.&lt;/LI&gt;&lt;LI&gt;Link table:&amp;nbsp; The data doesn't associate properly, even when I use individual keys for each table.&amp;nbsp; It gets rid of the synthetic keys, but when displayed in the UI, the indirect data will not associate (ie, when a host is selected, the siteid will display, but not site.display-name).&lt;/LI&gt;&lt;LI&gt;Canonical date - all the dates will be common, not individual.&amp;nbsp; Just need 1 common datestamp where multiple items can be shown on the same timeline.&amp;nbsp; No dice.&lt;/LI&gt;&lt;LI&gt;Individual Master calendars - same as above.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read hundreds of articles on every related topic I can think of and none of them seem to do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE GOAL:&lt;/P&gt;&lt;P&gt;Every row is timestamped so I am able to use a hash function to compare new data with old data to find the dimension changes and flag them accordingly. (that part works)&lt;/P&gt;&lt;P&gt;Display temporal view of multiple items on the same timeline/graph, showing evolution/changes over time.&lt;/P&gt;&lt;P&gt;Display table view of WHAT changed on any given date, given date/range selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point, I just want to load data effectively and have it reference properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2016 19:38:59 GMT</pubDate>
    <dc:creator>joey_lutes</dc:creator>
    <dc:date>2016-12-05T19:38:59Z</dc:date>
    <item>
      <title>Add Date to Incremental Load with multiple tables</title>
      <link>https://community.qlik.com/t5/App-Development/Add-Date-to-Incremental-Load-with-multiple-tables/m-p/1281992#M26725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Referencing:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1158079"&gt;Link Table for Dimension Tables Only&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm at a loss and could really use some insight.&amp;nbsp; I've been at this nonstop for 3 weeks and am failing miserably.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a picture of the data model:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="datamodel.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145648_datamodel.JPG" style="height: 487px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each table is an individual feed of an individual, unique element and its attributes and associations.&lt;/P&gt;&lt;P&gt;The data is hierarchical, each dependent upon the upstream link(s).&amp;nbsp; &lt;/P&gt;&lt;P&gt;The data is incremental, with Slowly Changing Dimensions (type 2), therefore every new load is concatenated/joined to the existing QVD and re-saved as a new QVD.&lt;/P&gt;&lt;P&gt;The DataLink table is formed by simply loading the individual timestamps as CDIts from their respective tables.&amp;nbsp; No link to them (no ids loaded currently).&amp;nbsp; If I attempt to link them, I get either 7 synthetic keys or a circular reference depending on how I do it.&amp;nbsp; Every way I've tried (dozens of iterations) creates this problem.&amp;nbsp; Even if I leave the Qlik-Generated synthetic keys alone, the data does not associate properly.&lt;/P&gt;&lt;P&gt;NOTE:&amp;nbsp; WITHOUT the date injection, the data associates properly and displays accurately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no dates in the data.&amp;nbsp; I have inserted a uniquely-named timestamp (CDIts) into each table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I've explored:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Concatenating all tables into 1.&amp;nbsp; Produces 1 enormous table that bogs down performance/load substantially, plus from a development perspective, as each table/entity is its own element, keeping them separated would be my preference.&lt;/LI&gt;&lt;LI&gt;Link table:&amp;nbsp; The data doesn't associate properly, even when I use individual keys for each table.&amp;nbsp; It gets rid of the synthetic keys, but when displayed in the UI, the indirect data will not associate (ie, when a host is selected, the siteid will display, but not site.display-name).&lt;/LI&gt;&lt;LI&gt;Canonical date - all the dates will be common, not individual.&amp;nbsp; Just need 1 common datestamp where multiple items can be shown on the same timeline.&amp;nbsp; No dice.&lt;/LI&gt;&lt;LI&gt;Individual Master calendars - same as above.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read hundreds of articles on every related topic I can think of and none of them seem to do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE GOAL:&lt;/P&gt;&lt;P&gt;Every row is timestamped so I am able to use a hash function to compare new data with old data to find the dimension changes and flag them accordingly. (that part works)&lt;/P&gt;&lt;P&gt;Display temporal view of multiple items on the same timeline/graph, showing evolution/changes over time.&lt;/P&gt;&lt;P&gt;Display table view of WHAT changed on any given date, given date/range selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point, I just want to load data effectively and have it reference properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 19:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-Date-to-Incremental-Load-with-multiple-tables/m-p/1281992#M26725</guid>
      <dc:creator>joey_lutes</dc:creator>
      <dc:date>2016-12-05T19:38:59Z</dc:date>
    </item>
  </channel>
</rss>

