<?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 date from excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778269#M275867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have a date field like this(12-Nov-14)from excel. when i am loading this filed in to qlikview.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it is strange sometimes it is loading the Month in upper case like (12-NOV-14) and some times it is in (12-Nov-14)&lt;BR /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;.. can any one let me know why it is behaving like that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 10:31:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-28T10:31:15Z</dc:date>
    <item>
      <title>loading date from excel</title>
      <link>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778269#M275867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have a date field like this(12-Nov-14)from excel. when i am loading this filed in to qlikview.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it is strange sometimes it is loading the Month in upper case like (12-NOV-14) and some times it is in (12-Nov-14)&lt;BR /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;.. can any one let me know why it is behaving like that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 10:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778269#M275867</guid>
      <dc:creator />
      <dc:date>2015-01-28T10:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: loading date from excel</title>
      <link>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778270#M275868</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;It is loading as text.&lt;/P&gt;&lt;P&gt;If possible share your excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 10:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778270#M275868</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-01-28T10:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: loading date from excel</title>
      <link>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778271#M275869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using&lt;/P&gt;&lt;P&gt;Date(ExcelField,'DD-MMM-YYYY') should convert and format the data for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 10:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778271#M275869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-28T10:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: loading date from excel</title>
      <link>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778272#M275870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sruti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this one,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Num#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;YourDateFieldName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),'DD-MMM-YY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;YourDateFieldName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),'DD-MMM-YY') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 10:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778272#M275870</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2015-01-28T10:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: loading date from excel</title>
      <link>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778273#M275871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would check if the date is actually being picked as a date by QlikView by creating a list box object with the expression =&lt;STRONG&gt;IsText(Date)&lt;/STRONG&gt;. If you see only -1, that means your date column is actually loaded in as text. If you see both 0's and 1's then some may be loaded as date/num and others as text (wherever it is -1). If it is all showing 0's then I would go into document properties and number tab and pick the date field and assign my own format which would then be consistent across the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 11:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778273#M275871</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-01-28T11:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: loading date from excel</title>
      <link>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778274#M275872</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;&amp;nbsp;&amp;nbsp; It is not about conversion. actually the files are saved with .csv extension..when loading the date field from the&lt;/P&gt;&lt;P&gt;file the the text in the date filed is coming in upper case for some files and lower case for some of the files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 11:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778274#M275872</guid>
      <dc:creator />
      <dc:date>2015-01-28T11:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: loading date from excel</title>
      <link>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778275#M275873</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;Try&amp;nbsp; Formatting date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date,'DD-MMM-YYYY') as Date; - will display in text&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,'DD-MM-YYYY')&amp;nbsp; as Date; will display in numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason for loading the Month in mixed case,because date field in excel file itself has mixed case month in date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 11:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-date-from-excel/m-p/778275#M275873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-28T11:05:58Z</dc:date>
    </item>
  </channel>
</rss>

