<?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 Loading in date fields with varying month case in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-in-date-fields-with-varying-month-case/m-p/1051457#M352884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following date field which loads in dates where the month is in the format Jan, Feb, Mar etc ... &lt;/P&gt;&lt;P&gt;However in some cases the data contains dates where the month is in format JAN, FEB, MAR hence will not get loaded. How can I adapt my script to pick up months in both formats ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(sales_date,'M/D/YYYY') as SALES_DATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2016 15:20:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-04T15:20:45Z</dc:date>
    <item>
      <title>Loading in date fields with varying month case</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-date-fields-with-varying-month-case/m-p/1051457#M352884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following date field which loads in dates where the month is in the format Jan, Feb, Mar etc ... &lt;/P&gt;&lt;P&gt;However in some cases the data contains dates where the month is in format JAN, FEB, MAR hence will not get loaded. How can I adapt my script to pick up months in both formats ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(sales_date,'M/D/YYYY') as SALES_DATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 15:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-date-fields-with-varying-month-case/m-p/1051457#M352884</guid>
      <dc:creator />
      <dc:date>2016-02-04T15:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in date fields with varying month case</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-date-fields-with-varying-month-case/m-p/1051458#M352885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Capitalize('JAN')&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Capitalize(YourMonthFieldName)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 15:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-date-fields-with-varying-month-case/m-p/1051458#M352885</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-02-04T15:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in date fields with varying month case</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-date-fields-with-varying-month-case/m-p/1051459#M352886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe by using date#() instead of date()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 15:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-date-fields-with-varying-month-case/m-p/1051459#M352886</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-04T15:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in date fields with varying month case</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-date-fields-with-varying-month-case/m-p/1051460#M352887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that for identical dates, only the first capitalisation of your month will be kept. All the others will be converted to the first one, because a QlikView symbol table will keep only one string representation for every distinct numerical value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 15:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-date-fields-with-varying-month-case/m-p/1051460#M352887</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-04T15:28:58Z</dc:date>
    </item>
  </channel>
</rss>

