<?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: Bar chart - to show unique count (restrict repeating values) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-chart-to-show-unique-count-restrict-repeating-values/m-p/94133#M761426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the customer C has two field names matching with customer A - BG and BM. But the field BM is already matching with customer B too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the field is repeated again, I need to ignore them in the count. So, the result should be Customer B - 2 fields (AD and BM) &amp;amp; Customer C - 1 field (BG).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The unique fields matching with customer A from other customers are totally 3 fields (AD, BM and BG). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2018 19:15:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-16T19:15:32Z</dc:date>
    <item>
      <title>Bar chart - to show unique count (restrict repeating values)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-to-show-unique-count-restrict-repeating-values/m-p/94131#M761424</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 need to create a bar chart with the below requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume the below mentioned sample data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="334" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid #000000; width: 212px; height: 336px;" width="210"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align:center;background-color:#6690BC;color:#ffffff;padding:2px;" valign="middle"&gt;&lt;STRONG&gt;Customer&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align:center;background-color:#6690BC;color:#ffffff;padding:2px;" valign="middle"&gt;&lt;STRONG&gt;Field Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;AD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;BG&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;BM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;AD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;BK&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;BM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;KL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;BG&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;SR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;BM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If customer A is selected, it needs to show the unique field count used by other customers in a bar chart. For customer A, there are 2 same fields in customer B and C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the "Field Name" = BM is getting repeated in customer B and C, so the count needs to be 2 for customer B and 1 for customer C in bar chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just need to show only the unique fields count in the chart. All help appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached sample data and qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva&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/Bar-chart-to-show-unique-count-restrict-repeating-values/m-p/94131#M761424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart - to show unique count (restrict repeating values)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-to-show-unique-count-restrict-repeating-values/m-p/94132#M761425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why customer C needs to be 1? Your C customer has a field name BG that matches customer A. Right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 18:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-to-show-unique-count-restrict-repeating-values/m-p/94132#M761425</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-16T18:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart - to show unique count (restrict repeating values)</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-to-show-unique-count-restrict-repeating-values/m-p/94133#M761426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the customer C has two field names matching with customer A - BG and BM. But the field BM is already matching with customer B too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the field is repeated again, I need to ignore them in the count. So, the result should be Customer B - 2 fields (AD and BM) &amp;amp; Customer C - 1 field (BG).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The unique fields matching with customer A from other customers are totally 3 fields (AD, BM and BG). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 19:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-to-show-unique-count-restrict-repeating-values/m-p/94133#M761426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-16T19:15:32Z</dc:date>
    </item>
  </channel>
</rss>

