Hi There,
I am new to Alteryx. Please see below data and help me how to clean up my data
Date FieldA DateFirst
NULL NULL 04-01-2018
NULL NUL 05-01-2018
NULL NULL 06-01-2018
NULL NUL 07-01-2018
NULL NULL 08-01-2018
NULL NUL 09-01-2018
10-03-2018 10 10-01-2018
11-09-2018 20 11-01-2018
03-01-2019 30 03-01-2019
NULL NULL 04-01-2019
NULL NULL 05-01-2019
So Now my output should look something like this
10-03-2018 10 10-01-2018
11-09-2018 20 11-01-2018
03-01-2019 30 03-01-2019
NULL NULL 04-01-2019
NULL NULL 05-01-2019
I need to get minimum of Date column and filter to the condition [DateFirst]>= ToDate(DateTimeTrim([Minimum of Date],"month")).