<?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: Phone numbers clean up in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398277#M819431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess your formula works for 99% of my customers. However, is there a way to keep the spaces between the phones if any are found.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Aug 2017 16:44:39 GMT</pubDate>
    <dc:creator>snehamahaveer</dc:creator>
    <dc:date>2017-08-14T16:44:39Z</dc:date>
    <item>
      <title>Phone numbers clean up</title>
      <link>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398272#M819426</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 am currently working on cleaning up customer data on our database.&lt;/P&gt;&lt;P&gt;The issue is some phone numbers have '.00' at the end and I am finding it difficult to remove them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The case to resolve is... if a phone number has '.00' - eg 120888888.00 then it should be converted to 0120888888.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My formula is given below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Right(Text([Phone Number]),3)='.00',&lt;/P&gt;&lt;P&gt;0&amp;amp;Left(Text([Phone Number]),Len(Text([Phone Number]))-3),&lt;/P&gt;&lt;P&gt;Text([Phone Number])) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help with this. My script is finding it difficult to differentiate between '.00' and '000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;SM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398272#M819426</guid>
      <dc:creator>snehamahaveer</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Phone numbers clean up</title>
      <link>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398273#M819427</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;=If(Right('120888888.00',2)='00', '0' &amp;amp; SubField('120888888.00', '.', 1))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398273#M819427</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-14T16:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Phone numbers clean up</title>
      <link>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398274#M819428</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;=SubField(120888888.00 ,'.',1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField(MyField ,'.',1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398274#M819428</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2017-08-14T16:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Phone numbers clean up</title>
      <link>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398275#M819429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;SubField&lt;/SPAN&gt;('120888888.00','.',1),'0000000000') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398275#M819429</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-14T16:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Phone numbers clean up</title>
      <link>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398276#M819430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the prompt response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your formula works well when there is .00 involved. However when it is not the case&amp;nbsp; eg phone number = 0288288888 then it changes it to 00288288888.&lt;/P&gt;&lt;P&gt;Is there a way to formulate this on both scenarios?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398276#M819430</guid>
      <dc:creator>snehamahaveer</dc:creator>
      <dc:date>2017-08-14T16:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Phone numbers clean up</title>
      <link>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398277#M819431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess your formula works for 99% of my customers. However, is there a way to keep the spaces between the phones if any are found.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398277#M819431</guid>
      <dc:creator>snehamahaveer</dc:creator>
      <dc:date>2017-08-14T16:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Phone numbers clean up</title>
      <link>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398278#M819432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can You provide an example ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398278#M819432</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-14T16:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Phone numbers clean up</title>
      <link>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398279#M819433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(index([Phone Number],'.')&amp;gt;0,0 &amp;amp;SubField([Phone Number], '.',1),[Phone Number])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 07:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Phone-numbers-clean-up/m-p/1398279#M819433</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-08-15T07:40:24Z</dc:date>
    </item>
  </channel>
</rss>

