<?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: How to add two fields as one DateTime field? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398269#M1160015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: timestamp#(Event_D &amp;amp; ' ' &amp;amp; Event_T,'DD/MM/YYYY hh:mm:ss') as EventDateTime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2012 07:57:57 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2012-12-03T07:57:57Z</dc:date>
    <item>
      <title>How to add two fields as one DateTime field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398266#M1160012</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 two fields: Event_D and Event_T. My db is microsoft access 2003. These two fields are text data type.&lt;/P&gt;&lt;P&gt;How can i make this two field into a datetime field in QlikView? Not sure of the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. Event_D: 01/05/2012 (text)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Event_T: 06:17:09 (text)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i wish to achieve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EventDateTime : 01/05/2012 06:17:09 (DD/MM/YYYY HH:MM:SS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;10e5x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398266#M1160012</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two fields as one DateTime field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398267#M1160013</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;You can concatenate the two fields to make one field:&lt;/P&gt;&lt;P&gt;Event_D &amp;amp; ' ' &amp;amp; Event_T as EventDateTime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha Rangari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 07:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398267#M1160013</guid>
      <dc:creator />
      <dc:date>2012-12-03T07:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two fields as one DateTime field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398268#M1160014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Try this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Timestamp(Timestamp#(Event_D &amp;amp; ' '&amp;amp; Event_T,'DD/MM/YYYY hh:mm:ss'),'DD/MM/YYY hh:mm:ss') as EventDate&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Jagan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 07:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398268#M1160014</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-12-03T07:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two fields as one DateTime field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398269#M1160015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: timestamp#(Event_D &amp;amp; ' ' &amp;amp; Event_T,'DD/MM/YYYY hh:mm:ss') as EventDateTime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 07:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398269#M1160015</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-03T07:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two fields as one DateTime field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398270#M1160016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Date#( DateField, 'M/D/YY') as Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 08:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398270#M1160016</guid>
      <dc:creator />
      <dc:date>2012-12-03T08:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to add two fields as one DateTime field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398271#M1160017</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;Thanks for all our replies. will try each as soon as possible. Currently faced with a very difficult problem, have to overcome before i continue. Gysbert may be aware of my problem, haha. The way i derive my working hours are totally wrong. Feel like asking the pros through QlikView but it will be a sql question not really QlikView. Should i even ask?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Troubled,&lt;/P&gt;&lt;P&gt;10e5x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 08:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-two-fields-as-one-DateTime-field/m-p/398271#M1160017</guid>
      <dc:creator />
      <dc:date>2012-12-03T08:13:44Z</dc:date>
    </item>
  </channel>
</rss>

