<?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: Linktable Nightmares... in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Linktable-Nightmares/m-p/2542#M177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have concatenated my pseudo keys into a link table, using the approach outlined... changing it to not concatenate took me a step forwards, in that current month budget now comes through...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, i still seem to be unable to get budget numbers for months where there are no orders or sales.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2018 07:35:39 GMT</pubDate>
    <dc:creator>ijcornish</dc:creator>
    <dc:date>2018-01-18T07:35:39Z</dc:date>
    <item>
      <title>Linktable Nightmares...</title>
      <link>https://community.qlik.com/t5/App-Development/Linktable-Nightmares/m-p/2540#M175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikSense...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struggling with Multiple Facts in the traditional Sales/Orders/Budget type model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have my tables of Orders &amp;amp; Sales with psuedo-key of Day, Product, Currency, Country &amp;amp; Customer (Key_Fact_Sales)&lt;/P&gt;&lt;P&gt;I have my Budget table, which is month, with pseudo key of Month, &lt;SPAN style="font-size: 13.3333px;"&gt;Product, Currency &amp;amp; COuntry. (Key_Fact_Budget)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;These are concatenated into a link table.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have separate dimension tables for Time (Time has Day, Month, Year etc), Product, Customer, Country &amp;amp; Currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales + Orders works fine.&lt;/P&gt;&lt;P&gt;However, when I add in Budget to the table, no data is returned - I think this is because of the different Key in the link table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How best to resolve this?&lt;/P&gt;&lt;P&gt;I have thought of adding Key_Fact_Budget keys to the Sales/Orders tables, but this would imply that when I look at YTD performance vs annual budget, the budget calcs would only consider those periods where there are corresponding Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 23:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linktable-Nightmares/m-p/2540#M175</guid>
      <dc:creator>ijcornish</dc:creator>
      <dc:date>2018-01-17T23:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linktable Nightmares...</title>
      <link>https://community.qlik.com/t5/App-Development/Linktable-Nightmares/m-p/2541#M176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you follow the guidelines outlined here: &lt;A href="https://community.qlik.com/qlik-blogpost/3119"&gt;Concatenate vs Link Table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You say that you concatenate to create a link table. That doesn't sound right to me. A CONCATENATE LOAD would not create the link table you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an open source project called QlikView Components which to a large degree can be used in Qlik Sense also. Among the functions covered in this library is one that create a link table for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/RobWunderlich/Qlikview-Components" title="https://github.com/RobWunderlich/Qlikview-Components"&gt;GitHub - RobWunderlich/Qlikview-Components: A library for common Qlikview Scripting tasks&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 06:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linktable-Nightmares/m-p/2541#M176</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-01-18T06:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Linktable Nightmares...</title>
      <link>https://community.qlik.com/t5/App-Development/Linktable-Nightmares/m-p/2542#M177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have concatenated my pseudo keys into a link table, using the approach outlined... changing it to not concatenate took me a step forwards, in that current month budget now comes through...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, i still seem to be unable to get budget numbers for months where there are no orders or sales.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 07:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linktable-Nightmares/m-p/2542#M177</guid>
      <dc:creator>ijcornish</dc:creator>
      <dc:date>2018-01-18T07:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linktable Nightmares...</title>
      <link>https://community.qlik.com/t5/App-Development/Linktable-Nightmares/m-p/2543#M178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could populate your Sales and Orders tables with rows containing null values or 0's in the metrics fields for these months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 13:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linktable-Nightmares/m-p/2543#M178</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-01-18T13:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linktable Nightmares...</title>
      <link>https://community.qlik.com/t5/App-Development/Linktable-Nightmares/m-p/2544#M179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution I found for this issue was to have a Sales &amp;amp; Orders Fact table with a link table to the dimensions.&lt;/P&gt;&lt;P&gt;The Budget Fact connected directly to the dimensions due to the different granularity of the data (month vs day)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 14:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linktable-Nightmares/m-p/2544#M179</guid>
      <dc:creator>ijcornish</dc:creator>
      <dc:date>2018-01-25T14:53:42Z</dc:date>
    </item>
  </channel>
</rss>

