I am using CR 8.5 and would like to know if there is a way to display a Default Parameter description in the report rather than it's value. I have a report that allows my end users to choose a particular doctor or doctors by their assigned number or I allow them to choose all doctors by choosing zero with the following addition to the Selection Expert:
(if{?doc_numb} = 0.00 then true
else {TRANSACTIONS.PHY_CODE} = {?doc_numb}) and
I then added 0 as a defualt value in the parameter field and included the description of "All Physicians". When inputting parameters to run the report the "All Physicians" description displays but when the report completes the parameter displays as 0 in the report header where the parameter is located.
Is there a way to get the description to display in the RH also?
(if{?doc_numb} = 0.00 then true
else {TRANSACTIONS.PHY_CODE} = {?doc_numb}) and
I then added 0 as a defualt value in the parameter field and included the description of "All Physicians". When inputting parameters to run the report the "All Physicians" description displays but when the report completes the parameter displays as 0 in the report header where the parameter is located.
Is there a way to get the description to display in the RH also?