Subject How to make Count sql for Child Dataset including Links Value
Author kamen_lai
How to simply make a count sql which including master field values
Like
Master do table have field dono values'123'
detail do_det table have sql
select * from do_det
and masterlinks define 'do_det.dono=do.dono'

and return sql 'select count(*) from do_det where do_det.dono = '123''

thanks a lot