If Not IsNull(ToText((currentdate-date({Command.ShipDate})),'00')) Then
ToText((currentdate-date({Command.ShipDate})),'00')
Else '00'
The above formula doesnt compile and says i need to give a field in If section
How do i write this without errors
I need to get the current date - date value of a field
and if its null then return '000'
ToText((currentdate-date({Command.ShipDate})),'00')
Else '00'
The above formula doesnt compile and says i need to give a field in If section
How do i write this without errors
I need to get the current date - date value of a field
and if its null then return '000'