<?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: How to remove trailing zeroes? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967263#M643729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe similar to shown here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/264813"&gt;Re: Loading using Oracle OLEDB-Error reading number format&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/27844"&gt;use 'OLEDB CONNECT 64bit oracle happen 1 change 1.00000000000000000000000000000000000&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2015 23:23:56 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-12-21T23:23:56Z</dc:date>
    <item>
      <title>How to remove trailing zeroes?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967262#M643728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm pulling data from Oracle and I'm getting this weird scenario. I'm pulling a field that is of NUMBER data type in Oracle and yes I've made certain it's a NUMBER data type. The value in Oracle is 29.94. When I run it on my local machine, I get the attached result (note it's not all zeroes, there's a "1" as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can suppress the zeroes by changing it on the Number tab in the object's properties but this is not what I want. If I go to Table Viewer and preview the data, it is still showing the zeroes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I reloaded this same qvw on one of our dev servers and it displays the correct value in the object and Table Viewer. &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;This data set is huge so getting rid of these trailing zeroes would be extremely beneficial. I have tried the CAST and TRUNC functions in the SQL select to no avail.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;I can only think it's either a Qlikview or system setting that's causing the zeroes on my machine and not the dev server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="extra_zeroes.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109630_extra_zeroes.PNG" style="height: 20px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 22:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967262#M643728</guid>
      <dc:creator />
      <dc:date>2015-12-21T22:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeroes?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967263#M643729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe similar to shown here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/264813"&gt;Re: Loading using Oracle OLEDB-Error reading number format&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/27844"&gt;use 'OLEDB CONNECT 64bit oracle happen 1 change 1.00000000000000000000000000000000000&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 23:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967263#M643729</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-21T23:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeroes?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967264#M643730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, the cause was in Oracle db the column's data type is NUMBER but precision and scale are not defined. I cannot make changes to the db.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than performing Num or Floor functions, is there an alternative? Seems like there could be difference in Oracle drivers since it's fine on the dev server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 23:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967264#M643730</guid>
      <dc:creator />
      <dc:date>2015-12-21T23:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeroes?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967265#M643731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the referenced threads, it's mentioned that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Microsoft OLEDB provider for Oracle is working without that issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 00:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967265#M643731</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-22T00:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeroes?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967266#M643732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That does not appear to work. And it does not explain why I get the zeroes on my local machine but if I reload on the dev server it is fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967266#M643732</guid>
      <dc:creator />
      <dc:date>2015-12-22T16:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeroes?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967267#M643733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since there is not much information published about the difference between your local machine and the dev server, I think I can't help here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 00:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeroes/m-p/967267#M643733</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-23T00:05:28Z</dc:date>
    </item>
  </channel>
</rss>

