I have a formula in which i am concatanating 5 strings and adding a "-" in between,even if one string is empty
it wont do the concatanation,so is there a function similar to NVL that will replace a 0000 when the string is null
I dont want to validate each string with a IF that it isnt null to do this formula..
it wont do the concatanation,so is there a function similar to NVL that will replace a 0000 when the string is null
I dont want to validate each string with a IF that it isnt null to do this formula..