I have created several parameters in my report.
These parameters are drop down controls which are populated from stored procedures.
How is it possible to populate one of these parameters based on the selection on another parameter drop down control?
Thanks
keep your parameters in the order they are dependent. refer the parameter some thing like
select src_parameter2 where src_param1=@.param1
Thanks
Raj Deep.A
sql
No comments:
Post a Comment