<?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 Formats - help wanted in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619557#M1101377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have dates that are being displayed as numbers but can't find a way to format them as dates (see attached).&amp;nbsp; The only place I know to do this formatting is in Properties/Number.&amp;nbsp; But the date is not listed as a posible selection to format.&amp;nbsp; The Date only shows up in the Dimension and Presentation tabs and I can't find a way to format it as a date in either of those tabs.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 13:10:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-09T13:10:55Z</dc:date>
    <item>
      <title>Date Formats - help wanted</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619557#M1101377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have dates that are being displayed as numbers but can't find a way to format them as dates (see attached).&amp;nbsp; The only place I know to do this formatting is in Properties/Number.&amp;nbsp; But the date is not listed as a posible selection to format.&amp;nbsp; The Date only shows up in the Dimension and Presentation tabs and I can't find a way to format it as a date in either of those tabs.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 13:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619557#M1101377</guid>
      <dc:creator />
      <dc:date>2014-04-09T13:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formats - help wanted</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619558#M1101378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Denise,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you edit the dimension (or create a Calculated Dimension), you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date([Gas Day],'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you may have to convert to date format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date#([Gas Day],'DD/MM/YYYY')&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>Wed, 09 Apr 2014 13:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619558#M1101378</guid>
      <dc:creator />
      <dc:date>2014-04-09T13:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formats - help wanted</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619559#M1101379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date(41738) will give you 4/9/2014&lt;/P&gt;&lt;P&gt;In you script do&amp;nbsp; &lt;/P&gt;&lt;P&gt;date(datefield, 'MM-DD-YYYY') as datefield,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 13:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619559#M1101379</guid>
      <dc:creator />
      <dc:date>2014-04-09T13:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formats - help wanted</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619560#M1101380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can format it in the document settings under number&lt;/P&gt;&lt;P&gt;or you format it using the date function date(yourdate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 13:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619560#M1101380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-09T13:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formats - help wanted</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619561#M1101381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Denise, it looks like the gas day field is being imported purely as a number.&amp;nbsp; The best way to solve this would be in your load script, essentially tell QlikView that you want this field to be a date, not purely a number.&amp;nbsp; You can do that by using the date() function in the script.&amp;nbsp; QlikView tries to interpret values or fields when it loads them, but sometimes it is safer to specify what you want.&lt;/P&gt;&lt;P&gt;LOAD * ,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;date&lt;/SPAN&gt;(OldDate) as DateNoHash;&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;OldDate&lt;/P&gt;&lt;P&gt;41738&lt;/P&gt;&lt;P&gt;41739&lt;/P&gt;&lt;P&gt;41740&lt;/P&gt;&lt;P&gt;41741];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached simple example which may help you.&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for choosing QlikView!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 13:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619561#M1101381</guid>
      <dc:creator>Greg_Hood</dc:creator>
      <dc:date>2014-04-09T13:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formats - help wanted</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619562#M1101382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Denise,&lt;/P&gt;&lt;P&gt;You can for instance use the date functions in the script and transform the values before saving them or or you can use them when creating a calculated dimension already in the chart&lt;/P&gt;&lt;P&gt;In this post the date functions are explained in detail&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/411955#411955"&gt;http://community.qlik.com/message/411955#411955&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 13:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619562#M1101382</guid>
      <dc:creator>cfz</dc:creator>
      <dc:date>2014-04-09T13:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formats - help wanted</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619563#M1101383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 13:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Formats-help-wanted/m-p/619563#M1101383</guid>
      <dc:creator />
      <dc:date>2014-04-09T13:39:25Z</dc:date>
    </item>
  </channel>
</rss>

