<?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: different name with same id, help? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/different-name-with-same-id-help/m-p/1164596#M898760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I get you right you can use the AGGR() function for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this one:&lt;/P&gt;&lt;P&gt;=Aggr(sum(Sales),ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load the table within the script using GroupBy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; MaxString(CompanyName) as CompanyName,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SUM(Sales) as Sales&lt;/P&gt;&lt;P&gt;GROUP BY&lt;/P&gt;&lt;P&gt;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID,CompanyName,Year,Sales&lt;/P&gt;&lt;P&gt;100,ABC,2015,23400&lt;/P&gt;&lt;P&gt;110,aBC,2015,32100&lt;/P&gt;&lt;P&gt;210,DEF,2014,33000&lt;/P&gt;&lt;P&gt;200,Xyz,2015,12100&lt;/P&gt;&lt;P&gt;200,xyz,2013,23000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2016 08:51:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-28T08:51:36Z</dc:date>
    <item>
      <title>different name with same id, help?</title>
      <link>https://community.qlik.com/t5/QlikView/different-name-with-same-id-help/m-p/1164594#M898758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two cases in the data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. same client id, two different names&lt;/P&gt;&lt;P&gt;2. same name, two different client id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i always search by client name in the dashboard and want the dashboard to show data by client id of that client name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached example, i have two differnt company name one is 'Xyz' and other is 'xyz'. if i search either by Xyz or xyz i want the dashboard data&lt;/P&gt;&lt;P&gt;to be based on the client id, but it is not doing that way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to use mapping or look up because, the data quality cannot be controlled by us. so i want to search by client name and do the&lt;/P&gt;&lt;P&gt;aggregation by client id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i achieve this? any help please&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/different-name-with-same-id-help/m-p/1164594#M898758</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: different name with same id, help?</title>
      <link>https://community.qlik.com/t5/QlikView/different-name-with-same-id-help/m-p/1164595#M898759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a look at the youtubevideo:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=_0U2iQeQV5M" title="https://www.youtube.com/watch?v=_0U2iQeQV5M"&gt;Qlikview Set Analysis LIKE &amp;amp; * RFB 138 - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 08:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/different-name-with-same-id-help/m-p/1164595#M898759</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-07-28T08:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: different name with same id, help?</title>
      <link>https://community.qlik.com/t5/QlikView/different-name-with-same-id-help/m-p/1164596#M898760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I get you right you can use the AGGR() function for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this one:&lt;/P&gt;&lt;P&gt;=Aggr(sum(Sales),ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load the table within the script using GroupBy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; MaxString(CompanyName) as CompanyName,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SUM(Sales) as Sales&lt;/P&gt;&lt;P&gt;GROUP BY&lt;/P&gt;&lt;P&gt;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ID,CompanyName,Year,Sales&lt;/P&gt;&lt;P&gt;100,ABC,2015,23400&lt;/P&gt;&lt;P&gt;110,aBC,2015,32100&lt;/P&gt;&lt;P&gt;210,DEF,2014,33000&lt;/P&gt;&lt;P&gt;200,Xyz,2015,12100&lt;/P&gt;&lt;P&gt;200,xyz,2013,23000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 08:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/different-name-with-same-id-help/m-p/1164596#M898760</guid>
      <dc:creator />
      <dc:date>2016-07-28T08:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: different name with same id, help?</title>
      <link>https://community.qlik.com/t5/QlikView/different-name-with-same-id-help/m-p/1164597#M898761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Frank. But the case is some client names are same with different client id, some client names are differnt with same client id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Youtube says only about same client names. I want to search by client name, but show the results by their associated client id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 09:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/different-name-with-same-id-help/m-p/1164597#M898761</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2016-07-28T09:53:52Z</dc:date>
    </item>
  </channel>
</rss>

