<?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 Excel exports field with value 00149E5 as 0014900000 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182995#M48408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only solution I could find is to use a calculated dimension instead of the dimension itself and display ='"'&amp;amp;Dimension&amp;amp;'"'. This will then give you "00149E5" which Qlikview will recognise as text.&lt;/P&gt;&lt;P&gt;I am a little worried that you want to display numerics in the same dimension. If that is the case let me know and I will dig a little more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Dec 2009 22:29:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-10T22:29:13Z</dc:date>
    <item>
      <title>Excel exports field with value 00149E5 as 0014900000</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182989#M48402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When exporting a table with excel containing the dimension value: 00149&lt;B&gt;E5&lt;/B&gt; the export contains the value 00149&lt;B&gt;00000&lt;/B&gt;&lt;/P&gt;&lt;P&gt;It seems that Excel interprets the E5 as 00000 ...&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions how to fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 16:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182989#M48402</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-10T16:49:32Z</dc:date>
    </item>
    <item>
      <title>Excel exports field with value 00149E5 as 0014900000</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182990#M48403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had to do something similar when I had to export 3 tables into one excel sheet. I had to use a macro as the formatting was incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt; set XLApp = CreateObject("Excel.Application") 'Define Object&lt;BR /&gt; XLApp.Visible = True 'Visible set as true&lt;BR /&gt; set XLDoc = XLApp.Workbooks.Add 'Open new workbook&lt;BR /&gt;&lt;BR /&gt; ' Get TB1&lt;BR /&gt; set table = ActiveDocument.GetSheetObject("CH02")&lt;BR /&gt; ' Copy table and paste into Excel&lt;BR /&gt; set XLSheet = XLDoc.Worksheets(1) 'Select sheet where data should be pasted&lt;BR /&gt; table.CopyTableToClipboard true 'Copy data to Clipboard&lt;BR /&gt; 'Format cells and pastespecial&lt;BR /&gt; XLSheet.Columns("B:F").NumberFormat = "@" 'Select the range you want to format as text&lt;BR /&gt; XLSheet.Columns("K:K").NumberFormat = "@" 'Select the range you want to format as text&lt;BR /&gt; XLSheet.Range("A1").Select 'Select field where data should be pasted&lt;BR /&gt; XLSheet.PasteSpecial -4163 'According to msdn.com -4163&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;assign the macro to a button and that should work&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 17:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182990#M48403</guid>
      <dc:creator />
      <dc:date>2009-12-10T17:04:18Z</dc:date>
    </item>
    <item>
      <title>Excel exports field with value 00149E5 as 0014900000</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182991#M48404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We actually look for a solution without any extra buttons ... we try to use the export button shown in the header of the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 17:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182991#M48404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-10T17:30:25Z</dc:date>
    </item>
    <item>
      <title>Excel exports field with value 00149E5 as 0014900000</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182992#M48405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you willing to manipulate in Excel? If you are, use the Excel function right(field,7).&lt;/P&gt;&lt;P&gt;If not, please attach your document or an example and I will have a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 18:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182992#M48405</guid>
      <dc:creator />
      <dc:date>2009-12-10T18:44:37Z</dc:date>
    </item>
    <item>
      <title>Excel exports field with value 00149E5 as 0014900000</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182993#M48406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thing happens when if the type of value u r exporting is a number , if u convert it into a string in Qlikview &amp;amp; then export it , It will come properly &amp;amp; not with E style of number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 18:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182993#M48406</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2009-12-10T18:47:36Z</dc:date>
    </item>
    <item>
      <title>Excel exports field with value 00149E5 as 0014900000</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182994#M48407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is also what I thought ... but I can't find a way of changing the type of a dimenstion ... only for expressions I can change this.&lt;/P&gt;&lt;P&gt;We don't want to change the type of the data itself for our QlikView application ... only something to change the type for excel to have the correct display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An sample is easy ... have a numeric dimension containing 00149E5 and export this to Excel ... at this point the display of the field becomes 0014900000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 18:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182994#M48407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-10T18:50:19Z</dc:date>
    </item>
    <item>
      <title>Excel exports field with value 00149E5 as 0014900000</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182995#M48408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only solution I could find is to use a calculated dimension instead of the dimension itself and display ='"'&amp;amp;Dimension&amp;amp;'"'. This will then give you "00149E5" which Qlikview will recognise as text.&lt;/P&gt;&lt;P&gt;I am a little worried that you want to display numerics in the same dimension. If that is the case let me know and I will dig a little more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 22:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182995#M48408</guid>
      <dc:creator />
      <dc:date>2009-12-10T22:29:13Z</dc:date>
    </item>
    <item>
      <title>Excel exports field with value 00149E5 as 0014900000</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182996#M48409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Had one more thought, you could use a calculated dimension along the lines of:&lt;/P&gt;&lt;P&gt;if(len(KeepChar(dimension,'E'))&amp;gt;0,'"'&amp;amp;dimension&amp;amp;'"',dimension)&lt;/P&gt;&lt;P&gt;This will leave the dimension unchanged unless there is an 'E' in it somewhere in which case it will add quotation marks around it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 16:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182996#M48409</guid>
      <dc:creator />
      <dc:date>2009-12-11T16:05:10Z</dc:date>
    </item>
    <item>
      <title>Excel exports field with value 00149E5 as 0014900000</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182997#M48410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did this help? If not please send me a copy of your model with only a little data and I will have a look whether I can figure something out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2009 19:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182997#M48410</guid>
      <dc:creator />
      <dc:date>2009-12-13T19:22:38Z</dc:date>
    </item>
    <item>
      <title>Excel exports field with value 00149E5 as 0014900000</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182998#M48411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel will interpret 149E5 as 149 * 10^5 or 149 * 100000 = 14900000.&lt;/P&gt;&lt;P&gt;Have you tried casting your dimension field as text in the script of your qlikview document:&lt;/P&gt;&lt;P&gt;text(Fieldname) as Fieldname&lt;/P&gt;&lt;P&gt;No QlikView on this machine so I'm unable to test it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2009 22:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-exports-field-with-value-00149E5-as-0014900000/m-p/182998#M48411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-13T22:30:28Z</dc:date>
    </item>
  </channel>
</rss>

