SOLVED
Replace nulls in DateTime field with blank/empty?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
mb1824
9 - Comet
‎10-28-2018
05:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
How do I replace nulls in a DateTime field with a blank/empty?
The below doesn't work.
If IsNull([DateTime]) THEN "" ELSE [DateTime] ENDIF
Solved! Go to Solution.
Labels:
- Labels:
- Expression
- Preparation
1 REPLY 1
20 - Arcturus
‎10-28-2018
05:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dates can be Null or a valid ISO date.
YYYY-MM-DD
If you want spaces, then you need to change the data type to a string type.
Cheers,
Mark
YYYY-MM-DD
If you want spaces, then you need to change the data type to a string type.
Cheers,
Mark
Alteryx ACE & Top Community Contributor
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
