renato1970
Technical User
Hello
I've made the following function:
if {VBasicDocInd.Status} = "Accepted" then
formula = CDateTime({VBasicDocInd.StatusChanged})
else
formula = CDateTime(0,0,0,0,0,0)
end if
If the statement is not true, I get '00:00:00' in the field but I want an empty field. Only the date is suppressed but not the time.
What do I have to do to get a totally empty field?
Thanks for your help.
Renato
I've made the following function:
if {VBasicDocInd.Status} = "Accepted" then
formula = CDateTime({VBasicDocInd.StatusChanged})
else
formula = CDateTime(0,0,0,0,0,0)
end if
If the statement is not true, I get '00:00:00' in the field but I want an empty field. Only the date is suppressed but not the time.
What do I have to do to get a totally empty field?
Thanks for your help.
Renato