<?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: Number Presentation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390996#M145819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date(date#(fieldname,'YYYY-MM-DD'),'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2013 10:02:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-21T10:02:02Z</dc:date>
    <item>
      <title>Number Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390994#M145817</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;I have created a chart Dynamic and i have on field format date "YYYY-MM-DD" and i want to have this format "DD/MM/YYYY"&lt;/P&gt;&lt;P&gt;there is a way to do that knowing i remove and i add the field to chart dynamic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try this Settings ==&amp;gt; Document Prop ==&amp;gt;Number ==&amp;gt; Number Format Settings ==&amp;gt; Date"DD/MM/YYYY"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but doesn't work ?&lt;/P&gt;&lt;P&gt;i use QV 11 SR2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emteam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 09:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390994#M145817</guid>
      <dc:creator>emteam162</dc:creator>
      <dc:date>2013-05-21T09:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Number Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390995#M145818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use date function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE(field,'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390995#M145818</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-21T10:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Number Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390996#M145819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date(date#(fieldname,'YYYY-MM-DD'),'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390996#M145819</guid>
      <dc:creator />
      <dc:date>2013-05-21T10:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Number Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390997#M145820</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;1. Try this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Date(DateFieldName,'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. if you have string format use this one. This syntex convert string format to Date format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Date(Date#(DateFieldName,'DD-MM-YYYY'),'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390997#M145820</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-21T10:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Number Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390998#M145821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in load script where you use your datefield&lt;/P&gt;&lt;P&gt;try this in that load script&lt;/P&gt;&lt;P&gt;date(date#(datefield,'&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;YYYY-MM-DD&lt;/SPAN&gt;'),'DD/MM/YYYY') AS DateField&lt;/P&gt;&lt;P&gt;the date# function gives you same ormat and Date function gives you that format which you want&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390998#M145821</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-21T10:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Number Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390999#M145822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The document properties set the default date format. If the value already has a format then it will keep that format. You can give the date the correct format in the script. Maybe you can specify the wanted format on the Number tab of the chart. If not you'll have to use the date() function to change the format: date(MyDateField, 'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/390999#M145822</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-21T10:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Number Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/391000#M145823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer &lt;/P&gt;&lt;P&gt;but in my case i have 40 field type date their format "YYYY-MM-DD"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emteam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/391000#M145823</guid>
      <dc:creator>emteam162</dc:creator>
      <dc:date>2013-05-21T10:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Number Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/391001#M145824</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;Send sample data. What types of date you have&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/391001#M145824</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-21T10:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Number Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/391002#M145825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Hi &lt;SPAN style="color: #007fc0; font-family: Arial; font-size: 12px; font-weight: bold; text-align: center; background-color: #ffffff;"&gt;Gysbert Wassenaar&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Thanks for your answer&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;but in my case i have 40 field type date their format "YYYY-MM-DD"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Emteam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/391002#M145825</guid>
      <dc:creator>emteam162</dc:creator>
      <dc:date>2013-05-21T10:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Number Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/391003#M145826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATE(FIELDNAME,'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;DATE#(FIELDNAME,'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/391003#M145826</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2013-05-21T10:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Number Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/391004#M145827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you may have to override the date format in the script for those 40 fields. Make sure you set the DateFormat variable correctly: SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or just be lazy and live with the YYYY-MM-DD format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/391004#M145827</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-21T10:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Number Presentation</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/391005#M145828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my Script i have &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;SET DateFormat='DD/MM/YYYY';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;But doesn't working&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;I don't have no choose except to do date(FieldName,&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;'DD/MM/YYYY'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Many thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Emteam&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 15:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Presentation/m-p/391005#M145828</guid>
      <dc:creator>emteam162</dc:creator>
      <dc:date>2013-05-21T15:00:35Z</dc:date>
    </item>
  </channel>
</rss>

