Community & Support
Learn
Marketplace
Menu
Menu
Home
›
Discussions
›
Community Q&A
Dealing with Missing Dates
JEdward
New Altair Community Member
May 9, 2014
Updated
Nov 5, 2024
by
Jocelyn
Hi,
I'm trying to replace missing (NULL) values in a date field with today's date.
I first tried a GenerateAttributes operator using IF(MIssing(fieldname),date_now(),fieldname), but this threw a syntax error.
Anyone have any suggestions?
Thanks
Find more posts tagged with
AI Studio
All Replies
Sort by:
Sort by
Oldest
▾
1 - 1 of 1
↑
1
↑
Marco_Boeck
New Altair Community Member
May 9, 2014
Hi,
try this:
if(missing(Date), date_now(), Date)
Regards,
Marco
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
try this: Regards,
Marco