cmccoy2005
Technical User
Crystal Experts,
I am trying to learn crystal XI.
I have a one-to-many relations with the assignee field. I would like to print all assignees with the criteria:
if IsNull({Asgnment.Resolution}) or (Asignment.Resolution} = " " then {Asgnmnt.Assignee}
With this statement, I will know who has not completed their task.
There could be many assignee's to one record. I placed this statement in the report header and its only printing the first assignee that meets this criteria. I would like to display all assignee's with this criteria within the Group Header. Any suggestions would be appreciated.
I am trying to learn crystal XI.
I have a one-to-many relations with the assignee field. I would like to print all assignees with the criteria:
if IsNull({Asgnment.Resolution}) or (Asignment.Resolution} = " " then {Asgnmnt.Assignee}
With this statement, I will know who has not completed their task.
There could be many assignee's to one record. I placed this statement in the report header and its only printing the first assignee that meets this criteria. I would like to display all assignee's with this criteria within the Group Header. Any suggestions would be appreciated.