<?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 text Change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038272#M349762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think in your case try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;date(date#(SubField('$(Fecha Inicio)',' ',2)&amp;amp;'-'&amp;amp; SubField('$(Fecha Inicio)',' ',4)&amp;amp;'-'&amp;amp; SubField('$(Fecha Inicio)',' ',6),'DD-MMMM-YYYY'),'DD-MM-YYYY') as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2016 17:47:49 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2016-04-01T17:47:49Z</dc:date>
    <item>
      <title>Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038255#M349745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change monday 15th february 2016 to this 15-02-16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 13:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038255#M349745</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-04-01T13:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038256#M349746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pablo!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this!..&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; line-height: 1.5em; color: #006699; font-size: 9pt !important;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; line-height: 1.5em; color: #006699; font-size: 9pt !important;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; line-height: 1.5em; color: #006699; font-size: 9pt !important;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; line-height: 1.5em; font-size: 9pt !important;"&gt;(MakeDate(&lt;/SPAN&gt;&lt;SPAN class="func" style="font-style: inherit; font-weight: inherit; line-height: 1.5em; color: #ff1493; font-size: 9pt !important;"&gt;YEAR&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; line-height: 1.5em; font-size: 9pt !important;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; line-height: 1.5em; color: #006699; font-size: 9pt !important;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; line-height: 1.5em; font-size: 9pt !important;"&gt;), &lt;/SPAN&gt;&lt;SPAN class="func" style="font-style: inherit; font-weight: inherit; line-height: 1.5em; color: #ff1493; font-size: 9pt !important;"&gt;MONTH&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; line-height: 1.5em; font-size: 9pt !important;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; line-height: 1.5em; color: #006699; font-size: 9pt !important;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; line-height: 1.5em; font-size: 9pt !important;"&gt;), &lt;/SPAN&gt;&lt;SPAN class="func" style="font-style: inherit; font-weight: inherit; line-height: 1.5em; color: #ff1493; font-size: 9pt !important;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; line-height: 1.5em; font-size: 9pt !important;"&gt;(MDate)),&lt;/SPAN&gt;&lt;SPAN class="string" style="font-style: inherit; font-weight: inherit; line-height: 1.5em; color: blue; font-size: 9pt !important;"&gt;'DD-MM-YY'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; line-height: 1.5em; font-size: 9pt !important;"&gt;)&amp;nbsp;&amp;nbsp; AS&amp;nbsp; Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 13:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038256#M349746</guid>
      <dc:creator>agustinbobba</dc:creator>
      <dc:date>2016-04-01T13:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038257#M349747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;monday 15th february 2016 or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;15th february 2016?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I mean WeekDayName is there or not?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 13:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038257#M349747</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-04-01T13:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038258#M349748</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&amp;nbsp; put a sample&amp;nbsp; for better understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 13:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038258#M349748</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-04-01T13:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038259#M349749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;= &lt;/P&gt;&lt;P&gt;Date (&lt;/P&gt;&lt;P&gt;&amp;nbsp; MakeDate (&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year (Date (Date# (Mid ('monday 15th february 2016', Index ('monday 15th february 2016', ' ', 2) + 1), 'MMMM YYYY'))),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month (Date (Date# (Mid ('monday 15th february 2016', Index ('monday 15th february 2016', ' ', 2) + 1), 'MMMM YYYY'))),&lt;/P&gt;&lt;P&gt;&amp;nbsp; KeepChar (SubField ('monday 15th february 2016', ' ', 2), '0123456789')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ),&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'DD-MM-YY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 13:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038259#M349749</guid>
      <dc:creator />
      <dc:date>2016-04-01T13:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038260#M349750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but Can you post 2-3 lines only in English... I don't understand this language... Sorry For this..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 14:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038260#M349750</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-04-01T14:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038261#M349751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If dateField contains a date like: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;monday 15th february 2016&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Date#(TextBetween(dateField, ' ', 'th') &amp;amp; '-' &amp;amp; SubField(dateField, ' ', 3) &amp;amp; '-' &amp;amp; SubField(dateField, ' ', 4), 'dd-MMMM-yyyy'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 14:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038261#M349751</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-04-01T14:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038262#M349752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pablo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;La fecha viene en ese formato desde la fuente?, creo que la solución de Ed Hilsinger es correcta, vas a tener que crear la fecha desde cero. A no ser que sea en formato numero que mi solución también es correcta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agustin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The date source came in this format?, the solution of Ed hilsinger is correct, you need to make the date from scratch. but if the date format is as a number you can use my solution as well)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 14:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038262#M349752</guid>
      <dc:creator>agustinbobba</dc:creator>
      <dc:date>2016-04-01T14:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038263#M349753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if the attached prototype is ok for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 14:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038263#M349753</guid>
      <dc:creator />
      <dc:date>2016-04-01T14:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038264#M349754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please find the attached QVW, which converts the date to your required format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;First I created variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vDate =Date#(TextBetween(InputDate, ' ', 'th') &amp;amp; '-' &amp;amp; SubField(InputDate, ' ', 3) &amp;amp; '-' &amp;amp; SubField(InputDate, ' ', 4), 'dd-MMMM-yyyy')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;then re-used that variable into text box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Date(vDate,'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hope this will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 15:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038264#M349754</guid>
      <dc:creator>psankepalli</dc:creator>
      <dc:date>2016-04-01T15:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038265#M349755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Attachment missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 15:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038265#M349755</guid>
      <dc:creator>psankepalli</dc:creator>
      <dc:date>2016-04-01T15:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038266#M349756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120233_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;date(date#(purgechar(SubField(InputDate,' ',2),'th') &amp;amp;'-'&amp;amp; mid(InputDate,Index(InputDate,' ',2)+1),'DD-MMMM YYYY'),'DD-MM-YYYY') as Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 15:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038266#M349756</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-01T15:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038267#M349757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replying I think the trouble is the long of data. I cant reach the information with your code in my app.&lt;/P&gt;&lt;P&gt;I attached a sample where i will try to explain the situation in my languague.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 17:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038267#M349757</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-04-01T17:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038268#M349758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Code will remain the same. Just apply the above logic with your data and see&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 17:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038268#M349758</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-01T17:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038269#M349759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put your cod into my sample qv, Question: I have to edit just the numbers? Date field show nothing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 17:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038269#M349759</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-04-01T17:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038270#M349760</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;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('$(Fecha Inicio)',', ',-1),' de ',' '),'DD MMMM YYYY'),'DD_MM_YYYY') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Fecha Inicio]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('$(Fecha Termino)',', ',-1),' de ',' '),'DD MMMM YYYY'),'DD_MM_YYYY') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Fecha Termino]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1009981"&gt;Read Excel and sort the data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment variables should be in your format..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;='DD-MM-YYYY';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;TimestampFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;='DD-MM-YYYY h:mm:ss[.fff]';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;MonthNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;='ene;feb;mar;abr;may;jun;jul;ago;sep;oct;nov;dic';&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;DayNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;='lun;mar;mié;jue;vie;sáb;dom';&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 17:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038270#M349760</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-04-01T17:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038271#M349761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 17:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038271#M349761</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2016-04-01T17:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date text Change</title>
      <link>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038272#M349762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think in your case try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;date(date#(SubField('$(Fecha Inicio)',' ',2)&amp;amp;'-'&amp;amp; SubField('$(Fecha Inicio)',' ',4)&amp;amp;'-'&amp;amp; SubField('$(Fecha Inicio)',' ',6),'DD-MMMM-YYYY'),'DD-MM-YYYY') as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 17:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-text-Change/m-p/1038272#M349762</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-01T17:47:49Z</dc:date>
    </item>
  </channel>
</rss>

