<?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 Date format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/858320#M997355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I have a field called FECHA_SOLICITUD&lt;BR /&gt;&lt;BR /&gt;contains several dates (if a show&lt;BR /&gt;list box does show the date format&lt;BR /&gt;with their respective hours )&lt;BR /&gt;&lt;BR /&gt;I draw a list box on the deadline&lt;BR /&gt;putting in a list box as follows:&lt;BR /&gt;&lt;BR /&gt;max ( FECHA_SOLICITUD )&lt;BR /&gt;&lt;BR /&gt;It perfect but detail is that I&lt;BR /&gt;he is giving in " text " format and i need it&lt;BR /&gt;"Date " (date and time )&lt;BR /&gt;&lt;BR /&gt;How could I do to make me become&lt;BR /&gt;date format? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Thanks in advance : )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 22:15:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-18T22:15:04Z</dc:date>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/858320#M997355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I have a field called FECHA_SOLICITUD&lt;BR /&gt;&lt;BR /&gt;contains several dates (if a show&lt;BR /&gt;list box does show the date format&lt;BR /&gt;with their respective hours )&lt;BR /&gt;&lt;BR /&gt;I draw a list box on the deadline&lt;BR /&gt;putting in a list box as follows:&lt;BR /&gt;&lt;BR /&gt;max ( FECHA_SOLICITUD )&lt;BR /&gt;&lt;BR /&gt;It perfect but detail is that I&lt;BR /&gt;he is giving in " text " format and i need it&lt;BR /&gt;"Date " (date and time )&lt;BR /&gt;&lt;BR /&gt;How could I do to make me become&lt;BR /&gt;date format? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Thanks in advance : )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 22:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/858320#M997355</guid>
      <dc:creator />
      <dc:date>2015-06-18T22:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/858321#M997356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I fully understand your request, but to format the number returned by max(FECHA_SOLICITUD), you can use Date() or Timestamp() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date( max( FECHA_SOLICITUD) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Timestamp( &lt;SPAN style="font-size: 13.3333330154419px;"&gt;max( FECHA_SOLICITUD) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also specify a format code, like&lt;/P&gt;&lt;P&gt;=Date(max(FECHA_SOLICITUD), 'YYYY-MM-DD')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=Timestamp(max(FECHA_SOLICITUD), 'YYYY-MM-DD hh:mm:ss')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 22:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/858321#M997356</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-18T22:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/858322#M997357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Exactly , I just used because these formats&lt;BR /&gt;as Date or Date #, Timestamp or Timestamp #&lt;BR /&gt;&lt;BR /&gt;Still not working&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks anyway.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 22:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/858322#M997357</guid>
      <dc:creator />
      <dc:date>2015-06-18T22:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/858323#M997358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does &lt;/P&gt;&lt;P&gt;&lt;EM&gt;max(FECHA_SOLICITUD) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return a number? If yes, then you should be able to format the number using Date() or Timestamp().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then we need to look into your values of field FECHA_SOLICITUD.&lt;/P&gt;&lt;P&gt;Could you please post samples of these field values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 23:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/858323#M997358</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-18T23:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/858324#M997360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Following is the sample code &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Tmp:&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: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SHIFT_DAY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'YYYYMMDD'),'DD/MM/YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NewShiftDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CLOCK_IN_OUT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MM/DD/YYYY hh:mm'),'DD/MM/YYYY hh:mm') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NewClockInOut&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CLOCK_IN_OUT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MM/DD/YYYY hh:mm'),'DD/MM/YYYY hh:mm')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NewClockInOutNum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&amp;nbsp; &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: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; BRANCH_ID, EMPLOYEE_ID, CLOCK_IN_OUT, SHIFT_DAY&lt;BR /&gt; 24, 413481137, 6/17/2015 15:01, 20150617&lt;BR /&gt; 24, 413481137, 6/18/2015 3:36, 20150617&lt;BR /&gt; 24, 516151270, 6/17/2015 11:36, 20150617&lt;BR /&gt; 24, 516151270, 6/17/2015 19:26, 20150617&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt;"&gt;Also attached is the sample file &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 00:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/858324#M997360</guid>
      <dc:creator>svenkita</dc:creator>
      <dc:date>2015-06-19T00:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/858325#M997365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Venkita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example, there is something to simplify.&amp;nbsp; There is no need for the timestamp() here&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CLOCK_IN_OUT&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;,'MM/DD/YYYY hh:mm'),'DD/MM/YYYY hh:mm')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NewClockInOutNum&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It is enough to use it this way:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CLOCK_IN_OUT&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;,'MM/DD/YYYY hh:mm')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NewClockInOutNum&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 00:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/858325#M997365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-19T00:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/858326#M997368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wanted to show the options of converting the date to the format of Choice.&lt;/P&gt;&lt;P&gt;&amp;amp; the option of converting to num format as well which is easier to handle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 00:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/858326#M997368</guid>
      <dc:creator>svenkita</dc:creator>
      <dc:date>2015-06-19T00:48:30Z</dc:date>
    </item>
  </channel>
</rss>

