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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
nevilledhamsiri
Specialist
Specialist

How to apply conditional formatting on a column where two duplicate vales are noted

As per attached qvd under MY column there are two duplicates (818308@2) ,need to highlight them

Thanks

 

Neville

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

Backgroundexpression for NET CLAIMS:

 

Aggr(NODISTINCT If(Count({<DESCRIPTION={'NET CLAIM'}>}MONTH_ACT) > 1, LightGray()), MONTH_ACT)

 

hope this helps

View solution in original post

3 Replies
nevilledhamsiri
Specialist
Specialist
Author

 
Frank_Hartmann
Master II
Master II

Backgroundexpression for NET CLAIMS:

 

Aggr(NODISTINCT If(Count({<DESCRIPTION={'NET CLAIM'}>}MONTH_ACT) > 1, LightGray()), MONTH_ACT)

 

hope this helps

nevilledhamsiri
Specialist
Specialist
Author

Thanks a lot

Neville