I have a dataset, where one of my columns is a 'pack date', unfortunately some of the values within this column are null.
I am trying to use Conditional Value within the attribute manager to give a dummy date wherever a null value appears in my table.
So far I have:
If Pack Date ATTRIBUTE_VALUE_NULL as my test condition.
How would I assign an attribute value of, say 01/01/1990?
Thanks,
Tom