[ul]
[li][/li]
[/ul]
I am trying to create a report of patients who did not have certain kinds of appointments in a given date range.
I have a main report that lists patient name,patient id, DOB, physician and location. I have a subreport that lists needed appointments the patient had(date and type of appointment). My subreport also has a variable hadappt. If the pt had any of the needed appts then hadappt is set to 1 else 0. I am able to pass the variable back to the main report and display it in detailsb or groupfooter of patient. What I need now is suppress the main report if hadappt=1.
I am not able to do this. Can someone please help me with this? Thanks for all help in advance.
[li][/li]
[/ul]
I am trying to create a report of patients who did not have certain kinds of appointments in a given date range.
I have a main report that lists patient name,patient id, DOB, physician and location. I have a subreport that lists needed appointments the patient had(date and type of appointment). My subreport also has a variable hadappt. If the pt had any of the needed appts then hadappt is set to 1 else 0. I am able to pass the variable back to the main report and display it in detailsb or groupfooter of patient. What I need now is suppress the main report if hadappt=1.
I am not able to do this. Can someone please help me with this? Thanks for all help in advance.