Dec 6, 2016

Checking multiple columns for errors

There is a rather interesting suggestion on EasyMorph Community regarding notifications of error values in datasets. While this is still not available in EasyMorph here is how you can check multiple columns at once if they contain error values:

Select multiple columns (Ctrl + click) and choose Keep rows -> Errors from the column menu. EasyMorph will automatically create a Filter by Condition transformation with expression like

isempty([Column 1]) or isempty([Column b]) or ... or isempty([Column N])
 
click to zoom