<?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 Filter table on duplicate values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-table-on-duplicate-values/m-p/1831876#M68607</link>
    <description>&lt;P&gt;I've got the following formula that shows me if a check number is duplicated, but now I want to filter the table to show only those checks that are duplicates.&amp;nbsp; Please advise.&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;=If(count(TOTAL &amp;lt;CheckNo&amp;gt; CheckNo)&amp;gt;1,1,0)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mikegrattan_0-1630090305946.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60909iA20E93B301BCF884/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mikegrattan_0-1630090305946.png" alt="mikegrattan_0-1630090305946.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Aug 2021 18:52:59 GMT</pubDate>
    <dc:creator>mikegrattan</dc:creator>
    <dc:date>2021-08-27T18:52:59Z</dc:date>
    <item>
      <title>Filter table on duplicate values</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-table-on-duplicate-values/m-p/1831876#M68607</link>
      <description>&lt;P&gt;I've got the following formula that shows me if a check number is duplicated, but now I want to filter the table to show only those checks that are duplicates.&amp;nbsp; Please advise.&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;=If(count(TOTAL &amp;lt;CheckNo&amp;gt; CheckNo)&amp;gt;1,1,0)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mikegrattan_0-1630090305946.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60909iA20E93B301BCF884/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mikegrattan_0-1630090305946.png" alt="mikegrattan_0-1630090305946.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 18:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-table-on-duplicate-values/m-p/1831876#M68607</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2021-08-27T18:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filter table on duplicate values</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-table-on-duplicate-values/m-p/1831879#M68609</link>
      <description>&lt;P&gt;For on-the-fly calculation of duplicate (i.e. taking our selections in to account) use below.&lt;/P&gt;&lt;P&gt;convert to a calculated dimension using aggr, you can move this to set analysis as well:&lt;/P&gt;&lt;P&gt;When you select 1, it will select the combination of fields in your aggr(), so in the below it will select the CheckNos that have duplicates.&lt;/P&gt;&lt;P&gt;=alt(aggr(count(distinct{&amp;lt;&lt;SPAN&gt;CheckNo&lt;/SPAN&gt;= {"=count(&lt;SPAN&gt;CheckNo&lt;/SPAN&gt;) &amp;gt; 1"}&amp;gt;} 1), &lt;SPAN&gt;CheckNo&lt;/SPAN&gt;),0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can/want to have it based on entire data set, you can create your duplicate flag in the data model as a field, with count / groupby.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 19:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-table-on-duplicate-values/m-p/1831879#M68609</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-27T19:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filter table on duplicate values</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-table-on-duplicate-values/m-p/1831889#M68610</link>
      <description>&lt;P&gt;This works perfectly, thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 19:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-table-on-duplicate-values/m-p/1831889#M68610</guid>
      <dc:creator>mikegrattan</dc:creator>
      <dc:date>2021-08-27T19:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filter table on duplicate values</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-table-on-duplicate-values/m-p/1831892#M68611</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49220"&gt;@mikegrattan&lt;/a&gt;&amp;nbsp; great!&amp;nbsp; please mark solution so post can be closed and marked appropriately.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 20:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-table-on-duplicate-values/m-p/1831892#M68611</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-27T20:12:38Z</dc:date>
    </item>
  </channel>
</rss>

