Hi,
I have a list of crystal reports that are being converted from version 9 to 11. These reports are called from .Net 3.5 Web app. There are few reports which have subreports in it. In one of the subreport, a data field is retrieved from Oracle database and used for display. This data field is not a physical field in any Oracle table. Instead, it's a manipulated field (like "20" as Sort_Order) from Oracle DB. When the field value is displayed during runtime, only partial data is displayed. For example, the actual value returned from DB is 201002. But this field shows only 20 during runtime in subreport. But, during preview, the complete (201002) value is displayed.
Please help.