Version 10
I have a report that displays the Directors and Officers and other important people in a company by Generic Title. Each person then has information displayed about him.
To do this, we have created a subreport that shows all Directors. Each Director then lists his address, phone number, etc. A separate subreport shows all Officers with addresses, etc. There are approx 15 subreports all told.
I have created a Main Report Boolean parameter (HideAddress) that asks whether the user wants to display the address for each person. Another Boolean parameter (HidePhone)asks whether the phone number should be displayed.
If this were just a main report, I would update the Suppression formula for the Address field to be "HideAddress = True". Same idea for the phone number. However, I cannot get the Main Report parameter to show up in the SubReport parameter list. We 'changed the SubReport link' to push the paramter through, but it won't 'stick' in the subreport list.
I don't want to create parameters individually at the subreport level, as the user would soon be presented with thirty or so checkboxes.
How do I get a Boolean Main Report parameter to show up in the SubReport parameter list?
Any ideas would be greatly appreciated.
Thanks!
I have a report that displays the Directors and Officers and other important people in a company by Generic Title. Each person then has information displayed about him.
To do this, we have created a subreport that shows all Directors. Each Director then lists his address, phone number, etc. A separate subreport shows all Officers with addresses, etc. There are approx 15 subreports all told.
I have created a Main Report Boolean parameter (HideAddress) that asks whether the user wants to display the address for each person. Another Boolean parameter (HidePhone)asks whether the phone number should be displayed.
If this were just a main report, I would update the Suppression formula for the Address field to be "HideAddress = True". Same idea for the phone number. However, I cannot get the Main Report parameter to show up in the SubReport parameter list. We 'changed the SubReport link' to push the paramter through, but it won't 'stick' in the subreport list.
I don't want to create parameters individually at the subreport level, as the user would soon be presented with thirty or so checkboxes.
How do I get a Boolean Main Report parameter to show up in the SubReport parameter list?
Any ideas would be greatly appreciated.
Thanks!