I have a crystal 10 report using sql backend which pulls the following data. This report does not have any groups and is pretty straightforward.The details secion is where all the data lies.
There is one field which displays ownership info for an entity.
ie:
taxcode record# Entityname ownership
FX447 105 Keystone Tyco Flow A
FX447 105 Keystone Tyco Flow B
The report should instead read
taxcode record# Entityname ownership
FX447 105 Keystone Tyco Flow A; Tyco Flow B
how can I achieve this?
There is one field which displays ownership info for an entity.
ie:
taxcode record# Entityname ownership
FX447 105 Keystone Tyco Flow A
FX447 105 Keystone Tyco Flow B
The report should instead read
taxcode record# Entityname ownership
FX447 105 Keystone Tyco Flow A; Tyco Flow B
how can I achieve this?