I have a crystal report that has two fields loaded from a
database onto the report like so:
[ {field1} {field2} ]
I need to write a formula that will move or expand field2 in the place of field1 if field1 is null.
For example if field1 is null the report would look like this:
[ {field2} ]
or, if possible like this:
[ {field2 } ]
Im new to crystal reports so any help would be appreciated.
Thanks
Some additional information: Im using crystal reports 9 and basic syntax
database onto the report like so:
[ {field1} {field2} ]
I need to write a formula that will move or expand field2 in the place of field1 if field1 is null.
For example if field1 is null the report would look like this:
[ {field2} ]
or, if possible like this:
[ {field2 } ]
Im new to crystal reports so any help would be appreciated.
Thanks
Some additional information: Im using crystal reports 9 and basic syntax