<?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: integer showing as decimal with full precision when exported to excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/integer-showing-as-decimal-with-full-precision-when-exported-to/m-p/760861#M270698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem is that after summing or aggregating the number, I would like to have the final value as an integer. If I convert the field to integer before aggregation, it changes the result a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there no way to force the measure to be an integer value while exporting? Also, I would like the chart export functionality only. creating custom export macro is not an option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2014 11:40:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-18T11:40:15Z</dc:date>
    <item>
      <title>integer showing as decimal with full precision when exported to excel</title>
      <link>https://community.qlik.com/t5/QlikView/integer-showing-as-decimal-with-full-precision-when-exported-to/m-p/760859#M270696</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;I have a measure in a chart which I have changed to number in the number property of the chart. It is showing as number in Qlikview. However, when I export it to excel, it shows a decimal number with full precision instead of an integer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please tell me how to fix this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 11:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/integer-showing-as-decimal-with-full-precision-when-exported-to/m-p/760859#M270696</guid>
      <dc:creator />
      <dc:date>2014-12-18T11:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: integer showing as decimal with full precision when exported to excel</title>
      <link>https://community.qlik.com/t5/QlikView/integer-showing-as-decimal-with-full-precision-when-exported-to/m-p/760860#M270697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because the source data you have loaded is in that format. Integer display in the chart is display only.&lt;/P&gt;&lt;P&gt;Add a column in your script with number format you need and replace that in your expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 11:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/integer-showing-as-decimal-with-full-precision-when-exported-to/m-p/760860#M270697</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2014-12-18T11:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: integer showing as decimal with full precision when exported to excel</title>
      <link>https://community.qlik.com/t5/QlikView/integer-showing-as-decimal-with-full-precision-when-exported-to/m-p/760861#M270698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem is that after summing or aggregating the number, I would like to have the final value as an integer. If I convert the field to integer before aggregation, it changes the result a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there no way to force the measure to be an integer value while exporting? Also, I would like the chart export functionality only. creating custom export macro is not an option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 11:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/integer-showing-as-decimal-with-full-precision-when-exported-to/m-p/760861#M270698</guid>
      <dc:creator />
      <dc:date>2014-12-18T11:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: integer showing as decimal with full precision when exported to excel</title>
      <link>https://community.qlik.com/t5/QlikView/integer-showing-as-decimal-with-full-precision-when-exported-to/m-p/760862#M270699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format your expression result something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;round(num(sum(quantity), '#.##0'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you do not add a round or floor function the exported value will still be with decimals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean with: "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I would like the chart export functionality only&lt;/SPAN&gt;"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 11:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/integer-showing-as-decimal-with-full-precision-when-exported-to/m-p/760862#M270699</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2014-12-18T11:43:50Z</dc:date>
    </item>
  </channel>
</rss>

