<?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 Consolidating dates from different tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Consolidating-dates-from-different-tables/m-p/1231252#M392307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Qlikview report with two different dates to be consolidated. I have used data island technique throughout my report for other dates. So I am using same for these two dates also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my sample app I have loaded those two dates and concatenated into one to use it in my dashboard. The actual concatenation fetches many rows while loading via script. Also , logically it displays incorrect count in the dashboard table. Please help in resolving this issue to display correct results in the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WR,&lt;/P&gt;&lt;P&gt;James !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2017 13:03:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-11T13:03:54Z</dc:date>
    <item>
      <title>Consolidating dates from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Consolidating-dates-from-different-tables/m-p/1231252#M392307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Qlikview report with two different dates to be consolidated. I have used data island technique throughout my report for other dates. So I am using same for these two dates also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my sample app I have loaded those two dates and concatenated into one to use it in my dashboard. The actual concatenation fetches many rows while loading via script. Also , logically it displays incorrect count in the dashboard table. Please help in resolving this issue to display correct results in the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WR,&lt;/P&gt;&lt;P&gt;James !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2017 13:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consolidating-dates-from-different-tables/m-p/1231252#M392307</guid>
      <dc:creator />
      <dc:date>2017-01-11T13:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Consolidating dates from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Consolidating-dates-from-different-tables/m-p/1231253#M392308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First think you have synthetic key and those cause some problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create 2 calendars (sorry do not have qvd so cannot make any changes in app)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or load the same data twice one with date1 as Date_field and second with date2 ad Date_field and ad flag one for 1 date1 and 2 for date2 and toggle depends what date the calculation should be made base of.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2017 13:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consolidating-dates-from-different-tables/m-p/1231253#M392308</guid>
      <dc:creator>annafuksa1</dc:creator>
      <dc:date>2017-01-11T13:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Consolidating dates from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Consolidating-dates-from-different-tables/m-p/1231254#M392309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I cannot avoid that syn key as i need both of the data in my report. Secondly , if you open my report and see the script, the date fields I have loaded in the table 'OrderLinesDate' loads 30 million rows which seems wrong. I want to load this in correct way. Those date fields come from two different tables (see the script above this table's script). I don't know whether I have loaded it in correct way by using multiple 'IF' in the load script. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 07:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consolidating-dates-from-different-tables/m-p/1231254#M392309</guid>
      <dc:creator />
      <dc:date>2017-01-12T07:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Consolidating dates from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/Consolidating-dates-from-different-tables/m-p/1231255#M392310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, so do not use this 2 fields and instead use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 'KNES' &amp;amp; [Supplier Code] as %KeyKNES,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way you will use both fields and avoid synthetic key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probably there is somewhere wrong left join (ex.&lt;SPAN style="font-size: 13.3333px;"&gt; relation 1 to many) &lt;/SPAN&gt; and it blow your table . &lt;/P&gt;&lt;P&gt;with our QVD I cannot say where is e problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to reload the tables one join on a time like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only 1st table, - check number of rows&lt;/P&gt;&lt;P&gt;only 1st and 2nd table &lt;SPAN style="font-size: 13.3333px;"&gt;- check number of rows&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;only 1st 2nd and 3th table &lt;SPAN style="font-size: 13.3333px;"&gt;- check number of rows&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to see where is a problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 10:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consolidating-dates-from-different-tables/m-p/1231255#M392310</guid>
      <dc:creator>annafuksa1</dc:creator>
      <dc:date>2017-01-12T10:17:02Z</dc:date>
    </item>
  </channel>
</rss>

