New to business objects - I have a report that has a column that will return one of three things:
1) If no address is given - a blank is returned
2) If the address is to be determined - a TBD is returned
3) if the address is provided, the street address is returned
The column header is Property Address.
I would like the report to show an 'N/A' if no address is given
I would like the report to show the TBD(as it currently does) if the address is to be determined
I would like the report to show 'Property Identified' if any street address is present
Thanks