Using Crystal 8.5.
Creating a report to reflect the # of accounts transferred from one Sales Rep to another.
Report is grouped as follows:
Group 1: @REP
Group 2: INTERPAY_ACCOUNT.ALT_REP
In Group 2 header I have concatenated as follows:
@ REP [@TRANSFER COUNT][@BRANCH TEXT]transferred from [@ALT REP FIRST NAME][@ALT REP LAST NAME]on [TRANSFERDATE]
My problem is that the rep may get branches transferred to them from several alt reps. So my concatenation will look as follows:
JOHN SMITH 1 branch transferred from Sue Jones on 6/28
JOHN SMITH 10 branches transferred fom John Baker on 6/28
What I would like to do is have info appear as follows:
JOHN SMITH 1 branch transferred from Sue Jones on 6/28
10 branches transferred from John Baker on 6/28
Is this possible?
Thanks!
Creating a report to reflect the # of accounts transferred from one Sales Rep to another.
Report is grouped as follows:
Group 1: @REP
Group 2: INTERPAY_ACCOUNT.ALT_REP
In Group 2 header I have concatenated as follows:
@ REP [@TRANSFER COUNT][@BRANCH TEXT]transferred from [@ALT REP FIRST NAME][@ALT REP LAST NAME]on [TRANSFERDATE]
My problem is that the rep may get branches transferred to them from several alt reps. So my concatenation will look as follows:
JOHN SMITH 1 branch transferred from Sue Jones on 6/28
JOHN SMITH 10 branches transferred fom John Baker on 6/28
What I would like to do is have info appear as follows:
JOHN SMITH 1 branch transferred from Sue Jones on 6/28
10 branches transferred from John Baker on 6/28
Is this possible?
Thanks!