<?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 Remove Three Zeros and Remove the Comma Separator in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Three-Zeros-and-Remove-the-Comma-Separator/m-p/12692#M2069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two questions for those who are developers as I am not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;I have a series of numbers: These are just examples each are independent and being read from an excel spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;80000&lt;/P&gt;&lt;P&gt;100000&lt;/P&gt;&lt;P&gt;20000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to remove the three (3) trailing zeros to have them display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second:&lt;/P&gt;&lt;P&gt;I also have a series of numbers as follows.&lt;/P&gt;&lt;P&gt;080,000&lt;/P&gt;&lt;P&gt;0041,211&lt;/P&gt;&lt;P&gt;0002,738&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to remove the leading zeros and the comma separator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once done I am going to calculate the two numbers to get an average so a/b=c&lt;/P&gt;&lt;P&gt;Any suggestions is well appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2018 13:11:47 GMT</pubDate>
    <dc:creator>pandreozzi</dc:creator>
    <dc:date>2018-02-26T13:11:47Z</dc:date>
    <item>
      <title>Remove Three Zeros and Remove the Comma Separator</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Three-Zeros-and-Remove-the-Comma-Separator/m-p/12692#M2069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two questions for those who are developers as I am not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;I have a series of numbers: These are just examples each are independent and being read from an excel spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;80000&lt;/P&gt;&lt;P&gt;100000&lt;/P&gt;&lt;P&gt;20000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to remove the three (3) trailing zeros to have them display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second:&lt;/P&gt;&lt;P&gt;I also have a series of numbers as follows.&lt;/P&gt;&lt;P&gt;080,000&lt;/P&gt;&lt;P&gt;0041,211&lt;/P&gt;&lt;P&gt;0002,738&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to remove the leading zeros and the comma separator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once done I am going to calculate the two numbers to get an average so a/b=c&lt;/P&gt;&lt;P&gt;Any suggestions is well appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 13:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Three-Zeros-and-Remove-the-Comma-Separator/m-p/12692#M2069</guid>
      <dc:creator>pandreozzi</dc:creator>
      <dc:date>2018-02-26T13:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Three Zeros and Remove the Comma Separator</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Three-Zeros-and-Remove-the-Comma-Separator/m-p/12693#M2070</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;For case 1 try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mid(DATA1, 1, Len(DATA1) -3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For case 2 try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(PurgeChar(DATA2, Chr(44)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 13:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Three-Zeros-and-Remove-the-Comma-Separator/m-p/12693#M2070</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-02-26T13:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Three Zeros and Remove the Comma Separator</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Three-Zeros-and-Remove-the-Comma-Separator/m-p/12694#M2071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Federico. I will try this and let you know the results. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 13:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Three-Zeros-and-Remove-the-Comma-Separator/m-p/12694#M2071</guid>
      <dc:creator>pandreozzi</dc:creator>
      <dc:date>2018-02-26T13:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Three Zeros and Remove the Comma Separator</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Three-Zeros-and-Remove-the-Comma-Separator/m-p/12695#M2072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works great. Thanks Federico. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 16:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Three-Zeros-and-Remove-the-Comma-Separator/m-p/12695#M2072</guid>
      <dc:creator>pandreozzi</dc:creator>
      <dc:date>2018-02-26T16:08:29Z</dc:date>
    </item>
  </channel>
</rss>

