<?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: Number format setting 'Expression Default' and Excel export in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327225#M120443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wrapping the numeric expressions/fields in num() does not work when you have mixed expression number formats and use the "Send to Excel" option.&amp;nbsp; However, it does work when you use the "Copy to Clipboard", ... "Full Table".&amp;nbsp; Then paste it in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created buttons with macros for my end users that do the copy/paste and adjust column/row widths of the cells in Excel where I am using tables with mixed formats.&amp;nbsp; It is one click for the end user and they really like that option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping that this was a bug and QlikTech would correct this issue going forward.&amp;nbsp; I am trying to eliminate as many macros as possible, but with this issue, I don't see how to avoid it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2011 14:41:33 GMT</pubDate>
    <dc:creator>dwh1104</dc:creator>
    <dc:date>2011-11-18T14:41:33Z</dc:date>
    <item>
      <title>Number format setting 'Expression Default' and Excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327217#M120435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, in a function in a QV application is use the number format 'expression default' in the expression is set the different formats on base of the dimension elements and the num function. This looks like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;If&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;( DimX='1',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Num(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(vFunc1),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'#.##0,0%')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;( DimX='2',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Num(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(vFunc2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'#.##0,0%')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (DimX='3',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Num(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(vFunc3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'#.##0')&lt;/P&gt;&lt;P&gt;)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;When I use the excel export, it gives the figures as a text field and it rounds the figures. When u use the other formats, other than 'expression default' it exports good. It is also going wrong when exporting from the web front-end (IE-Plugin, ajax not tested), then it's exporting the figure without any format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel export from desktop application:&lt;/P&gt;&lt;P&gt;﻿&lt;IMG alt="2011-06-28 16.2401.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/5481_2011-06-28+16.2401.gif" /&gt;&lt;/P&gt;&lt;P&gt;the first two as text and the last one is good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel export from web front-end:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2011-06-28 16.2802.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/5482_2011-06-28+16.2802.gif" /&gt;&lt;/P&gt;&lt;P&gt;the first two without any format and the last one good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone seen and solved this before? Can you help me please, thanx in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 14:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327217#M120435</guid>
      <dc:creator />
      <dc:date>2011-06-28T14:30:27Z</dc:date>
    </item>
    <item>
      <title>Number format setting 'Expression Default' and Excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327218#M120436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone an idea about this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 06:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327218#M120436</guid>
      <dc:creator />
      <dc:date>2011-06-29T06:11:54Z</dc:date>
    </item>
    <item>
      <title>Number format setting 'Expression Default' and Excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327219#M120437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;Could you please attach the File with some sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 06:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327219#M120437</guid>
      <dc:creator />
      <dc:date>2011-06-29T06:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Number format setting 'Expression Default' and Excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327220#M120438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An example!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 06:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327220#M120438</guid>
      <dc:creator />
      <dc:date>2011-06-29T06:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Number format setting 'Expression Default' and Excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327221#M120439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 18:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327221#M120439</guid>
      <dc:creator />
      <dc:date>2011-06-29T18:11:14Z</dc:date>
    </item>
    <item>
      <title>Number format setting 'Expression Default' and Excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327222#M120440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See also this one &lt;A _jive_internal="true" href="https://community.qlik.com/message/120429#120429"&gt;http://community.qlik.com/message/120429#120429&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 18:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327222#M120440</guid>
      <dc:creator />
      <dc:date>2011-06-29T18:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Number format setting 'Expression Default' and Excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327223#M120441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also having the same issue as we recently upgraded to QV10 SR3.&amp;nbsp; My table exported as expected in QV9 SR7.&amp;nbsp; So, there is definitely something that changed between the two versions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 17:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327223#M120441</guid>
      <dc:creator>dwh1104</dc:creator>
      <dc:date>2011-09-28T17:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Number format setting 'Expression Default' and Excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327224#M120442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like you've found one of the changes between v9 and v10, thedefault excel format is now Text.&lt;/P&gt;&lt;P&gt;To work around this you can wrap your numeric expressions/fields in the num(), they will then export to excel as numeric values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the V10 SR3 release notes:&lt;/P&gt;&lt;P&gt;The default export format when exporting to Excel is now always text. Ifyou &lt;/P&gt;&lt;P&gt;experience that exports from your application has changed, then you need tochange &lt;/P&gt;&lt;P&gt;the format of those columns to some appropriate numeric format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 10:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327224#M120442</guid>
      <dc:creator>peter_turner</dc:creator>
      <dc:date>2011-11-18T10:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Number format setting 'Expression Default' and Excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327225#M120443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wrapping the numeric expressions/fields in num() does not work when you have mixed expression number formats and use the "Send to Excel" option.&amp;nbsp; However, it does work when you use the "Copy to Clipboard", ... "Full Table".&amp;nbsp; Then paste it in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created buttons with macros for my end users that do the copy/paste and adjust column/row widths of the cells in Excel where I am using tables with mixed formats.&amp;nbsp; It is one click for the end user and they really like that option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping that this was a bug and QlikTech would correct this issue going forward.&amp;nbsp; I am trying to eliminate as many macros as possible, but with this issue, I don't see how to avoid it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327225#M120443</guid>
      <dc:creator>dwh1104</dc:creator>
      <dc:date>2011-11-18T14:41:33Z</dc:date>
    </item>
    <item>
      <title>Number format setting 'Expression Default' and Excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327226#M120444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Working in 9SR6 and 7 I have found that exporting to Excel depends very much on the version of not only Excel but also of windows. E.g. Exporting "2011/10" (calendar week 10 of year 2011) it is a string not a date function I get differing results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- W7 Ultimate to Office 2010 - the entire column comes out clean "as is seen in QV"&lt;/P&gt;&lt;P&gt;- XP to Office 2003 - the column has a mixed status of "as seen in QV" and the number in time format 40nnn. Have not found a way of controlling that.&lt;/P&gt;&lt;P&gt;- W7 professional to Office 2003 or 2010 often also a mixed salad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No amount of formatting in Excel sets this correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe these things are related? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Petra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 17:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327226#M120444</guid>
      <dc:creator>picturebox</dc:creator>
      <dc:date>2011-11-18T17:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Number format setting 'Expression Default' and Excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327227#M120445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There might be a relation, but when we were on QV9 SR7, there were no issues at all with the Excel export.&amp;nbsp; Now that we are on QV10 SR3, this is where we encountered the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 17:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327227#M120445</guid>
      <dc:creator>dwh1104</dc:creator>
      <dc:date>2011-11-18T17:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Number format setting 'Expression Default' and Excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327228#M120446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you Dan for the information.&lt;/P&gt;&lt;P&gt;This change in QlikView 10 (exporting as text) has caused a lot of grief at our company as we are transistioning from 8.5 to 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 17:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format-setting-Expression-Default-and-Excel-export/m-p/327228#M120446</guid>
      <dc:creator />
      <dc:date>2012-01-06T17:24:38Z</dc:date>
    </item>
  </channel>
</rss>

