Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
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
Partner - Master

Maybe like this?

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