<?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: Combining dates from 2 sources in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799531#M282286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use date#() of Subfield() to remove timestamp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;Date(Date#(Subfield(DealTime,' '),'DD/MM/YYYY'),'DD/MM/YYYY') as datefield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Use Date#() if needed&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 04:49:05 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2014-12-10T04:49:05Z</dc:date>
    <item>
      <title>Combining dates from 2 sources</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799526#M282281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 unrelated tables with 1 common field, Date. However when selecting the dates in the listbox, the dates from the 2 tables are showing up separately, i.e. selecting 03/12/2014 selects the date for table 1 only. There is a duplicate 03/12/2014 linking to the other table. How can I combine the dates such that 1 date selection shows the data from both tables? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 06:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799526#M282281</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-12-09T06:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Combining dates from 2 sources</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799527#M282282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script use Floor()&lt;/P&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Floor(YourDateField)) as NewDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 06:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799527#M282282</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-12-09T06:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Combining dates from 2 sources</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799528#M282283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to load the tables like below and create common date table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load * From Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;Load * From Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CommonDate:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date1,&lt;/P&gt;&lt;P&gt;Date1 as [Date field]&lt;/P&gt;&lt;P&gt;'Table1 Date' as TableFlag&lt;/P&gt;&lt;P&gt;Resident Tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(CommonDate)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date2,&lt;/P&gt;&lt;P&gt;Date2 as [Date field]&lt;/P&gt;&lt;P&gt;'Table2 Date' as TableFlag&lt;/P&gt;&lt;P&gt;Resident Tab2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterCal:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;[Date field]&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 06:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799528#M282283</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-09T06:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Combining dates from 2 sources</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799529#M282284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sifat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure your data fields are using same format. You can reach it by date(Field, 'DD/MM/YYYY') as %Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 06:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799529#M282284</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2014-12-09T06:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Combining dates from 2 sources</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799530#M282285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anand and &lt;A href="https://community.qlik.com/qlik-users/150721"&gt;max dreamer&lt;/A&gt; I've created this Date island using the above and floor(Date), but now the Date format comes out as "DD/MM/YYYY hh:mm:ss" - how can I get rid of the hh:mm:ss when using floor? It didn't remove the timestamp despite using date(floor(DealTime),'DD/MM/YYYY') as DealTime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 08:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799530#M282285</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2014-12-09T08:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Combining dates from 2 sources</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799531#M282286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use date#() of Subfield() to remove timestamp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;Date(Date#(Subfield(DealTime,' '),'DD/MM/YYYY'),'DD/MM/YYYY') as datefield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Use Date#() if needed&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 04:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-dates-from-2-sources/m-p/799531#M282286</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-12-10T04:49:05Z</dc:date>
    </item>
  </channel>
</rss>

