<?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 number conversation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064115#M930045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Nagaraj. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2016 06:47:49 GMT</pubDate>
    <dc:creator>bhavvibudagam</dc:creator>
    <dc:date>2016-03-22T06:47:49Z</dc:date>
    <item>
      <title>phone number conversation</title>
      <link>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064109#M930039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000;"&gt;can any one help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000;"&gt;in phone number field&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Phone&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;19945662237&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;18546234562&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;19999999991&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;18888814587&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;17777777778&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;18000879511&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;so on&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Here my requirement is to display only 10 digits numbers in the first five phone numbers delete first 1 and&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;display tollfree number 18000879511 as it is.&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-number-conversation/m-p/1064109#M930039</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: phone number conversation</title>
      <link>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064110#M930040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Phone,10) as &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Phone&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064110#M930040</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-14T10:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: phone number conversation</title>
      <link>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064111#M930041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have the list of the Toll free numbers ?? if so you can use the apply map function &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064111#M930041</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-14T10:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: phone number conversation</title>
      <link>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064112#M930042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Try like below,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If(Not Wildmatch(Mid(PhoneNo,2),'800*','888*','877*','866*','855*','844*'),Mid(PhoneNo,2),PhoneNo) as NewPh;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PhoneNo&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19945662237&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18546234562&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19999999991&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18888814587&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17777777778&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18000879511&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG __jive_id="117894" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117894_Capture.PNG" style="height: auto;" /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #ff0000;"&gt;Note:&lt;/STRONG&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;Toll free number may vary based on country. So change the code according to your requirement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064112#M930042</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-03-14T10:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: phone number conversation</title>
      <link>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064113#M930043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this in list box expression -&lt;/P&gt;&lt;P&gt;=If(len(Phone)&amp;gt;10 and left(Phone,4)&amp;lt;&amp;gt;1800,right(Phone,10),Phone)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064113#M930043</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-14T10:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: phone number conversation</title>
      <link>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064114#M930044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Try below condition&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if( wildmatch(&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;EM&gt;Phone,'1800*'),&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;EM&gt;Phone, right(&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;EM&gt;Phone,10)) as NewPhone&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064114#M930044</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-14T10:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: phone number conversation</title>
      <link>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064115#M930045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Nagaraj. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 06:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/phone-number-conversation/m-p/1064115#M930045</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2016-03-22T06:47:49Z</dc:date>
    </item>
  </channel>
</rss>

