<?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: how to transform a date with scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-transform-a-date-with-scripting/m-p/1070956#M921827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #575757; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;SET&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #575757;"&gt; &lt;EM&gt;ThousandSep&lt;/EM&gt;="'";&lt;BR /&gt;SET &lt;EM&gt;DecimalSep&lt;/EM&gt;='.';&lt;BR /&gt;SET &lt;EM&gt;MoneyThousandSep&lt;/EM&gt;="'";&lt;BR /&gt;SET &lt;EM&gt;MoneyDecimalSep&lt;/EM&gt;='.';&lt;BR /&gt;SET &lt;EM&gt;MoneyFormat&lt;/EM&gt;='fr. #''##0.00;fr.-#''##0.00';&lt;BR /&gt;SET &lt;EM&gt;TimeFormat&lt;/EM&gt;='hh:mm:ss';&lt;BR /&gt;SET &lt;EM&gt;DateFormat&lt;/EM&gt;='DD.MM.YYYY';&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;SET &lt;EM&gt;TimestampFormat&lt;/EM&gt;='YYYY-MM-DD hh:mm:ss';&lt;/SPAN&gt;&lt;BR /&gt;SET &lt;EM&gt;MonthNames&lt;/EM&gt;='janv.;févr.;mars;avr.;mai;juin;juil.;août;sept.;oct.;nov.;déc.';&lt;BR /&gt;SET &lt;EM&gt;DayNames&lt;/EM&gt;='lun.;mar.;mer.;jeu.;ven.;sam.;dim.';&lt;BR /&gt;&lt;BR /&gt;LOAD Nom, &lt;BR /&gt;Prénom, &lt;BR /&gt;[Adresse e-mail], &lt;BR /&gt;Status, &lt;BR /&gt;Langue, &lt;BR /&gt;[Champ libre 1], &lt;BR /&gt;[Champ libre 2], &lt;BR /&gt;Pays, &lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;Date(Floor([Date de création])) as Date,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Time(Frac([Date de création])) as Time&lt;/SPAN&gt;&lt;BR /&gt;FROM&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;M&gt;&lt;/M&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;(ooxml, embedded labels);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2016 08:14:49 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-04T08:14:49Z</dc:date>
    <item>
      <title>how to transform a date with scripting</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-transform-a-date-with-scripting/m-p/1070955#M921826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to split the following cell "date de création" into DATE and TIME, how to proceed in the Scripting...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;IMG alt="2016-05-04_10h06_11.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123463_2016-05-04_10h06_11.png" style="width: 620px; height: 78px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;ThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"'"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;DecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='.';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MoneyThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"'"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MoneyDecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='.';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MoneyFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='fr. #''##0.00;fr.-#''##0.00';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;TimeFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='hh:mm:ss';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='DD.MM.YYYY';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;TimestampFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='DD.MM.YYYY hh:mm:ss[.fff]';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MonthNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='janv.;févr.;mars;avr.;mai;juin;juil.;août;sept.;oct.;nov.;déc.';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;DayNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='lun.;mar.;mer.;jeu.;ven.;sam.;dim.';&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Nom&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Prénom&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Adresse e-mail]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Langue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Champ libre 1]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Champ libre 2]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Pays&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; de création &lt;BR /&gt; &lt;BR /&gt; FROM&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;M&gt;&lt;/M&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; (ooxml, embedded labels); &lt;/SPAN&gt;&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/how-to-transform-a-date-with-scripting/m-p/1070955#M921826</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to transform a date with scripting</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-transform-a-date-with-scripting/m-p/1070956#M921827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #575757; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;SET&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #575757;"&gt; &lt;EM&gt;ThousandSep&lt;/EM&gt;="'";&lt;BR /&gt;SET &lt;EM&gt;DecimalSep&lt;/EM&gt;='.';&lt;BR /&gt;SET &lt;EM&gt;MoneyThousandSep&lt;/EM&gt;="'";&lt;BR /&gt;SET &lt;EM&gt;MoneyDecimalSep&lt;/EM&gt;='.';&lt;BR /&gt;SET &lt;EM&gt;MoneyFormat&lt;/EM&gt;='fr. #''##0.00;fr.-#''##0.00';&lt;BR /&gt;SET &lt;EM&gt;TimeFormat&lt;/EM&gt;='hh:mm:ss';&lt;BR /&gt;SET &lt;EM&gt;DateFormat&lt;/EM&gt;='DD.MM.YYYY';&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;SET &lt;EM&gt;TimestampFormat&lt;/EM&gt;='YYYY-MM-DD hh:mm:ss';&lt;/SPAN&gt;&lt;BR /&gt;SET &lt;EM&gt;MonthNames&lt;/EM&gt;='janv.;févr.;mars;avr.;mai;juin;juil.;août;sept.;oct.;nov.;déc.';&lt;BR /&gt;SET &lt;EM&gt;DayNames&lt;/EM&gt;='lun.;mar.;mer.;jeu.;ven.;sam.;dim.';&lt;BR /&gt;&lt;BR /&gt;LOAD Nom, &lt;BR /&gt;Prénom, &lt;BR /&gt;[Adresse e-mail], &lt;BR /&gt;Status, &lt;BR /&gt;Langue, &lt;BR /&gt;[Champ libre 1], &lt;BR /&gt;[Champ libre 2], &lt;BR /&gt;Pays, &lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;Date(Floor([Date de création])) as Date,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Time(Frac([Date de création])) as Time&lt;/SPAN&gt;&lt;BR /&gt;FROM&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;M&gt;&lt;/M&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;(ooxml, embedded labels);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 08:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-transform-a-date-with-scripting/m-p/1070956#M921827</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T08:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to transform a date with scripting</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-transform-a-date-with-scripting/m-p/1070957#M921828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&amp;nbsp; for your support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 08:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-transform-a-date-with-scripting/m-p/1070957#M921828</guid>
      <dc:creator />
      <dc:date>2016-05-04T08:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to transform a date with scripting</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-transform-a-date-with-scripting/m-p/1070958#M921829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by using the date and date # function to implemented the which format you like in that format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 08:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-transform-a-date-with-scripting/m-p/1070958#M921829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-04T08:48:28Z</dc:date>
    </item>
  </channel>
</rss>

