<?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: I am having a problem exporting data to excel. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/I-am-having-a-problem-exporting-data-to-excel/m-p/567831#M211756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your best bet is to do it at load time, replace the line where CNAE is loaded with,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'CN:' &amp;amp; CNAE as CNAE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you want to have both prefixed and un-prefixed versions you could do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CNAE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-weight: bold;"&gt;'CN:' &amp;amp; CNAE as CNAEPrefixed,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to add the prefix on just for a single chart, by clicking the &lt;STRONG&gt;Calculated Dimension&lt;/STRONG&gt; button where you have CNAE as a dimension - but this is much less performant than doing it in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2014 21:04:58 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2014-03-12T21:04:58Z</dc:date>
    <item>
      <title>I am having a problem exporting data to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/I-am-having-a-problem-exporting-data-to-excel/m-p/567828#M211753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have a column called CNAE has the following format 0000-0/00 in Qlikview it remains intact but when I export pro excel, some of them are in date formatting. &lt;/P&gt;&lt;P&gt;I've tried formatting the excel for number / general but the numbers are backwards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 20:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-am-having-a-problem-exporting-data-to-excel/m-p/567828#M211753</guid>
      <dc:creator />
      <dc:date>2014-03-12T20:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: I am having a problem exporting data to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/I-am-having-a-problem-exporting-data-to-excel/m-p/567829#M211754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will be an Excel issue, where it is messing up the data once it has received it.&amp;nbsp; If you change the format on the column to Text does it resolve the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes these things are not simple to resolve properly, you could append a prefix on the field, eg CN:0000-0/00 to avoid Excel messing it up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 20:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-am-having-a-problem-exporting-data-to-excel/m-p/567829#M211754</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-03-12T20:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: I am having a problem exporting data to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/I-am-having-a-problem-exporting-data-to-excel/m-p/567830#M211755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I do that for all data in that column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 20:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-am-having-a-problem-exporting-data-to-excel/m-p/567830#M211755</guid>
      <dc:creator />
      <dc:date>2014-03-12T20:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: I am having a problem exporting data to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/I-am-having-a-problem-exporting-data-to-excel/m-p/567831#M211756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your best bet is to do it at load time, replace the line where CNAE is loaded with,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'CN:' &amp;amp; CNAE as CNAE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you want to have both prefixed and un-prefixed versions you could do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CNAE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-weight: bold;"&gt;'CN:' &amp;amp; CNAE as CNAEPrefixed,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to add the prefix on just for a single chart, by clicking the &lt;STRONG&gt;Calculated Dimension&lt;/STRONG&gt; button where you have CNAE as a dimension - but this is much less performant than doing it in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 21:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-am-having-a-problem-exporting-data-to-excel/m-p/567831#M211756</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-03-12T21:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: I am having a problem exporting data to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/I-am-having-a-problem-exporting-data-to-excel/m-p/567832#M211757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One trick that can help you&lt;/P&gt;&lt;P&gt;add an empty space before the CNAE&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;add CHR(39) before the CNAE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 21:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-am-having-a-problem-exporting-data-to-excel/m-p/567832#M211757</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-03-12T21:57:16Z</dc:date>
    </item>
  </channel>
</rss>

