Joined: 29 Oct 2009
Location: India
Online Status: Offline
Posts: 24
Topic: selection according db row data Posted: 22 Apr 2010 at 11:19am
if {ssCardiac.PatientID}={?Patient Selection} then {ssCardiac.InspectionDateTime}.row ={ssCardiac.PatientID}={?Patient Selection};
like if pateint Selection is "2" then i need all {ssCardiac.InspectionDateTime} having PatientId =2 in row (PatientId is not my primary key in db it is multiple times for same patient)
Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Posted: 23 Apr 2010 at 3:11am
sounds like a grouping issue or a filter issue...due to the fact that it is a parameter, I would filter out all records that don't meet your requirements.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum