<?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 Multiple Data Sources and Customer names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources-and-Customer-names/m-p/376323#M702522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently connected to 2 data sources (ODBC Database and 1 Excel spreadsheet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While the customers are the same from both data sources the naming convention from both data sources differ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example&lt;/EM&gt;: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Database Source: Bryn Mawr Medical Specialist&lt;/LI&gt;&lt;LI&gt;Excel Spreadsheet: Bryn Mawr Hospital&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I create a master customer name list so regardless of the data set I select it accuratly shows values from both data sources based on a unified customer name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any insight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2012 18:24:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-08T18:24:34Z</dc:date>
    <item>
      <title>Multiple Data Sources and Customer names</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources-and-Customer-names/m-p/376323#M702522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently connected to 2 data sources (ODBC Database and 1 Excel spreadsheet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While the customers are the same from both data sources the naming convention from both data sources differ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example&lt;/EM&gt;: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Database Source: Bryn Mawr Medical Specialist&lt;/LI&gt;&lt;LI&gt;Excel Spreadsheet: Bryn Mawr Hospital&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I create a master customer name list so regardless of the data set I select it accuratly shows values from both data sources based on a unified customer name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any insight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 18:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources-and-Customer-names/m-p/376323#M702522</guid>
      <dc:creator />
      <dc:date>2012-08-08T18:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Data Sources and Customer names</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources-and-Customer-names/m-p/376324#M702523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;You might need to use mapping table to unify your names:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapNames:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapping &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; From, To&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bryn Mawr Medical Specialist, Bryn Mawr&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bryn Mawr Hospital, Bryn Mawr&lt;BR /&gt;&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;With&amp;nbsp; Applymap statement in load for every source&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WhateverTable:&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('MapNames',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&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;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Source; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Good Luck!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 19:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Data-Sources-and-Customer-names/m-p/376324#M702523</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2012-08-08T19:10:23Z</dc:date>
    </item>
  </channel>
</rss>

