<?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 Import dates from Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327136#M1186918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATE("Your field&lt;EM style="font-size: 12px;"&gt;",&lt;/EM&gt;'DD/MM'YYYY') AS "Field Name"&lt;/P&gt;&lt;P&gt;and if you are getting duplicate value...than you can use the dual() &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2011 11:38:52 GMT</pubDate>
    <dc:creator>kamalqlik</dc:creator>
    <dc:date>2011-10-11T11:38:52Z</dc:date>
    <item>
      <title>Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327126#M1186908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I'm working on a file based on a BO extraction where i got 2 fields as date.&lt;/P&gt;&lt;P&gt;Unfortunately when the files are loaded i got values in this way 40817,12354 which is the xls date format, how could I transform them into DD/MM/YYYY?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 09:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327126#M1186908</guid>
      <dc:creator />
      <dc:date>2011-10-11T09:46:13Z</dc:date>
    </item>
    <item>
      <title>Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327127#M1186909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; In the load script, if the field name is MyDate:&lt;/P&gt;&lt;P&gt;Date(MyDate,'DD/MM/YYYY') as MyDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 09:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327127#M1186909</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2011-10-11T09:55:29Z</dc:date>
    </item>
    <item>
      <title>Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327128#M1186910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use dual in this as:&lt;/P&gt;&lt;P&gt;dual((Month(Date) &amp;amp;'-'&amp;amp;Year(Date)),num(MakeDate(year(Date),month(Date)))) as Monthyear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 10:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327128#M1186910</guid>
      <dc:creator />
      <dc:date>2011-10-11T10:00:34Z</dc:date>
    </item>
    <item>
      <title>Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327129#M1186911</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;You can use the DATE function in the script or front end to correct the field format. For Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE("&lt;EM&gt;Your Date Field",&lt;/EM&gt;'DD/MM'YYYY') AS "Date Field"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Front end Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE("&lt;EM&gt;Your Date Field",&lt;/EM&gt;'DD/MM'YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards GJ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 10:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327129#M1186911</guid>
      <dc:creator />
      <dc:date>2011-10-11T10:03:36Z</dc:date>
    </item>
    <item>
      <title>Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327130#M1186912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, the problem is that even if correctly converted if I use it in as list i got separate values for the same date.&lt;/P&gt;&lt;P&gt;It seems it is still reading the time part...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 10:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327130#M1186912</guid>
      <dc:creator />
      <dc:date>2011-10-11T10:34:59Z</dc:date>
    </item>
    <item>
      <title>Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327131#M1186913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Date(floor(MyDate),'DD/MM/YYYY') as MyDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 10:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327131#M1186913</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2011-10-11T10:42:36Z</dc:date>
    </item>
    <item>
      <title>Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327132#M1186914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot...i tried the same with the month and the year but is still duplicating &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/angry.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 10:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327132#M1186914</guid>
      <dc:creator />
      <dc:date>2011-10-11T10:57:39Z</dc:date>
    </item>
    <item>
      <title>Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327133#M1186915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Tell me how you have the month and year defined in your script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 10:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327133#M1186915</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2011-10-11T10:59:44Z</dc:date>
    </item>
    <item>
      <title>Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327134#M1186916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET TimeFormat='h.mm.ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY h.mm.ss[.fff]';&lt;/P&gt;&lt;P&gt;SET MonthNames='gen;feb;mar;apr;mag;giu;lug;ago;set;ott;nov;dic';&lt;/P&gt;&lt;P&gt;SET DayNames='lun;mar;mer;gio;ven;sab;dom';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 11:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327134#M1186916</guid>
      <dc:creator />
      <dc:date>2011-10-11T11:02:05Z</dc:date>
    </item>
    <item>
      <title>Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327135#M1186917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; This is just how the formatting is set.&lt;/P&gt;&lt;P&gt;When you say the months and years are duplicating, I assume you are talking about fields in a list box or table. &lt;/P&gt;&lt;P&gt;How are you loading those fields in your script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could attach a sample qvw demonstrating the problem, that would also be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 11:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327135#M1186917</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2011-10-11T11:06:42Z</dc:date>
    </item>
    <item>
      <title>Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327136#M1186918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATE("Your field&lt;EM style="font-size: 12px;"&gt;",&lt;/EM&gt;'DD/MM'YYYY') AS "Field Name"&lt;/P&gt;&lt;P&gt;and if you are getting duplicate value...than you can use the dual() &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 11:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327136#M1186918</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2011-10-11T11:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327137#M1186920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, as attachment the report i'm working on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 12:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327137#M1186920</guid>
      <dc:creator />
      <dc:date>2011-10-11T12:36:44Z</dc:date>
    </item>
    <item>
      <title>Import dates from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327138#M1186921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solve this issue....now I'm working on the traffic light indcator....i would set the indicator on this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count (num att) if codice esito= ok / count (num att)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 13:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Import-dates-from-Excel/m-p/327138#M1186921</guid>
      <dc:creator />
      <dc:date>2011-10-11T13:40:26Z</dc:date>
    </item>
  </channel>
</rss>

