I have a the following value method in my dynamic value table#:
([ADDRNUM]+" "+[ROADPREDIR]+" "+[FULLNAME]+" "+[ROADPOSTDIR]+" "+[UNITTYPE]+" "+[UNITID])
When any of these values is null, the resulting concatenation contains extra spaces. What would be the best way to ensure no extra spaces are created?
Thanks