Forum Discussion
Hi @ankita1212,
Simply, use the Filter snap. For example $column_name != null will filter the nulls for the column. You can combine multiple columns as well.
/Igor
ankita1212
5 years agoNew Contributor
Hi Igor,
Thanks you for the reply, the mistake I made was I had not included $column_name != ‘’ along with $column_name != null. When I did it worked like a charm.