Hi
I am using ver 8.5
I am looking into 2 sql tables namely CallLog and Assgnmnt in one to many relation.The link is thro' log no. Assgnmnt table can have dup. on log no but need to be filtered by checking the min seq no for that log no.
I need to count the records when
Asgnmnt.seqno = (select min(seqno) from Asgnmnt
where CallLog.Logno = Asgnmnt.Logno)
where should i put this selection? in database sql or on record selection expert? or in the formula calculation? and also how?
any expert guidence please?
Thka in advance.
I am using ver 8.5
I am looking into 2 sql tables namely CallLog and Assgnmnt in one to many relation.The link is thro' log no. Assgnmnt table can have dup. on log no but need to be filtered by checking the min seq no for that log no.
I need to count the records when
Asgnmnt.seqno = (select min(seqno) from Asgnmnt
where CallLog.Logno = Asgnmnt.Logno)
where should i put this selection? in database sql or on record selection expert? or in the formula calculation? and also how?
any expert guidence please?
Thka in advance.