My input table looks like this:
Name Street_Num Street_Prefix Street_Name Street_Suffix
Robert 234 N Elm St
Bill 125 Ranchway Ct
John 44 Oak Blvd
Tim 2365 S Watters Ave
I am trying to create a formula to string together Street_Num, Street_Prefix, Street_Name, and Street_Suffix.
The problem I am encountering is when Street_Prefix is null the formula returns a null value for my entire string formula in the report.
Any suggestions?
Thanks,
Tim
Name Street_Num Street_Prefix Street_Name Street_Suffix
Robert 234 N Elm St
Bill 125 Ranchway Ct
John 44 Oak Blvd
Tim 2365 S Watters Ave
I am trying to create a formula to string together Street_Num, Street_Prefix, Street_Name, and Street_Suffix.
The problem I am encountering is when Street_Prefix is null the formula returns a null value for my entire string formula in the report.
Any suggestions?
Thanks,
Tim