<?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 Generation of missing dates across common axis for multiple date fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Generation-of-missing-dates-across-common-axis-for-multiple-date/m-p/1282824#M402081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a combination of Canonical Calendar and Generating missing reference dates concept .&lt;/P&gt;&lt;P&gt;we have multiple systems migrated into one new system and I need to show all dates on one time axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. [Opened Date], [Resolution Date] from New system&lt;/P&gt;&lt;P&gt;[Date Raised],[Resolved Date] from TR System&lt;/P&gt;&lt;P&gt;[Open date UTC],[Resolve date UTC] from IN system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show a trend of outstanding tickets across one common month axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outstanding ticket count as of 28 Feb = all tickets with blank [Resolution Date],[Resolved Date] and [Resolve date UTC] while being opened in Feb or prior to Feb. +&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tickets that were opened in Feb or prior to Feb but resolved after 28 Feb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to generate missing dates but only for one date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Challenge that I am facing is that even if I generate missing dates for each of these date fields how do i show it all on one axis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2017 04:29:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-14T04:29:10Z</dc:date>
    <item>
      <title>Generation of missing dates across common axis for multiple date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Generation-of-missing-dates-across-common-axis-for-multiple-date/m-p/1282824#M402081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a combination of Canonical Calendar and Generating missing reference dates concept .&lt;/P&gt;&lt;P&gt;we have multiple systems migrated into one new system and I need to show all dates on one time axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. [Opened Date], [Resolution Date] from New system&lt;/P&gt;&lt;P&gt;[Date Raised],[Resolved Date] from TR System&lt;/P&gt;&lt;P&gt;[Open date UTC],[Resolve date UTC] from IN system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show a trend of outstanding tickets across one common month axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outstanding ticket count as of 28 Feb = all tickets with blank [Resolution Date],[Resolved Date] and [Resolve date UTC] while being opened in Feb or prior to Feb. +&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tickets that were opened in Feb or prior to Feb but resolved after 28 Feb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to generate missing dates but only for one date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Challenge that I am facing is that even if I generate missing dates for each of these date fields how do i show it all on one axis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 04:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generation-of-missing-dates-across-common-axis-for-multiple-date/m-p/1282824#M402081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-14T04:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Generation of missing dates across common axis for multiple date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Generation-of-missing-dates-across-common-axis-for-multiple-date/m-p/1282825#M402082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the Opened Date, Date Raised and Open date UTC all mean the same thing, then I would alias them so the name is the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Opened Date]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Date Raised] as [Opened Date],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(This is assuming, of course, that you are concatenating the facts from all three sources into a single fact table)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 05:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generation-of-missing-dates-across-common-axis-for-multiple-date/m-p/1282825#M402082</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-03-14T05:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Generation of missing dates across common axis for multiple date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Generation-of-missing-dates-across-common-axis-for-multiple-date/m-p/1282826#M402083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan.. This helped and it did work out though script takes a longer time to load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 11:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generation-of-missing-dates-across-common-axis-for-multiple-date/m-p/1282826#M402083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-15T11:33:44Z</dc:date>
    </item>
  </channel>
</rss>

