Forum Discussion
j_angelevski
5 years agoContributor III
@chrisbodman,
You can do that with a mapper and filter() function,
$.filter(val => val.CustomerID != null)
This way, all rows where CustomerID is null will be filtered out.
You can do the same with a Filter Snap by writing $CustomerID != null