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.
Solved! Go to Solution.
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_])
Thanks, Charlie.