Hi,
I have a subreport that I need to insert into an existing text object in my main report which contains several other fields. However, I cannot drag or cut the subreport link/field into my text object. Is this possible? Or is there some trick to this? If you need further information or details, please let me know. I'm using Crystal Reports 11.
Another question: I'm using a formula to format a case_IncidentID number as follows:
picture(totext({T_CASE_INCIDENT.INCIDENT_ID},0,""),"ICR #xx-xxxxx")
The issue I now have is if there is more than 1 icr # for a case number, the record is repeating itself - once with the first ICR # and again with the second ICR #. How do I get all case ICR #'s in the report as follows:
ICR #xx-xxxxx, ICR #xx-xxxxx
My report is grouped by T_CASE1.CASE_NUM
Thanks,
T
I have a subreport that I need to insert into an existing text object in my main report which contains several other fields. However, I cannot drag or cut the subreport link/field into my text object. Is this possible? Or is there some trick to this? If you need further information or details, please let me know. I'm using Crystal Reports 11.
Another question: I'm using a formula to format a case_IncidentID number as follows:
picture(totext({T_CASE_INCIDENT.INCIDENT_ID},0,""),"ICR #xx-xxxxx")
The issue I now have is if there is more than 1 icr # for a case number, the record is repeating itself - once with the first ICR # and again with the second ICR #. How do I get all case ICR #'s in the report as follows:
ICR #xx-xxxxx, ICR #xx-xxxxx
My report is grouped by T_CASE1.CASE_NUM
Thanks,
T