<?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 Lookup ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Lookup/m-p/306117#M1199190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;Found a solution after having ignored the problem for a few days. &lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/8484.Sk_E400_rmklipp2.PNG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/8484.Sk_E400_rmklipp2.PNG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In this case lookup on CustomerName and CustomerName only returns the first hit, and that works fine for now.&lt;/P&gt;&lt;P&gt;/Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Feb 2011 14:04:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-21T14:04:17Z</dc:date>
    <item>
      <title>Lookup ?</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup/m-p/306111#M1199184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need some input. I have a table with customers and the problem is that one customer can exist more than one time. This due to different spelling in customer name, or adress or...&lt;/P&gt;&lt;P&gt;I have made a simple demo for this. You can se an image below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3556_sourceID:3556" /&gt;&lt;/P&gt;&lt;P&gt;How can I use the lookup function to only get one Customer name per customer ID?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 16:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup/m-p/306111#M1199184</guid>
      <dc:creator />
      <dc:date>2011-02-15T16:18:13Z</dc:date>
    </item>
    <item>
      <title>Lookup ?</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup/m-p/306112#M1199185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to make sure it's clear, the reason you're seeing multiple rows is because of the City dimension, not the Customer Name. But if you want to make sure you only have 1 customer name, you can use a maxstring within a Group By, as follows:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt; CustomerID&lt;BR /&gt; maxstring([Customer Name]) as [Customer Name Final]&lt;BR /&gt;RESIDENT mydata&lt;BR /&gt;GROUP BY CustomerID;&lt;/P&gt;&lt;P&gt;Then drop out the old Customer Name and rename the new field to Customer Name.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 02:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup/m-p/306112#M1199185</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2011-02-16T02:15:25Z</dc:date>
    </item>
    <item>
      <title>Lookup ?</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup/m-p/306113#M1199186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the example it´s the city dimension, but it can be customer name, city, adress. The "problem" is that the databas consists of multiple records of one customer due to different customer adresses or mistakes in spelling ...&lt;/P&gt;&lt;P&gt;QlikView reads all unique instances of customer records, leading to multiple rows. IKEA for example, can exist 10 times because of different adresses and/or cities. In this case it´s only interesting to see one customer ID one time, regardless of how many times Customer ID occurs with different spelling in name, adress, city ...&lt;/P&gt;&lt;P&gt;I will try maxstring and se if it does the trick!&lt;/P&gt;&lt;P&gt;Regards, Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 09:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup/m-p/306113#M1199186</guid>
      <dc:creator />
      <dc:date>2011-02-16T09:22:19Z</dc:date>
    </item>
    <item>
      <title>Lookup ?</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup/m-p/306114#M1199187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at the data with also different spelling for the cities (guess that Gbg and Göteborg are the same, etc.), you rather should go through the process of creating (manually) a mapping-table of customernames and cities and use it then for cleansing your data. Doing this in Excel with autofilters is a relatively easy task.&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 09:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup/m-p/306114#M1199187</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-02-16T09:52:53Z</dc:date>
    </item>
    <item>
      <title>Lookup ?</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup/m-p/306115#M1199188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess that creating a mapping table could work, but i think that in this case it´s to much work to maintain (1000-1500 customers).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 09:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup/m-p/306115#M1199188</guid>
      <dc:creator />
      <dc:date>2011-02-17T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Lookup ?</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup/m-p/306116#M1199189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is no discipline with your clients, suggest to invest in cristall bowls. &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;P&gt;++&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 11:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup/m-p/306116#M1199189</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-02-17T11:28:34Z</dc:date>
    </item>
    <item>
      <title>Lookup ?</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup/m-p/306117#M1199190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;Found a solution after having ignored the problem for a few days. &lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/8484.Sk_E400_rmklipp2.PNG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/8484.Sk_E400_rmklipp2.PNG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In this case lookup on CustomerName and CustomerName only returns the first hit, and that works fine for now.&lt;/P&gt;&lt;P&gt;/Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 14:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup/m-p/306117#M1199190</guid>
      <dc:creator />
      <dc:date>2011-02-21T14:04:17Z</dc:date>
    </item>
  </channel>
</rss>

