Forum Discussion
Anonymous
6 years agoNot applicable
Excluding rows with multiple blank columns
Hi there, I'm coming from SPSS where one has the possibility to exclude (I don't want to remove) cases in the data table based on logical operators. In my case I want to exclude cases with blanks...
- 6 years ago
amitchandak
Super User
6 years agoAnonymous
use isblank like isblank(table[GENDER]) && isblank(table[Age])
Anonymous
6 years agoNot applicable
What command do I use to exclude and where do I write it into? Thanks for the prompt answer!