<?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 zeros in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312192#M407741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I don't see any value associated to that date. I see '-'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To what date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2017 15:41:18 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-05-09T15:41:18Z</dc:date>
    <item>
      <title>How to remove trailing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312187#M407736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have field A, which has values 1 &amp;amp; 0. We get data every month end. But for this month we got the values with trailing numbers (i.e. 1.00000000000000000000 and 0.000000000000000000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me in removing the trailing zeros?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;VK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 15:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312187#M407736</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2017-05-09T15:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312188#M407737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField(A, '.',1)&amp;nbsp; as&amp;nbsp; NewA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 15:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312188#M407737</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-09T15:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312189#M407738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(A, '##')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(A, '##.')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 15:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312189#M407738</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-09T15:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312190#M407739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SubField(FieldName, '.', 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FieldName * 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;FieldName * Avg(1)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 15:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312190#M407739</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-09T15:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312191#M407740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. But I don't see any value associated to that date. I see '-'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 15:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312191#M407740</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2017-05-09T15:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312192#M407741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I don't see any value associated to that date. I see '-'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To what date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 15:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312192#M407741</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-09T15:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312193#M407742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I mentioned, every month we get the data. The values will be 0 and 1. But for this month I got trailing zeros (i.e. 1.00000000000000000 and 0.00000000000000000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I created the list box for field "A", I see 0 and 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I selected the date 2/28/2017, then I see the association for the field A (i.e. 0 and 1 with White background in the list box).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I selected the date 3/30/2017, then I see no association for the field A (i.e. 0 and 1 with Grey background in the list box).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is after using &lt;STRONG&gt;Num(A, '##')&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 15:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312193#M407742</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2017-05-09T15:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312194#M407743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;VK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 15:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312194#M407743</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2017-05-09T15:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove trailing zeros</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312195#M407744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe A is a string and /or your decimal separator is different and you need to use the Num# function? i.e.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;num(num#( A, '#.#', '.' , ','),'##')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 15:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-trailing-zeros/m-p/1312195#M407744</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2017-05-09T15:55:45Z</dc:date>
    </item>
  </channel>
</rss>

