<?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: Date Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168903#M913970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=textbetween('2016-01-27T19:04:00.251-06:00', 'T', '.')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Works also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the reason why the mid statement cannot be applied?&lt;/P&gt;&lt;P&gt;Is there any limitations regarding Data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 May 2016 10:15:10 GMT</pubDate>
    <dc:creator>MindaugasBacius</dc:creator>
    <dc:date>2016-05-30T10:15:10Z</dc:date>
    <item>
      <title>Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168896#M913963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a date field like 2016-01-27T&lt;STRONG&gt;19:04:00&lt;/STRONG&gt;.251-06:00&lt;/P&gt;&lt;P&gt;i want to retrieve the time hh:mm:ss from this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168896#M913963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168897#M913964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Time(Time#(Mid('2016-01-27T19:04:00.251-06:00', 12, 8), 'hh:mm:ss'), 'hh:mm:ss')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168897#M913964</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-30T10:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168898#M913965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try using one of these statement:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14646029715454973 jive_text_macro" jivemacro_uid="_14646029715454973" modifiedtitle="true"&gt;
&lt;P&gt;=Subfield(SubField('2016-01-27T19:04:00.251-06:00', 'T', 2), '.', 1)&lt;/P&gt;
&lt;P&gt;=mid('2016-01-27T19:04:00.251-06:00', 12, &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168898#M913965</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-05-30T10:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168899#M913966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any another away?@sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168899#M913966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-30T10:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168900#M913967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a, dates&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aa, 2016-01-27T19:04:00.251-06:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timestamp(Timestamp#(dates,'2016-01-27T19:04:00.251-06:00'),'hh:mm:ss') as newdate&lt;/P&gt;&lt;P&gt;Resident T2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168900#M913967</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-05-30T10:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168901#M913968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk image &lt;IMG alt="timestmp.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126197_timestmp.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168901#M913968</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-05-30T10:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168902#M913969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There might be, what is the issue with this way? If you can elaborate on the problem you are facing using this method, we might be able to provide alternate solutions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168902#M913969</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-30T10:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168903#M913970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=textbetween('2016-01-27T19:04:00.251-06:00', 'T', '.')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Works also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the reason why the mid statement cannot be applied?&lt;/P&gt;&lt;P&gt;Is there any limitations regarding Data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168903#M913970</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-05-30T10:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168904#M913971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not working chanty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168904#M913971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-30T10:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168905#M913972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date format is not fixed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168905#M913972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-30T10:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168906#M913973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using TextBetween as &lt;A _jive_internal="true" href="https://community.qlik.com/people/mindaugasbacius"&gt;Mindaugas Bacius&lt;/A&gt;‌ showed below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Time(Time#(TextBetween('2016-01-27T19:04:00.251-06:00', 'T', '.'), 'hh:mm:ss'), 'hh:mm:ss')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168906#M913973</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-30T10:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168907#M913974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you than share the rules according to what the Time should appear?&lt;/P&gt;&lt;P&gt;Or can you share all available possibilities of that date field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168907#M913974</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-05-30T10:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168908#M913975</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 This in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Column1&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'T',2),&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Time#&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Column1&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'T',2),'hh:mm:ss.fff-ff:ff')),'hh:mm:ss')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1168908#M913975</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2016-05-30T10:37:31Z</dc:date>
    </item>
  </channel>
</rss>

