Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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