<?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: Send to excel option in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Send-to-excel-option/m-p/702843#M253602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The qlikview file that is being developed will be used by different people at different part of the world and each of them will be having their own date format set on their machine. We cannot put restriction on them to set their system format to what we want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to get date in date format instead of string while exporting to excel using "Send to excel" option ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 09:28:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-20T09:28:57Z</dc:date>
    <item>
      <title>Send to excel option</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-excel-option/m-p/702841#M253600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to export a straight table into excel by clicking on "Send to excel" option. While exporting&lt;/P&gt;&lt;P&gt;date field is taken as string in excel. Is there any way to control it and export it as Date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 12:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-excel-option/m-p/702841#M253600</guid>
      <dc:creator />
      <dc:date>2014-06-18T12:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Send to excel option</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-excel-option/m-p/702842#M253601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does if your qlik date format is the same of your excel (windows) date format, otherways it is a string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 12:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-excel-option/m-p/702842#M253601</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-18T12:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Send to excel option</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-excel-option/m-p/702843#M253602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The qlikview file that is being developed will be used by different people at different part of the world and each of them will be having their own date format set on their machine. We cannot put restriction on them to set their system format to what we want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to get date in date format instead of string while exporting to excel using "Send to excel" option ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 09:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-excel-option/m-p/702843#M253602</guid>
      <dc:creator />
      <dc:date>2014-06-20T09:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Send to excel option</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-excel-option/m-p/702844#M253603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's only an idea ...&lt;/P&gt;&lt;P&gt;use 3 fields in the source xls:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year, Month, Day, in this way all excel files will have the same format and loading these data into qlikview will need only the makedate(year, month, day) function, in this way all dates will have the same format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 09:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-excel-option/m-p/702844#M253603</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-20T09:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Send to excel option</title>
      <link>https://community.qlik.com/t5/QlikView/Send-to-excel-option/m-p/702845#M253604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&amp;nbsp; and if you don't want to provoke this format you may build your own after the orginal like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if string looks like 21/06/20014&lt;/P&gt;&lt;P&gt;makedate(left(date,4), mid(date, 4, 2), right(date, 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 09:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-to-excel-option/m-p/702845#M253604</guid>
      <dc:creator />
      <dc:date>2014-06-20T09:38:29Z</dc:date>
    </item>
  </channel>
</rss>

