<?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: Timestamp Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/958627#M329148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just try once..&lt;/P&gt;&lt;P&gt;Timestamp(Timestamp#('09/21/2015 &lt;STRONG&gt;12&lt;/STRONG&gt;:59:30 AM','MM/DD/YYYY hh:mm:ss tt'),'MM/DD/YYYY hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2015 07:48:02 GMT</pubDate>
    <dc:creator>PradeepReddy</dc:creator>
    <dc:date>2015-10-26T07:48:02Z</dc:date>
    <item>
      <title>Timestamp Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/958626#M329147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, I am facing issue in conversion of timestamp and format of the time stamp is '09/21/2015 00:59:30 AM' I m using this expression Timestamp(Timestamp#('09/21/2015 00:59:30 AM','MM/DD/YYYY hh:mm:ss tt'),'MM/DD/YYYY hh:mm:ss') and getting ouput as null. Please help me out. Regards Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 07:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/958626#M329147</guid>
      <dc:creator />
      <dc:date>2015-10-26T07:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/958627#M329148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just try once..&lt;/P&gt;&lt;P&gt;Timestamp(Timestamp#('09/21/2015 &lt;STRONG&gt;12&lt;/STRONG&gt;:59:30 AM','MM/DD/YYYY hh:mm:ss tt'),'MM/DD/YYYY hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 07:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/958627#M329148</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2015-10-26T07:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/958628#M329149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;=Timestamp(Timestamp#(left('09/21/2015 00:59:30 AM',19),'MM/DD/YYYY hh:mm:ss'),'MM/DD/YYYY hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 07:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/958628#M329149</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-10-26T07:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/958629#M329150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this also:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('09/21/2015 00:59:30 AM',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('09/21/2015 00:59:30 AM',3),'') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 08:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/958629#M329150</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2015-10-26T08:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/958630#M329151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;00:59:30 AM is an invalid time, the valid time &lt;SPAN style="font-size: 13.3333px;"&gt;12:59:30 AM.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Timestamp(Timestamp#('09/21/2015 12:59:30 AM', 'MM/DD/YYYY hh:mm:ss tt'))&amp;nbsp; -- Valid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other option is truncate AM/PM in timestamp and convert to DateTime like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Timestamp(Timestamp#(left('09/21/2015 00:59:30 AM',19),'MM/DD/YYYY hh:mm:ss'),'MM/DD/YYYY hh:mm:ss')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 09:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-Issue/m-p/958630#M329151</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-26T09:28:37Z</dc:date>
    </item>
  </channel>
</rss>

