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: 
qlikview979
Specialist
Specialist

Duplicate Values

Hi experts,

How to remove the Unique values from Dimension level in qlik.I need only Duplicate Values.

stalwar1kush141087loveisfail

Regards

Mahesh

20 Replies
rugveddhuri
Contributor II
Contributor II

Hi,
Can you try this

Calculated Dimension

=Aggr(If(Count(DimensionField)>1,DimensionField),DimensionField)

and on dimension tab select following checkbox

Screenshot_4.png

Expression

=Sum(ValueField)