<?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: Formatting data with escape character? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Formatting-data-with-escape-character/m-p/57526#M3846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to keep the T because I'm going to make requests back to SurveyMonkey to get data after the max date that I've collected, so I need it in their format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose I could format the incoming text to remove the "T" with the replace function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Feb 2018 17:16:39 GMT</pubDate>
    <dc:creator>jonvitale</dc:creator>
    <dc:date>2018-02-20T17:16:39Z</dc:date>
    <item>
      <title>Formatting data with escape character?</title>
      <link>https://community.qlik.com/t5/App-Development/Formatting-data-with-escape-character/m-p/57524#M3844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am interpreting timestamps from SurveyMonkey that look like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;2018-02-13T21:03:38+00:00&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "T" and the "+00:00" seem to be constant. I see them on every timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To work with them properly I tried setting the timestamp format to:&lt;/P&gt;&lt;P&gt;'YYYY-MM-DDThh:mm:ss+00:00'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the "T" is being interpretted by Qlik as "A" or "P" for a.m. or PM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do something like this:&lt;/P&gt;&lt;P&gt;TimeStamp(Max(MyDateField))&lt;/P&gt;&lt;P&gt;I get:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;2018-02-13P08:40:53+00:00&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, is there a way to tell Qlik that the "T" in my timestamp format is not to be interpreted? Some sort of escape character? I also want to make sure that my outputted (max date) is in 24 hour time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 16:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formatting-data-with-escape-character/m-p/57524#M3844</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2018-02-20T16:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting data with escape character?</title>
      <link>https://community.qlik.com/t5/App-Development/Formatting-data-with-escape-character/m-p/57525#M3845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to keep the T in your date or getting rid of it is an option? Because it might still work if you store your timestamp without the T?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other alternative might be is to use Dual function where the text includes the T, but the numerical value doesn't&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 16:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formatting-data-with-escape-character/m-p/57525#M3845</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-20T16:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting data with escape character?</title>
      <link>https://community.qlik.com/t5/App-Development/Formatting-data-with-escape-character/m-p/57526#M3846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to keep the T because I'm going to make requests back to SurveyMonkey to get data after the max date that I've collected, so I need it in their format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose I could format the incoming text to remove the "T" with the replace function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 17:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formatting-data-with-escape-character/m-p/57526#M3846</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2018-02-20T17:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting data with escape character?</title>
      <link>https://community.qlik.com/t5/App-Development/Formatting-data-with-escape-character/m-p/57527#M3847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I guess you can go with the Dual function and use MaxString instead of Max to find the Max Date... it might become challenging to use it in set analysis to I recommend having a second field without T so that QlikView can use the new field, while SurveyMonkey can use the existing field....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 17:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formatting-data-with-escape-character/m-p/57527#M3847</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-20T17:22:08Z</dc:date>
    </item>
  </channel>
</rss>

