Eliminate rows with null values?

Options
adsd123
edited December 2023 in General

I'm in the process of generating a dataset from a snapshot, and I'm interested in recommendations for eliminating rows that contain null values in a particular column. Any advice would be appreciated.

Answers

  • Josh Boxer
    Josh Boxer Administrator
    Options

    Hello

    I'm not certain I understand the question, but if you Filter where the selected column is not equal to null

    or build a Function to achieve the same.