<?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: Format  2021-05-17T04:00:00.000Z to date in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967596#M211837</link>
    <description>&lt;P&gt;Here is file csv.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 08:35:52 GMT</pubDate>
    <dc:creator>tuan_nguyen</dc:creator>
    <dc:date>2022-08-11T08:35:52Z</dc:date>
    <item>
      <title>Format  2021-05-17T04:00:00.000Z to date</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967516#M211806</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;How can i format&amp;nbsp;&lt;SPAN&gt; 2021-05-17T04:00:00.000Z to datetime&lt;BR /&gt;I use&amp;nbsp;TextBetween(SubField(Replace(' 2021-05-17T04:00:00.000Z ', '"', ''), 'start_at:', 2), '', ',') but not work&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 06:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967516#M211806</guid>
      <dc:creator>tuan_nguyen</dc:creator>
      <dc:date>2022-08-11T06:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Format  2021-05-17T04:00:00.000Z to date</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967532#M211811</link>
      <description>&lt;P&gt;Hi, you can use Timestamp#() to specify the input timestamp format:&lt;/P&gt;
&lt;P&gt;=Date(Timestamp#('2021-05-17T04:00:00.000Z','YYYY-MM-DDThh:mm:ss.tttZ'))&lt;/P&gt;
&lt;P&gt;The previous internally stores the time, just it's not show, to remove the time part:&lt;/P&gt;
&lt;P&gt;=Date(&lt;STRONG&gt;Floor(&lt;/STRONG&gt;Timestamp#('2021-05-17T04:00:00.000Z','YYYY-MM-DDThh:mm:ss.tttZ')))&lt;/P&gt;
&lt;P&gt;Or to keep and also show the time part:&lt;/P&gt;
&lt;P&gt;=&lt;STRONG&gt;Timestamp(&lt;/STRONG&gt;Timestamp#('2021-05-17T04:00:00.000Z','YYYY-MM-DDThh:mm:ss.tttZ'))&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 07:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967532#M211811</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-08-11T07:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Format  2021-05-17T04:00:00.000Z to date</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967534#M211812</link>
      <description>&lt;P&gt;'T' is a marker for am/pm I believe, so you'll need to get rid of it from the string. Here's an example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Timestamp#(
  Replace('2021-05-17T04:00:00.000Z','T',' '),
  'YYYY-MM-DD HH:mm:ss.fffZ'
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 Aug 2022 07:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967534#M211812</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2022-08-11T07:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Format  2021-05-17T04:00:00.000Z to date</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967561#M211821</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I tried your way, if hard coded like that then the data show up as i want, but if i use variable like in the picture it gets error, can you help me&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tuan_nguyen_0-1660203727914.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86525i2FF6A482DEFD3B1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tuan_nguyen_0-1660203727914.png" alt="tuan_nguyen_0-1660203727914.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tuan_nguyen_2-1660203832544.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86527iD04D59A1AA915B98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tuan_nguyen_2-1660203832544.png" alt="tuan_nguyen_2-1660203832544.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 07:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967561#M211821</guid>
      <dc:creator>tuan_nguyen</dc:creator>
      <dc:date>2022-08-11T07:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Format  2021-05-17T04:00:00.000Z to date</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967565#M211824</link>
      <description>&lt;P&gt;Hi, can you upload a sample app with only that field loaded to make some tests?&lt;/P&gt;
&lt;P&gt;Btw, I missed the key and the tttZ should be fffZ, but if you only want to keep the date it should not have any impact.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 07:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967565#M211824</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-08-11T07:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Format  2021-05-17T04:00:00.000Z to date</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967569#M211826</link>
      <description>&lt;P&gt;I use this data in file csv, so i can't upload this for you, sr &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967569#M211826</guid>
      <dc:creator>tuan_nguyen</dc:creator>
      <dc:date>2022-08-11T08:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Format  2021-05-17T04:00:00.000Z to date</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967573#M211828</link>
      <description>&lt;P&gt;I meant to make a new app, just copy the script that loads the datetime field and upload that qvf that only has reservation_start_at field.&lt;/P&gt;
&lt;P&gt;This is to create a table like the one you posted before, so I can take a look on the field make some test to conver to date.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967573#M211828</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-08-11T08:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Format  2021-05-17T04:00:00.000Z to date</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967591#M211834</link>
      <description>&lt;P&gt;i use qlik in the web, so i don't know how to make a new app, can i upload the file csv for you?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967591#M211834</guid>
      <dc:creator>tuan_nguyen</dc:creator>
      <dc:date>2022-08-11T08:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Format  2021-05-17T04:00:00.000Z to date</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967593#M211835</link>
      <description>&lt;P&gt;Ok, do a copy of the csv and only keep the datetime field. Just because maybe there is some info that it's better to not upload to internet.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967593#M211835</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-08-11T08:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Format  2021-05-17T04:00:00.000Z to date</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967596#M211837</link>
      <description>&lt;P&gt;Here is file csv.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967596#M211837</guid>
      <dc:creator>tuan_nguyen</dc:creator>
      <dc:date>2022-08-11T08:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Format  2021-05-17T04:00:00.000Z to date</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967600#M211838</link>
      <description>&lt;P&gt;So the file has uploaded with&amp;nbsp; double quotes at the begining and at the end, I removed them with:&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;Replace([start_at],'"','') as [start_at]&lt;/P&gt;
&lt;P&gt;In design I create a table with start_at as dimension and the measure:&amp;nbsp;=Date(Floor(Timestamp#(start_at,'YYYY-MM-DDThh:mm:ss.tttZ')))&lt;/P&gt;
&lt;P&gt;I also created it as a dimension, both are working:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rubenmarin_0-1660207372385.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86533iFE51A47381B41A37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rubenmarin_0-1660207372385.png" alt="rubenmarin_0-1660207372385.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you do the same test with this file it works?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967600#M211838</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-08-11T08:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Format  2021-05-17T04:00:00.000Z to date</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967605#M211840</link>
      <description>&lt;P&gt;I just only add more function trim() and&amp;nbsp;it work &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks for you help&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Format-2021-05-17T04-00-00-000Z-to-date/m-p/1967605#M211840</guid>
      <dc:creator>tuan_nguyen</dc:creator>
      <dc:date>2022-08-11T08:54:29Z</dc:date>
    </item>
  </channel>
</rss>

