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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
yastest
Contributor
Contributor

Remove rows based on IF formula

I would like to do count of Ref based on Product. Then do if Ref is more than 1 and "Unknown" then delete the row of data.

I have thousands of row of data. Just for background I am not deleting all the Unknown rows.

 

Product, Description, Ref

Car    Red         1

Doll   Blue          1

Doll   Unknown  2

 

 

 

Thanks

Labels (1)
1 Reply
BrunPierre
Partner - Master II
Partner - Master II

Maybe like this?

=Count(DISTINCT{$-<Ref={">1"},Description={'Unknown'}>}Ref)