<?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 converting data type from string to data and time in Qlik Compose</title>
    <link>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432329#M1306</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;in qlik sense&lt;/P&gt;
&lt;P&gt;I have a timestamp in a string format and I need to convert it into a date and time with e specific format.&lt;/P&gt;
&lt;P&gt;the idea is to be able to create a calendar or extracts month.week...etc from that field, which is not possible when it's a string&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Mar 2025 20:49:07 GMT</pubDate>
    <dc:creator>eyadelnagdy</dc:creator>
    <dc:date>2025-03-14T20:49:07Z</dc:date>
    <item>
      <title>converting data type from string to data and time</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432329#M1306</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;in qlik sense&lt;/P&gt;
&lt;P&gt;I have a timestamp in a string format and I need to convert it into a date and time with e specific format.&lt;/P&gt;
&lt;P&gt;the idea is to be able to create a calendar or extracts month.week...etc from that field, which is not possible when it's a string&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 20:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432329#M1306</guid>
      <dc:creator>eyadelnagdy</dc:creator>
      <dc:date>2025-03-14T20:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: converting data type from string to data and time</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432343#M1307</link>
      <description>&lt;P&gt;Use the &lt;A href="https://help.qlik.com/en-US/sense/Subsystems/Hub/Content/Sense_Hub/Scripting/InterpretationFunctions/date_hash.htm" target="_self"&gt;date#()&lt;/A&gt; function.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 11:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432343#M1307</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-03-19T11:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: converting data type from string to data and time</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432362#M1308</link>
      <description>&lt;P&gt;when I use date#(fieldname) it generated another column which is actually the same&lt;/P&gt;
&lt;P&gt;if I try to do Month(date#(filename)) it doesn't extract the month which means it doesn't understand it as a date&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 12:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432362#M1308</guid>
      <dc:creator>eyadelnagdy</dc:creator>
      <dc:date>2024-03-19T12:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: converting data type from string to data and time</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432373#M1309</link>
      <description>No, you need to specify the format. If your date in a field MyDateField &lt;BR /&gt;is a text value like '09/12/24 13:00' then you do date#(MyDateField, &lt;BR /&gt;'DD/MM/YY hh:mm').&lt;BR /&gt;&lt;BR /&gt;Please read the manual for the date#() function that I linked to.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Mar 2024 12:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432373#M1309</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-03-19T12:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: converting data type from string to data and time</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432384#M1310</link>
      <description>&lt;P&gt;Date(Floor(Date#(Field,'YYYY-MM-DD hh:mm:ss.fffffff +ff:ff')),'&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;DateFormat&lt;/STRONG&gt;&lt;/FONT&gt;')&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 13:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432384#M1310</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-03-19T13:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: converting data type from string to data and time</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432483#M1311</link>
      <description>&lt;P&gt;I found an easier solution. I used left(fieldname, 19) to extract the first 19 characters which includes the seconds and qlik recognised automatically the date and time&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 15:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/converting-data-type-from-string-to-data-and-time/m-p/2432483#M1311</guid>
      <dc:creator>eyadelnagdy</dc:creator>
      <dc:date>2024-03-19T15:53:44Z</dc:date>
    </item>
  </channel>
</rss>

