I have a parameters that is either yes or no, I want to be able to show this
parameter in a checkbox - for the parameter of Yes, the check box needs to
show all the Yes answers, if they want the No answers that want to uncheck
the box.
Can this be done? Any information on how?
thanks
noraWithout custom programming, the only way to get check boxes in the parameter
area of SSRS is
1. to allow Nulls ( you get a check box to say the value is null)
2. Have a multi-select list box, populated with Yes, No... You could select
both however..
Otherwise you are stuck with Radio buttons or regular lists... ( or put an
html page in front of the report, with your check boxes, and let the html
page call the Report URL)
--
Wayne Snyder MCDBA, SQL Server MVP
Mariner, Charlotte, NC
I support the Professional Association for SQL Server ( PASS) and it''s
community of SQL Professionals.
See you at the PASS Conference!
"NormaD" wrote:
> I have a parameters that is either yes or no, I want to be able to show this
> parameter in a checkbox - for the parameter of Yes, the check box needs to
> show all the Yes answers, if they want the No answers that want to uncheck
> the box.
> Can this be done? Any information on how?
> thanks
> nora
No comments:
Post a Comment