Multiple formats in one field in Crystal XI

Use a text box and drag and drop the end result into it.({TPG_MMDDYY.Address} & “,”& {@ZIP-TEXT} & " " &{@Days; Prices}
) … Create one for each possible end result…({TPG_MMDDYY.Address} & " " & {TPG_MMDDYY.Unit_Number}& “,”& {@ZIP-TEXT}& " "& {@Days; Prices}
) Then text box allows you to format each piece individually.

In order to satisfy your conditions… use conditional formatting to hide or show the appropriate text box when applicable.


jbaker (BOB member since 2005-08-17)