Using Crystal XI with ODBC. Trying to create a report that Groups call tickets open for each group. The problem is it is counting tickets multiple times in each group because the call # is not unique.
I have 2 GH's
GH1 = {Asgnmnt.GroupName} GH2 is {Calllog.Callid} - i have nothing in details. most data in GH2
My running totals by group are off because it counts 1 ticket multiple times if their are multiple assignments but I want to use {Asgnmnt.ResolveOrder} which would have to be a max but it would have to be a max per ticket or i can also use max {Asgnmnt.DateAssign}&{Asgnmnt.TimeAssign} or there also appears to be unique called {Asgnmnt.HEATSeq} which we could probably use. problem is i can't get any of them to work
My output looks like this
Vendors
102
300
325
Systems
300
Helpdesk
325
I am new to crystal and this is most likely more advanced than what i know but i have tried everything and cannot get the data to appear correctly.
The ticket should only appear once. i have tried a max( Asgmnt.Resolveorder) in selection formula group along with many other different things. tried select distinct( no luck)
Is there a simple solution that someone can help me with. Hopefully i gave you enough detail or explained what i am looking to do.
thanks in advance
I have 2 GH's
GH1 = {Asgnmnt.GroupName} GH2 is {Calllog.Callid} - i have nothing in details. most data in GH2
My running totals by group are off because it counts 1 ticket multiple times if their are multiple assignments but I want to use {Asgnmnt.ResolveOrder} which would have to be a max but it would have to be a max per ticket or i can also use max {Asgnmnt.DateAssign}&{Asgnmnt.TimeAssign} or there also appears to be unique called {Asgnmnt.HEATSeq} which we could probably use. problem is i can't get any of them to work
My output looks like this
Vendors
102
300
325
Systems
300
Helpdesk
325
I am new to crystal and this is most likely more advanced than what i know but i have tried everything and cannot get the data to appear correctly.
The ticket should only appear once. i have tried a max( Asgmnt.Resolveorder) in selection formula group along with many other different things. tried select distinct( no luck)
Is there a simple solution that someone can help me with. Hopefully i gave you enough detail or explained what i am looking to do.
thanks in advance