<?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 displaying dates in list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696219#M251544</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 am working with an Oracle database and&amp;nbsp; i see that the timestamps for different fields are shown in qlikview either as number or timestamp indistinctively, but to be honest i do not understand the logic. I understan qlikview treats the date values as number or text, then if i load the data into qlikview without an Interpretation function, the data shall be read as number or string, but not indistinctively, like showed in the list box attached, To be on the save side, do i always need to use the Interpretation function? why is qlikview displaying the date as number and as date in the same list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="timestamp.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62568_timestamp.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2014 09:58:15 GMT</pubDate>
    <dc:creator>felcar2013</dc:creator>
    <dc:date>2014-07-17T09:58:15Z</dc:date>
    <item>
      <title>displaying dates in list box</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696219#M251544</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 am working with an Oracle database and&amp;nbsp; i see that the timestamps for different fields are shown in qlikview either as number or timestamp indistinctively, but to be honest i do not understand the logic. I understan qlikview treats the date values as number or text, then if i load the data into qlikview without an Interpretation function, the data shall be read as number or string, but not indistinctively, like showed in the list box attached, To be on the save side, do i always need to use the Interpretation function? why is qlikview displaying the date as number and as date in the same list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="timestamp.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62568_timestamp.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 09:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696219#M251544</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2014-07-17T09:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: displaying dates in list box</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696220#M251545</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;SET&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='DD/MM/YYYY'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;You get something like this at the top of the script. This defines your default date format for the application. If the source data matches the format it would read the underlaying numeric values formatted as date otherwise as it is as simple numbers. For your case, I guess your source data has got two different formats of data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 10:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696220#M251545</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-17T10:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: displaying dates in list box</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696221#M251546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your time stamp format in oracle?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;F1,&lt;/P&gt;&lt;P&gt;F2,&lt;/P&gt;&lt;P&gt;DATE(DATE#(YOUR_DATE,'DD/MM/YYYY hh:mm:ss[.fff]'),'DD/MM/YYYY hh:mm:ss[.fff]') as Date,&lt;/P&gt;&lt;P&gt;F3;&lt;/P&gt;&lt;P&gt;sql select * from table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 10:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696221#M251546</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-17T10:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: displaying dates in list box</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696222#M251547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the load script do something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor([YourDate]))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as [DateField] ,&lt;/P&gt;&lt;P&gt;time(frac([YourDate]))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as [TimeField] ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 10:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696222#M251547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-17T10:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: displaying dates in list box</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696223#M251548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView fields are not type cast, i.e. a field can have a mixture of types. Why QlikView has recognized the format for one of the values, but not for the others, I don't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is anyway simple. Use one of the two following &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Load the field using a formatting function: Timestamp(%CONTACT_TIMESTAMP)&lt;/LI&gt;&lt;LI&gt;Format it in the UI under Properties - Number&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 10:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696223#M251548</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-07-17T10:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: displaying dates in list box</title>
      <link>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696224#M251549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all for the answers&lt;/P&gt;&lt;P&gt;Interpretation function seems to work well, Need to check data source formats&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 10:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/displaying-dates-in-list-box/m-p/696224#M251549</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2014-07-17T10:24:40Z</dc:date>
    </item>
  </channel>
</rss>

