CrystalReports74
Technical User
Good Day,
I am using Crystal Reports XI. I am connecting to a DB2 database.
I have a memo field called assignment_groups.
The field could contain data like this:
Operator Name Assignment Groups
============================================================
jdoe NETWORK GROUP
SECURITY GROUP
============================================================
bobjay NETWORK GROUP
============================================================
rayjay SERVER GROUP
SECURITY GROUP
NETWORK GROUP
============================================================
eeyjay
============================================================
testerguy SECURITY GROUP
NETWORK GROUP
============================================================
helpdesk guy
SECURITY GROUP
============================================================
What I would like to see is this:
Operator Name Assignment Groups
============================================================
jdoe NETWORK GROUP, SECURITY GROUP
bobjay NETWORK GROUP
rayjay SERVER GROUP,SECURITY GROUP, NETWORK GROUP
eeyjay
testerguy SECURITY GROUP, NETWORK GROUP
helpdesk guy SECURITY GROUP
I don't know how to get the data from the memo field formatted so the assignment groups are on the same line separated by a comma.
Note: if instr({operatorm1.ASSIGNMENT_GROUPS},chr(10)) > 0 then 1 (this equals 1)
Any help is greatly appreciated!
Crystal Reports 74
I am using Crystal Reports XI. I am connecting to a DB2 database.
I have a memo field called assignment_groups.
The field could contain data like this:
Operator Name Assignment Groups
============================================================
jdoe NETWORK GROUP
SECURITY GROUP
============================================================
bobjay NETWORK GROUP
============================================================
rayjay SERVER GROUP
SECURITY GROUP
NETWORK GROUP
============================================================
eeyjay
============================================================
testerguy SECURITY GROUP
NETWORK GROUP
============================================================
helpdesk guy
SECURITY GROUP
============================================================
What I would like to see is this:
Operator Name Assignment Groups
============================================================
jdoe NETWORK GROUP, SECURITY GROUP
bobjay NETWORK GROUP
rayjay SERVER GROUP,SECURITY GROUP, NETWORK GROUP
eeyjay
testerguy SECURITY GROUP, NETWORK GROUP
helpdesk guy SECURITY GROUP
I don't know how to get the data from the memo field formatted so the assignment groups are on the same line separated by a comma.
Note: if instr({operatorm1.ASSIGNMENT_GROUPS},chr(10)) > 0 then 1 (this equals 1)
Any help is greatly appreciated!
Crystal Reports 74