Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
schenklm
Contributor
Contributor

Highlight Duplicates in QlikSense Analytic (Analyse) based on current filters

Hi,

if found severel solutions to identify / highlight duplicate values in the total Datacube (e.g.  =if(aggr(count(field),field) > 1, LightGreen())).

 

But I havn't found a solution how to highlight duplicates based on the current filter set.

E.G.

FIELD1 | FIELD2
a | true
a | false
b | true
b | true
c | true
d | true

If the user sets a filter for FIELD2 = true, only the two datasets with FIELD1 = b should be highlighted.
But all the solutions i found so far will also highlight the only displayed dataset with an a.

Thanx 

MArk

1 Reply
NitinK7
Specialist
Specialist

please look P() and E() function in set analysis

it will be help to find your solution