<?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 text field of numbers to a time in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/convert-text-field-of-numbers-to-a-time/m-p/2542976#M109473</link>
    <description>&lt;P&gt;try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Time(Time#((Floor(163821.556552)), 'hhmmss'), 'hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nagaraju_KCS_0-1770970385573.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186884iABA6492A65C79A76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nagaraju_KCS_0-1770970385573.png" alt="Nagaraju_KCS_0-1770970385573.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Feb 2026 08:13:31 GMT</pubDate>
    <dc:creator>Nagaraju_KCS</dc:creator>
    <dc:date>2026-02-13T08:13:31Z</dc:date>
    <item>
      <title>convert text field of numbers to a time</title>
      <link>https://community.qlik.com/t5/App-Development/convert-text-field-of-numbers-to-a-time/m-p/2542941#M109466</link>
      <description>&lt;P&gt;Hello, in the example below, how do i convert ACQUISITIONTIME of 163821.556552 to 16:38:21?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="drohm002_0-1770928423679.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186880i03BA730164A88863/image-size/medium?v=v2&amp;amp;px=400" role="button" title="drohm002_0-1770928423679.png" alt="drohm002_0-1770928423679.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i already tried&amp;nbsp;Time(Time#(ACQUISITIONTIME, 'HHMMSS'), 'HH:MM:SS') as FormattedTime&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 20:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/convert-text-field-of-numbers-to-a-time/m-p/2542941#M109466</guid>
      <dc:creator>drohm002</dc:creator>
      <dc:date>2026-02-12T20:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: convert text field of numbers to a time</title>
      <link>https://community.qlik.com/t5/App-Development/convert-text-field-of-numbers-to-a-time/m-p/2542955#M109467</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Time(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Time#(Floor(Num(ACQUISITIONTIME)), 'HHMMSS'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 'hh:mm:ss'&lt;/P&gt;&lt;P&gt;) as FormattedTime&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 06:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/convert-text-field-of-numbers-to-a-time/m-p/2542955#M109467</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2026-02-13T06:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: convert text field of numbers to a time</title>
      <link>https://community.qlik.com/t5/App-Development/convert-text-field-of-numbers-to-a-time/m-p/2542959#M109470</link>
      <description>&lt;P&gt;A converting worked only if the specified format-pattern is absolutely identically to the values. It means in your case the milliseconds needs to be removed which might be done by numeric values with a rounding and by strings with any string-function. Further the format-pattern is case-sensitive. Therefore try it with:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Time(Time#(&lt;STRONG&gt;subfield(&lt;/STRONG&gt;ACQUISITIONTIME&lt;STRONG&gt;, '.', 1)&lt;/STRONG&gt;, '&lt;STRONG&gt;hhmmss&lt;/STRONG&gt;'), '&lt;STRONG&gt;hh:mm:ss&lt;/STRONG&gt;')&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 06:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/convert-text-field-of-numbers-to-a-time/m-p/2542959#M109470</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2026-02-13T06:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: convert text field of numbers to a time</title>
      <link>https://community.qlik.com/t5/App-Development/convert-text-field-of-numbers-to-a-time/m-p/2542976#M109473</link>
      <description>&lt;P&gt;try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Time(Time#((Floor(163821.556552)), 'hhmmss'), 'hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nagaraju_KCS_0-1770970385573.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186884iABA6492A65C79A76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nagaraju_KCS_0-1770970385573.png" alt="Nagaraju_KCS_0-1770970385573.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 08:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/convert-text-field-of-numbers-to-a-time/m-p/2542976#M109473</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2026-02-13T08:13:31Z</dc:date>
    </item>
  </channel>
</rss>

