<?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: Changing names from free text fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583977#M544065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know the possibilities then got with Mapping table and apply map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OwnerMapping:&lt;/P&gt;&lt;P&gt;Mapping LOAD * Inline [&lt;/P&gt;&lt;P&gt;Name, OriginalName &lt;/P&gt;&lt;P&gt;hele, helen];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *, Applymap(Owner, 'OwnerMapping', Owner) AS OwnerMapText&lt;/P&gt;&lt;P&gt;From source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By doing this, 'hele' will be changed to 'helen'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 09:48:37 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2014-04-16T09:48:37Z</dc:date>
    <item>
      <title>Changing names from free text fields</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583975#M544063</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;I have data in from a free text column.&amp;nbsp; I want to be able to change the variants of the names that the owners have typed in so that they show as one with the data against the one name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example there is hele and helen in for the owner helen with orders against each so in a table i want the results to show the total orders for helen which will include any she put up as hele&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if anyone could help it would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583975#M544063</guid>
      <dc:creator>rcorcoran</dc:creator>
      <dc:date>2014-04-16T09:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing names from free text fields</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583976#M544064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({&amp;lt;owner='hele*'&amp;gt;}orders)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this..but what it does is after hele, whatever comes, it will count in it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else if you know the possible names of a single owner, then while loading load it as a single name, or hard code it in expressions for all possible names.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583976#M544064</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-16T09:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing names from free text fields</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583977#M544065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know the possibilities then got with Mapping table and apply map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OwnerMapping:&lt;/P&gt;&lt;P&gt;Mapping LOAD * Inline [&lt;/P&gt;&lt;P&gt;Name, OriginalName &lt;/P&gt;&lt;P&gt;hele, helen];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *, Applymap(Owner, 'OwnerMapping', Owner) AS OwnerMapText&lt;/P&gt;&lt;P&gt;From source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By doing this, 'hele' will be changed to 'helen'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583977#M544065</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-04-16T09:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Changing names from free text fields</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583978#M544066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure you don't need a wildcard (*) in there?&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;&amp;lt;Owner={"Hele*"}&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A problem occurs if you have distinct owners called Helen or if you have an owner called Helena &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 10:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583978#M544066</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-04-16T10:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Changing names from free text fields</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583979#M544067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rhona,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to manage this would be by using a Mapping Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like what &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/celambarasan"&gt;celambarasan&lt;/A&gt;&lt;/STRONG&gt; has suggested&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 10:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583979#M544067</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-16T10:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Changing names from free text fields</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583980#M544068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please read the second line also...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 10:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-names-from-free-text-fields/m-p/583980#M544068</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-16T10:17:05Z</dc:date>
    </item>
  </channel>
</rss>

