opopanax666
Registered User.
- Local time
- Today, 00:48
- Joined
- Nov 2, 2006
- Messages
- 44
hi everybody,
I have a column "EndDate" with some dates filled in, and some null values. I want to create a new column with the filled-in date-values, and the null-values need to be 31/12/2999. So i tried
EndDate2: Nz([EndDate];#31/12/2999#)
but no go, null-fields stay empty.
What did i miss?..
I have a column "EndDate" with some dates filled in, and some null values. I want to create a new column with the filled-in date-values, and the null-values need to be 31/12/2999. So i tried
EndDate2: Nz([EndDate];#31/12/2999#)
but no go, null-fields stay empty.
What did i miss?..