<?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 Format in Chart (x-axis) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502744#M549769</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;In Dimension you can add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE(DATE_FIELD,'DD.MM.YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE(DATE_FIELD,'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Dec 2013 15:09:03 GMT</pubDate>
    <dc:creator>nilesh_gangurde</dc:creator>
    <dc:date>2013-12-18T15:09:03Z</dc:date>
    <item>
      <title>Date Format in Chart (x-axis)</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502742#M549765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I gues this question is simple to answer, but I can not figure out how I can display below the x-axis of a chart the date format (DD.MM.YYYY). At the moment it is showing numeric e.g. 41618 but needs to be 10.12.2013. I have tryed in the properties but it does not Change the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502742#M549765</guid>
      <dc:creator />
      <dc:date>2013-12-18T15:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Chart (x-axis)</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502743#M549766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joachim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest using the date() function applied to the variable which you want to use as the x axis. You should apply this date() function within the LOAD script of your qlikview application, as like in the example below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;date(varName, MonthFormat) as formattedDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then use formattedDate as a new variable within your charts. MonthFormat is actually taken from the SET statements at the beginning of your QlikView script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps. Please mark as answered if I have helped to answer your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502743#M549766</guid>
      <dc:creator>mjm</dc:creator>
      <dc:date>2013-12-18T15:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Chart (x-axis)</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502744#M549769</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;In Dimension you can add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE(DATE_FIELD,'DD.MM.YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE(DATE_FIELD,'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502744#M549769</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-12-18T15:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Chart (x-axis)</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502745#M549772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the format of your dimension field? You can force the date format using a calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(DateField, 'DD.MM.YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502745#M549772</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-12-18T15:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Chart (x-axis)</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502746#M549774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you so much!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;since the chart is created already, how do I access the LOAD script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502746#M549774</guid>
      <dc:creator />
      <dc:date>2013-12-18T15:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Chart (x-axis)</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502747#M549776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find the Dimension properties, where I can enter field, function, variable, etc. --&amp;gt; where exactly do I have to enter the DATE(DATE_FIELD, 'DD.MM.YYYY')? Am I looking at the right spot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502747#M549776</guid>
      <dc:creator />
      <dc:date>2013-12-18T15:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Chart (x-axis)</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502748#M549780</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;In Dimension Tab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove your Earlier Dimension which you added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then click on the "Add Calculated Dimension" &lt;/P&gt;&lt;P&gt;and Write the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=DATE(DATE_FIELD,'DD.MM.YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-Nilesh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502748#M549780</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-12-18T15:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format in Chart (x-axis)</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502749#M549781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with Calculated Dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(DATE_FEILD, 'DD.MM.YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format-in-Chart-x-axis/m-p/502749#M549781</guid>
      <dc:creator />
      <dc:date>2013-12-18T15:42:23Z</dc:date>
    </item>
  </channel>
</rss>

