<?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: Highlight duplicates in dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292369#M516786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like Bills answer, but it seems to fail if we don't sort on CCode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This one I think works a bit better&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(count( Total &amp;lt;CCode&amp;gt; CCode) &amp;gt; 1 , LightGreen())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It tests for a count of total occurrences of a CCode and is not dependent on sort order. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2017 18:05:16 GMT</pubDate>
    <dc:creator>jackhertel</dc:creator>
    <dc:date>2017-02-16T18:05:16Z</dc:date>
    <item>
      <title>Highlight duplicates in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292365#M516782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to highlight duplicate values in a dimension in the following table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="153413" alt="QlikView x64 Personal Edition - [C__Users_ratu_Desktop_test.qvw_] 2017-02-16 16.50.12.png" class="jive-image image-1" src="/legacyfs/online/153413_QlikView x64 Personal Edition - [C__Users_ratu_Desktop_test.qvw_] 2017-02-16 16.50.12.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;using this expression for color&amp;nbsp; if(aggr(count(CCode),CCode) &amp;gt; 1, LightGreen())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but can't see any logic in the way it highlights cells. Sample is attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yurii&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 16:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292365#M516782</guid>
      <dc:creator>yura_ratu</dc:creator>
      <dc:date>2017-02-16T16:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight duplicates in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292366#M516783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is highlighting the first occurrence in the data table based on the order loaded not the order sort in the display table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 17:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292366#M516783</guid>
      <dc:creator>jackhertel</dc:creator>
      <dc:date>2017-02-16T17:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight duplicates in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292367#M516784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to highlight all of them, not only first occurrence?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 17:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292367#M516784</guid>
      <dc:creator>yura_ratu</dc:creator>
      <dc:date>2017-02-16T17:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight duplicates in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292368#M516785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(CCode = below(CCode) or CCode = above(CCode) , LightGreen())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 17:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292368#M516785</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-16T17:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight duplicates in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292369#M516786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like Bills answer, but it seems to fail if we don't sort on CCode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This one I think works a bit better&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(count( Total &amp;lt;CCode&amp;gt; CCode) &amp;gt; 1 , LightGreen())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It tests for a count of total occurrences of a CCode and is not dependent on sort order. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 18:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292369#M516786</guid>
      <dc:creator>jackhertel</dc:creator>
      <dc:date>2017-02-16T18:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight duplicates in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292370#M516787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This link talks about using the 'Total' syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/BasicAggregationFunctions/sum.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/BasicAggregationFunctions/sum.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/BasicAggregationFunctions/sum.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 18:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1292370#M516787</guid>
      <dc:creator>jackhertel</dc:creator>
      <dc:date>2017-02-16T18:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight duplicates in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1725696#M516788</link>
      <description>&lt;P&gt;The code = if (count (Total &amp;lt;CCode&amp;gt; CCode)&amp;gt; 1, LightGreen ()). Counts the duplicates in the entire database. However, I would like it to only highlight duplicates in QLIKSENSE that still exist with the filtering currently set. Is that also possible? I.e. it should only count those in the count that are currently filtered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanx in advance&lt;/P&gt;&lt;P&gt;MArk&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 13:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-duplicates-in-dimension/m-p/1725696#M516788</guid>
      <dc:creator>schenklm</dc:creator>
      <dc:date>2020-07-07T13:04:11Z</dc:date>
    </item>
  </channel>
</rss>

