It is very easy to filter out the null values in Alteryx. Here’s a short tutorial on how to do it in simple steps:
- Inside Alteryx's workflow designer, head over to the left-side panel and find 'Filter'. Drag this tool onto the canvas and connect it to the Text Input tool or other sources.
- Following that, go to the right-hand panel and make all the necessary configurations. To get started, tap the 'Column Name' menu and choose the field you want to edit.
- Subsequently, click the 'Operator' menu.
- Choose 'Is Not Null' from the list.
- After that, go to the Filter tool on your canvas and tap the True (T) output anchor.
- Finally, the null values from your dataset will be filtered out accordingly.
.gif)
