I have a report I am running that list clients by their locality code. I have a parameter set up so the user can select the locality code they want to run the report for. Now the are asking to be able to select ALL and get everyone. How can I do this? Here is my record selection formula:
isnull ({episode.dschg_date}) and
{ep_discipline.admit_ntuc_flag} = "A" and
{episode.company_num} = {?Company Number} and
not ({patient.last_name} like "zz*") and
{episode.locality_code} = {?Map Page Number}
Thanks for any help.
isnull ({episode.dschg_date}) and
{ep_discipline.admit_ntuc_flag} = "A" and
{episode.company_num} = {?Company Number} and
not ({patient.last_name} like "zz*") and
{episode.locality_code} = {?Map Page Number}
Thanks for any help.