If you use a formula field you can check a field value:

Code:
if length({table.field})>0 then table.field else "Default Value"
Hope this helps