<?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 Timestamp conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096607#M939185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to convert the following date to YYYYMM but am struggling to find the right format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;31JAN2015:00:00:00&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;I have searched on the community but have not come across the right example. Has anyone converted this type of timestamp yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 05:31:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-29T05:31:04Z</dc:date>
    <item>
      <title>Timestamp conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096607#M939185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to convert the following date to YYYYMM but am struggling to find the right format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;31JAN2015:00:00:00&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;I have searched on the community but have not come across the right example. Has anyone converted this type of timestamp yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 05:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096607#M939185</guid>
      <dc:creator />
      <dc:date>2016-01-29T05:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096608#M939186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it coming from Field or just this value only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=date(date#(YourField, 'NativeFormat'),'RequiredFormat')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096608#M939186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T12:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096609#M939187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MonthStart(Date#(Left(Trim(TimeStampField), 9), 'DDMMMYYYY')), 'YYYYMM') as TimeStamp&lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;Field&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096609#M939187</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T12:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096610#M939188</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..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Date(Date#('&lt;SPAN style="color: #0000ff;"&gt;31JAN2015:00:00:00&lt;/SPAN&gt;','&lt;SPAN style="color: #ff0000;"&gt;DDMMMYYYY:hh:mm:ss&lt;/SPAN&gt;'),'YYYYMM')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096610#M939188</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-01-29T12:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096611#M939189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest using MonthStart or MonthEnd because if you don't then may be you still see YYYYMM, it would still show up as multiple entries in list box or straight table because the date can still be different. With MonthStart we will essentially making all the dates within that month equal to 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 12:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096611#M939189</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T12:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096612#M939190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌&amp;nbsp; Noted. i will keep it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 13:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096612#M939190</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-01-29T13:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096613#M939191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; That worked perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2016 15:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096613#M939191</guid>
      <dc:creator />
      <dc:date>2016-01-31T15:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096614#M939192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am glad I was able to help &lt;/SPAN&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2016 16:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timestamp-conversion/m-p/1096614#M939192</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-31T16:00:58Z</dc:date>
    </item>
  </channel>
</rss>

