<?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: Convert date time field to timestamp in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1840409#M69578</link>
    <description>&lt;P&gt;It is not giving error. It is not computing value, output is "-"&lt;/P&gt;</description>
    <pubDate>Thu, 30 Sep 2021 09:45:27 GMT</pubDate>
    <dc:creator>Sagar082</dc:creator>
    <dc:date>2021-09-30T09:45:27Z</dc:date>
    <item>
      <title>Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1839651#M69486</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;Greeting for the day. I have a column which contains date and time in following format;&lt;/P&gt;&lt;P&gt;'24-AUG-21 12:00:00.4660000 AM'&lt;/P&gt;&lt;P&gt;It has string data type.&lt;/P&gt;&lt;P&gt;The desire format is;&lt;/P&gt;&lt;P&gt;24/08/2021 00:00:00&lt;/P&gt;&lt;P&gt;Should have data type timestamp.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 09:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1839651#M69486</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2021-09-28T09:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1839654#M69488</link>
      <description>&lt;P&gt;Check timestamp() and Timestamp#()&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 09:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1839654#M69488</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2021-09-28T09:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1839655#M69489</link>
      <description>&lt;P&gt;=TimeStamp(Timestamp#('24-AUG-21 12:00:00.4660000 AM','DD-MMM-YY hh:mm:ss.ffff TT'))&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 09:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1839655#M69489</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2021-09-28T09:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1839661#M69492</link>
      <description>&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;TimeStamp(Timestamp#(ColumnName,'DD-MMM-YY hh:mm:ss.ffff TT'),'DD/MM/YYYY hh:mm:ss') as ColumnName&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 09:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1839661#M69492</guid>
      <dc:creator>akshatagrawal</dc:creator>
      <dc:date>2021-09-28T09:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1840057#M69551</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for reply. But, it is not working.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 10:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1840057#M69551</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2021-09-29T10:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1840099#M69553</link>
      <description>&lt;P&gt;what do you mean by not working?? is it giving you any error? or giving you wrong output? can you share some screenshot of it..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 12:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1840099#M69553</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2021-09-29T12:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1840409#M69578</link>
      <description>&lt;P&gt;It is not giving error. It is not computing value, output is "-"&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 09:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1840409#M69578</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2021-09-30T09:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1840424#M69583</link>
      <description>&lt;P&gt;not sure, why it's not working for you. Please find below screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akshatagrawal_0-1632996169503.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63045iFCB99154CDE57F78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="akshatagrawal_0-1632996169503.png" alt="akshatagrawal_0-1632996169503.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;load * Inline&lt;BR /&gt;[&lt;BR /&gt;time1&lt;BR /&gt;24-AUG-21 12:00:00.4660000 AM&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 10:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1840424#M69583</guid>
      <dc:creator>akshatagrawal</dc:creator>
      <dc:date>2021-09-30T10:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1840477#M69591</link>
      <description>&lt;P&gt;where you are writing?? in text box or in script??&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 11:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1840477#M69591</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2021-09-30T11:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1841225#M69680</link>
      <description>&lt;P&gt;Hi, Prashant&lt;/P&gt;&lt;P&gt;I'm writing in script, as keen to have column to make different operations.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 06:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1841225#M69680</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2021-10-04T06:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1841226#M69681</link>
      <description>&lt;P&gt;is it possible for you to share an app? or share snip of script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 06:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1841226#M69681</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2021-10-04T06:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1841228#M69682</link>
      <description>&lt;P&gt;Hi, Akshat&lt;/P&gt;&lt;P&gt;I believe you are writing the formula in analysis window whereas I was trying it in load window.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 06:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1841228#M69682</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2021-10-04T06:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Convert date time field to timestamp</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1841235#M69683</link>
      <description>&lt;P&gt;Hi Sagar,&lt;/P&gt;&lt;P&gt;I have tried it both the ways, data load editor as well as chart expression.&lt;/P&gt;&lt;P&gt;It's working fine. Please find attached screenshots.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akshatagrawal_0-1633330951742.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63230iA0AA9AC8570EBFD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="akshatagrawal_0-1633330951742.png" alt="akshatagrawal_0-1633330951742.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akshatagrawal_1-1633330979220.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63231i43392C3BF1D6E651/image-size/medium?v=v2&amp;amp;px=400" role="button" title="akshatagrawal_1-1633330979220.png" alt="akshatagrawal_1-1633330979220.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 07:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-date-time-field-to-timestamp/m-p/1841235#M69683</guid>
      <dc:creator>akshatagrawal</dc:creator>
      <dc:date>2021-10-04T07:03:24Z</dc:date>
    </item>
  </channel>
</rss>

