<?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: Converting Date format + Time format into a combined string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Converting-Date-format-Time-format-into-a-combined-string/m-p/1099221#M909271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Confirmation Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Confirmation Time],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp([&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Confirmation &lt;/SPAN&gt;Date] + [&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Confirmation &lt;/SPAN&gt;Time]) as Timestamp,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2016 13:09:27 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-06-13T13:09:27Z</dc:date>
    <item>
      <title>Converting Date format + Time format into a combined string</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Date-format-Time-format-into-a-combined-string/m-p/1099218#M909268</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;Timestamp is used to convert string into Date formats and Time formats.&amp;nbsp; I'd like to find a way to do it the other way around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time:&lt;/P&gt;&lt;P&gt;11/06/2016&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14:12:15 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say I am interested in knowing the when the first date of sale of an article was or the last date.&amp;nbsp; Thus i was thinking of simply using Max(date) and Max(time) and min(date) min (time).&amp;nbsp; I can use this because the sheet object I am using to show the data is a pivot table, thus it would relate it properly to the relevant article.&amp;nbsp; However, I wish to represent the Article in one column and (date and time) in another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please give any advice on how I can combine the date and time in their relevant formats as in the example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max(date) &amp;amp; '' &amp;amp; Max(time) did not yield the required results, I am assuming it because of the formatting issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Date-format-Time-format-into-a-combined-string/m-p/1099218#M909268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Date format + Time format into a combined string</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Date-format-Time-format-into-a-combined-string/m-p/1099219#M909269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not just do it in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TimeStamp(Date + Time) as TimeStamp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then may be &lt;STRONG&gt;Max(TimeStamp)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 12:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Date-format-Time-format-into-a-combined-string/m-p/1099219#M909269</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-13T12:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Date format + Time format into a combined string</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Date-format-Time-format-into-a-combined-string/m-p/1099220#M909270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do i do it in the script?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i do it underneath the Load statement, it doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below example of the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Confirmation Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Confirmation Time],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp([Confirmed Date] + [Confirmed Time]) as Timestamp, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says that Confirmed Date doesn't exist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 13:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Date-format-Time-format-into-a-combined-string/m-p/1099220#M909270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-13T13:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Date format + Time format into a combined string</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Date-format-Time-format-into-a-combined-string/m-p/1099221#M909271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Confirmation Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Confirmation Time],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp([&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Confirmation &lt;/SPAN&gt;Date] + [&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Confirmation &lt;/SPAN&gt;Time]) as Timestamp,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 13:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Date-format-Time-format-into-a-combined-string/m-p/1099221#M909271</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-13T13:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Date format + Time format into a combined string</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Date-format-Time-format-into-a-combined-string/m-p/1099222#M909272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alot ! Rookie Error. Works like a charm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 13:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Date-format-Time-format-into-a-combined-string/m-p/1099222#M909272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-13T13:13:23Z</dc:date>
    </item>
  </channel>
</rss>

