<?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 do I alter a business name to something different? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058265#M924529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would agree with &lt;A href="https://community.qlik.com/qlik-users/4118"&gt;Colin_Albert&lt;/A&gt; that ApplyMap is the way to go.&amp;nbsp; I would also suggest that you have it so you wind up with two fields, one with the original and the other with the cleansed values.&amp;nbsp; You could also use two different applications of the same ApplyMap, one to give a clean name or the original and another that replaces non-cleansed values with 'Other', like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if([Original Address] = [Clean Address], 'No', 'Yes') as [Address Cleaned]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; SERVICING_PROVIDER_ADDRESS&amp;nbsp; as [Original Address],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ApplyMap('Map_CleanAddresses', SERVICING_PROVIDER_ADDRESS) as [Clean Address],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ApplyMap('Map_CleanAddresses', SERVICING_PROVIDER_ADDRESS, 'Other') as [Clean Address Or Other]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM DataSource.qvd (Qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full details of how to create the Mapping table and how to use it (and why the two applications are different) can be found in this blog post:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/" title="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/"&gt;http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2016 17:29:31 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2016-04-05T17:29:31Z</dc:date>
    <item>
      <title>How do I alter a business name to something different?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058260#M924524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data pulled displayed a listing of business locations titled, "Servicing_Provider_Address" in my script. However, the data displayed in that group listed several physical addresses rather than the actual business names. It will eventually need to be changed from the data source but for now I'd like to alter it in my script if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the dashboard, within my chart, it displays the following example to name a few:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Top 25 Sending Providers Business Locations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;129 W. Hibiscus Blvd. Suite A&lt;/P&gt;&lt;P&gt;211 New Haven Ave&lt;/P&gt;&lt;P&gt;1515 West Nasa Blvd, Suite 101&lt;/P&gt;&lt;P&gt;Hospice&lt;/P&gt;&lt;P&gt;Hibiscus Office Park"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are more that need to be corrected however this was a brief example. They need to be altered to display the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Top 25 Sending Providers Business Location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;129 W. Hibiscus Blvd. Suite A&amp;nbsp; (changed to)&amp;nbsp; East Coast Orthopedics&lt;/P&gt;&lt;P&gt;211 New Haven Ave&amp;nbsp; (changed to)&amp;nbsp; Melbourne Podiatry Associates&lt;/P&gt;&lt;P&gt;1515 West Nasa Blvd, Suite 101&amp;nbsp; (changed to)&amp;nbsp; Porter Premier Dermatology&lt;/P&gt;&lt;P&gt;Hospice (changed to) VITAS&lt;/P&gt;&lt;P&gt;Hibiscus Office Park&amp;nbsp; (changed to)&amp;nbsp; Florida Therapy Center Melbourne"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is currently what my script displays however I keep getting a reload error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SERVICING_PROVIDER_ADDRESS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 'Hospice*', 'VITAS',&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SERVICING_PROVIDER_ADDRESS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 'Atlantic Orthopedic Group*', 'Paul Keller, MD', &lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SERVICING_PROVIDER_ADDRESS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 'Atlantic Orthopedics*','John Perry, MD', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SERVICING_PROVIDER_ADDRESS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))))) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SERVICING_PROVIDER_ADDRESS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// bucket overlapping dxs &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above script is an example of several business locations that need to be changed however since I keep getting an error on those three locations/addresses I have stopped adding the rest due to the reload error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what might be causing the reload error? Or how I can alter the business location names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&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/How-do-I-alter-a-business-name-to-something-different/m-p/1058260#M924524</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I alter a business name to something different?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058261#M924525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best solution would be to load the correct field that has the business name rather than trying to fudge it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to try and fix it, then look at using ApplyMap and a mapping table rather that loads of if statements.&lt;/P&gt;&lt;P&gt;That way you could use a spreadsheet or database table as the data source for the mapping table which would be easier to manage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this post &lt;A href="https://community.qlik.com/qlik-blogpost/2756"&gt;Don't join - use Applymap instead&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ApplyMap is one of my favorite functions and is very powerful (and fast!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 16:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058261#M924525</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-04-05T16:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I alter a business name to something different?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058262#M924526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See also&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4267"&gt;Data Cleansing&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 17:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058262#M924526</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-05T17:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I alter a business name to something different?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058263#M924527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the suggestions. I'll proceed with correcting the data field rather than the "fudge" attempt. I appreciate your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 17:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058263#M924527</guid>
      <dc:creator />
      <dc:date>2016-04-05T17:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I alter a business name to something different?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058264#M924528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the attachment. It looks very informational that I was definitely look at. I appreciate you sharing this. Thank you again for the feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 17:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058264#M924528</guid>
      <dc:creator />
      <dc:date>2016-04-05T17:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I alter a business name to something different?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058265#M924529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would agree with &lt;A href="https://community.qlik.com/qlik-users/4118"&gt;Colin_Albert&lt;/A&gt; that ApplyMap is the way to go.&amp;nbsp; I would also suggest that you have it so you wind up with two fields, one with the original and the other with the cleansed values.&amp;nbsp; You could also use two different applications of the same ApplyMap, one to give a clean name or the original and another that replaces non-cleansed values with 'Other', like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if([Original Address] = [Clean Address], 'No', 'Yes') as [Address Cleaned]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; SERVICING_PROVIDER_ADDRESS&amp;nbsp; as [Original Address],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ApplyMap('Map_CleanAddresses', SERVICING_PROVIDER_ADDRESS) as [Clean Address],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ApplyMap('Map_CleanAddresses', SERVICING_PROVIDER_ADDRESS, 'Other') as [Clean Address Or Other]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM DataSource.qvd (Qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full details of how to create the Mapping table and how to use it (and why the two applications are different) can be found in this blog post:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/" title="http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/"&gt;http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 17:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058265#M924529</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-04-05T17:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I alter a business name to something different?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058266#M924530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great idea. Thank you for sharing the blog post. I'll make sure to review that as well. I appreciate your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 17:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-alter-a-business-name-to-something-different/m-p/1058266#M924530</guid>
      <dc:creator />
      <dc:date>2016-04-05T17:39:33Z</dc:date>
    </item>
  </channel>
</rss>

