I've a datareport that uses dataenviroment to fetch data
the query i use is :
here testsdata id the table , patient_id is the parameter i want to use as the filter.Code:SELECT * from testsdata,patient_ID as patientid, WHERE
patientid = ?
But even when i supply the parameter using the code:
the report doesnt filter the data.... whatz gng wrong , any suggestionsCode:DataEnvironment1.Commands("report").Parameters(0).Value =txtPatientID
