Hello Gurus, I need your advice. following crystal report need to have one 2 extra groupings. here is the structure.
agent> Grouping by day>detail section(all details)
Raul Smith
Monday--> need to divide in new signup/old account ???
TUe
Wed
Now i need to make the records sort as Call related to new account or old account
I am confused with the grouping, these are the formulas i created.
@new IF "New" in {Field} then 1 else 0
@ NewCount = If @new=1 then sum(@new)else count(@New)
how do I do place the grouping now under weekday, grouping hierarchy is Agent name> Day>----here need to insert group for old and new---- suppressed details section.
AM i doing it right? and how do i proceed ahead. thanks.
agent> Grouping by day>detail section(all details)
Raul Smith
Monday--> need to divide in new signup/old account ???
TUe
Wed
Now i need to make the records sort as Call related to new account or old account
I am confused with the grouping, these are the formulas i created.
@new IF "New" in {Field} then 1 else 0
@ NewCount = If @new=1 then sum(@new)else count(@New)
how do I do place the grouping now under weekday, grouping hierarchy is Agent name> Day>----here need to insert group for old and new---- suppressed details section.
AM i doing it right? and how do i proceed ahead. thanks.