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: 
Anonymous
Not applicable

Remove rows base on conditions

HI, how to I remove rows base on conditions?

Group,name

A, Peter

A,Tan

A, Allen

B,Jacky

B,Tracy

B,Tom

I want to remove Group A because one of the name is Peter.

When I use    if(name <> Peter,1,0)  // I hides the 0's  , the other name in group A still shows. How do I remove them as well?

10 Replies
Anonymous
Not applicable
Author

Alright! I understand. thks!