<?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: Duplicate Values in Merged Coulmn in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Duplicate-Values-in-Merged-Coulmn/m-p/1597502#M737973</link>
    <description>&lt;P&gt;One way to solve this is to use a mapping table that you can create in the script as a lookup to replace values.&lt;/P&gt;
&lt;P&gt;See this article ..&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Data-Cleansing/ba-p/1464362" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Data-Cleansing/ba-p/1464362&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2019 05:17:12 GMT</pubDate>
    <dc:creator>Lisa_P</dc:creator>
    <dc:date>2019-07-01T05:17:12Z</dc:date>
    <item>
      <title>Duplicate Values in Merged Coulmn</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-Values-in-Merged-Coulmn/m-p/1597283#M737972</link>
      <description>&lt;P&gt;//These are two columns of two tables that I have joined as a key.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table1:&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;trim(date#(if(substringCount(Release,'.')= 0,Replace(Replace(Right(Release, 5),'(',''),')','')))) &amp;amp; Resource as Key&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;trim(Month(Created))&amp;amp;[Assigned To] as Key&lt;/P&gt;&lt;P&gt;// "Person" is the made by merging "Resource " in Table1 and&amp;nbsp;[Assigned To]&amp;nbsp; in Table2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;tmpEmployeeTable:&lt;BR /&gt;Load distinct Resource as Person,Key&lt;BR /&gt;resident Rally;&lt;BR /&gt;Load distinct [Assigned To] as Person,Key&lt;BR /&gt;resident ServiceNow;&lt;/P&gt;&lt;P&gt;EmployeeTable:&lt;BR /&gt;Load distinct Person,Key&lt;BR /&gt;resident tmpEmployeeTable;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//There are people with different names in 2 different tables: Daniel J Built and Daniel Built. Both names represent the same person, but Qlik is recognizing them as separate entities. How can I merge both names into 1 name? To represent all the data under one person?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-Values-in-Merged-Coulmn/m-p/1597283#M737972</guid>
      <dc:creator>Sumnima</dc:creator>
      <dc:date>2024-11-16T03:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Values in Merged Coulmn</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-Values-in-Merged-Coulmn/m-p/1597502#M737973</link>
      <description>&lt;P&gt;One way to solve this is to use a mapping table that you can create in the script as a lookup to replace values.&lt;/P&gt;
&lt;P&gt;See this article ..&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Data-Cleansing/ba-p/1464362" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Data-Cleansing/ba-p/1464362&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 05:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-Values-in-Merged-Coulmn/m-p/1597502#M737973</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-07-01T05:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Values in Merged Coulmn</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-Values-in-Merged-Coulmn/m-p/1597793#M737974</link>
      <description>&lt;P&gt;Hey, thank you for the link, its a great resource. However, the link works for duplicate values loaded from the same table but my duplicate values are loaded from/because of 2 separate tables. Is there anything I could do about it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 18:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-Values-in-Merged-Coulmn/m-p/1597793#M737974</guid>
      <dc:creator>Sumnima</dc:creator>
      <dc:date>2019-07-01T18:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Values in Merged Coulmn</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-Values-in-Merged-Coulmn/m-p/1597860#M737975</link>
      <description>&lt;P&gt;You could also use the RENAME function at the end of the script to do a lookup on a mapping table which is after the load statement and will cover any tables.&lt;/P&gt;
&lt;P class="syntax" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN class="script_token"&gt;Rename Field (using&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="bnf_token"&gt;mapname&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;|&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt;oldname&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="script_token"&gt;to&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="bnf_token"&gt;newname{ , oldname&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="script_token"&gt;to&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="bnf_token"&gt;newname }&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="syntax" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN class="script_token"&gt;Rename Fields (using&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="bnf_token"&gt;mapname&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;|&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="bnf_token"&gt;oldname&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="script_token"&gt;to&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="bnf_token"&gt;newname{ , oldname&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="script_token"&gt;to&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="bnf_token"&gt;newname }&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="syntax" data-mc-conditions="Targets.NotToTranslate"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 23:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-Values-in-Merged-Coulmn/m-p/1597860#M737975</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2019-07-01T23:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Values in Merged Coulmn</title>
      <link>https://community.qlik.com/t5/QlikView/Duplicate-Values-in-Merged-Coulmn/m-p/1598171#M737976</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 14:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Duplicate-Values-in-Merged-Coulmn/m-p/1598171#M737976</guid>
      <dc:creator>Sumnima</dc:creator>
      <dc:date>2019-07-02T14:24:31Z</dc:date>
    </item>
  </channel>
</rss>

