<?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/309759#M585289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to put the date format like '30-AUG-11'. I can get to '30-Aug-11', but i need the month to be written in capital letters. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2011 12:55:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-30T12:55:20Z</dc:date>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/309759#M585289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to put the date format like '30-AUG-11'. I can get to '30-Aug-11', but i need the month to be written in capital letters. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 12:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/309759#M585289</guid>
      <dc:creator />
      <dc:date>2011-08-30T12:55:20Z</dc:date>
    </item>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/309760#M585290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try upper() function, like in &lt;/P&gt;&lt;P&gt;=upper(Date(today(),'DD-MMM-YYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 13:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/309760#M585290</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-08-30T13:02:13Z</dc:date>
    </item>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/309761#M585293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i believe only upper can be used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;upper(datefieldname)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 13:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/309761#M585293</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-08-30T13:08:32Z</dc:date>
    </item>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/309762#M585294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is i get the date from an excel file like '20-AUG-11'. If I go to file settings, numbers and date how do i tell it to put the letters as capital letters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 13:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/309762#M585294</guid>
      <dc:creator />
      <dc:date>2011-08-30T13:19:05Z</dc:date>
    </item>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/309763#M585295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; while fetching in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;upper(datefieldname) as&amp;nbsp; datefieldname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 13:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/309763#M585295</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-08-30T13:28:45Z</dc:date>
    </item>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/309764#M585296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don#t have a common script. The only thing i do is to hold data from excels, so the date i get is in a colum of the file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 13:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/309764#M585296</guid>
      <dc:creator />
      <dc:date>2011-08-30T13:36:24Z</dc:date>
    </item>
    <item>
      <title>Date format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format/m-p/309765#M585297</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;You are not using a script? I think QV will not load anything without a script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you used the assistant from the start page to open the excel file? This will also create a script, go to file--&amp;gt;edit script or use CTRL-E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should see some line with &lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;from ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be a field name indicating your date column in excel, either named or something like @1.&lt;/P&gt;&lt;P&gt;use the upper function on that fieldname and rename the field with as (as given by Sunil).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use upper(yourfield) in any expression (list box), text field etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do you want something totally different from that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 14:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format/m-p/309765#M585297</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-08-30T14:08:12Z</dc:date>
    </item>
  </channel>
</rss>

