Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How can I apply the Not NULL function on the incoming Date column

Rvelan
6 - Meteoroid

Hi Team,

 

I want to apply the Not Null function on the incoming Date column from the Database.

 

Once after applying the Not Null function, I need to store it in the database.

 

Anyone can help on this.

 

Regards,

Raj.

2 REPLIES 2
CharlieS
17 - Castor
17 - Castor

I assume this is going to be a dynamic field name? In that case, use a Multi Field Formula tool with the following formula:

 

!IsNull([_CurrentField_])

Rvelan
6 - Meteoroid

Thanks, Charlie.

Labels
Top Solution Authors