Hi
I am a newbie to this crystal Reports.
My report should read 2 tables viz; call and Asgnmnt
The report should display only the no of records satisfying the condition group by RecdDate
Fld name in Tbl call will be
Callid
RecdDate
status
Fld name in Tbl Asgnmnt will be
Callid
RecdDate
SuppGrp
SeqNo
The sql formula would be something like this:
Select Distintcount(*) from Call,Asnmnt where Call.Callid = (Select min(seqNo) CallId from Asnmnt) and Asnmnt.suppGrp = "Help" and Call.status = "done" and Call.Recvdate = @date
It might be simple but I don't know where to start first.
Can anyone help me pleasssssseee....
I am a newbie to this crystal Reports.
My report should read 2 tables viz; call and Asgnmnt
The report should display only the no of records satisfying the condition group by RecdDate
Fld name in Tbl call will be
Callid
RecdDate
status
Fld name in Tbl Asgnmnt will be
Callid
RecdDate
SuppGrp
SeqNo
The sql formula would be something like this:
Select Distintcount(*) from Call,Asnmnt where Call.Callid = (Select min(seqNo) CallId from Asnmnt) and Asnmnt.suppGrp = "Help" and Call.status = "done" and Call.Recvdate = @date
It might be simple but I don't know where to start first.
Can anyone help me pleasssssseee....