<?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: Change 00:00am to 00:00 AM in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93470#M15041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;awesome thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2018 20:09:52 GMT</pubDate>
    <dc:creator>djbloiss</dc:creator>
    <dc:date>2018-10-10T20:09:52Z</dc:date>
    <item>
      <title>Change 00:00am to 00:00 AM</title>
      <link>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93464#M15035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data in a field that often someone typed in 00:00am instead of 00:00 AM or 00:00pm instead of 00:00 PM.&amp;nbsp; How do I separate it so it always recognized as time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 19:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93464#M15035</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-10-10T19:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change 00:00am to 00:00 AM</title>
      <link>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93465#M15036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try with : Timestamp(Timestamp#(Your_field, 'hh:mmTT'),'hh:mm TT')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 19:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93465#M15036</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2018-10-10T19:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change 00:00am to 00:00 AM</title>
      <link>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93466#M15037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can parse different formats using the Alt() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Time(Alt(Time#(Time,'hh:mmTT'),Time#(Time,'hh:mm TT'),Time)) as Time, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time as TimeOrig&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;P&gt;12:02am&lt;/P&gt;&lt;P&gt;12:03AM&lt;/P&gt;&lt;P&gt;12:04 pm&lt;/P&gt;&lt;P&gt;12:01 PM&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 19:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93466#M15037</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-10-10T19:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change 00:00am to 00:00 AM</title>
      <link>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93467#M15038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wouldn't I have to type out every time then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 19:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93467#M15038</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-10-10T19:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change 00:00am to 00:00 AM</title>
      <link>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93468#M15039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking about the INLINE LOAD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, that's just for demonstration of the Alt() function, so you can copy &amp;amp; paste to your QVW and reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your real app, your data source will not be an INLINE table, but a DB or file table using a FROM ... instead of the INLINE ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 20:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93468#M15039</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-10-10T20:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change 00:00am to 00:00 AM</title>
      <link>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93469#M15040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked great except sometimes the date is in the correct format of 00:00 AM, 00:00 PM, or even 00:00 with no AM or PM.&amp;nbsp; That is removing them?&amp;nbsp; What do I do to keep those in the field as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 20:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93469#M15040</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-10-10T20:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change 00:00am to 00:00 AM</title>
      <link>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93470#M15041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;awesome thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 20:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-00-00am-to-00-00-AM/m-p/93470#M15041</guid>
      <dc:creator>djbloiss</dc:creator>
      <dc:date>2018-10-10T20:09:52Z</dc:date>
    </item>
  </channel>
</rss>

