CRXI with SQL database
I have no experience with parameters but I am trying to create a simple report and I am lost.
Using one table with client information I would like to create a simple report that will display the clients case number and date of birth after the user has specified the clients last and first names with the parameters. Cascading them would be wonderful
This would be a simple way to look up the correct DOB and case number. I thought that if I created the last name and first name parameters that this would then select the correct two corresponding values but it shows other consumers values for DOB and case number.
The four fields are simply last_name first_name DOB and Case_number all in the same table. This report would save them going into the EHR to search for these two values.
HELP.. it must be so simple but brain has stopped.
Can someone show me the way... I thank you in advance.
I have no experience with parameters but I am trying to create a simple report and I am lost.
Using one table with client information I would like to create a simple report that will display the clients case number and date of birth after the user has specified the clients last and first names with the parameters. Cascading them would be wonderful
This would be a simple way to look up the correct DOB and case number. I thought that if I created the last name and first name parameters that this would then select the correct two corresponding values but it shows other consumers values for DOB and case number.
The four fields are simply last_name first_name DOB and Case_number all in the same table. This report would save them going into the EHR to search for these two values.
HELP.. it must be so simple but brain has stopped.
Can someone show me the way... I thank you in advance.