Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sumitmahajan81
Starting Member
4 Posts |
Posted - 2006-12-08 : 14:47:53
|
In have 2 list boxes. I want to change the selection of values in one report parameter list box on the basis of selection in the other.Suppose, I have a two parameter list boxes. First list box with values {A,B,C} and other listbox has values {X,Y,Z}. if I select A in the first list box then X,Y should be selected. If I select B, Z should be selected and so on.Any help in this would be appreciated.Thanks in advance!!! |
|
JoeNak
Constraint Violating Yak Guru
292 Posts |
Posted - 2006-12-14 : 10:43:32
|
See if this helps.http://sqlteam.com/forums/topic.asp?TOPIC_ID=72233 |
|
|
sumitmahajan81
Starting Member
4 Posts |
Posted - 2006-12-19 : 10:07:19
|
Thanks Joe for the reply but my problem still persists.My report parameters param1 and param2, both have default set of values. So both are listboxes. And param2 is multivalued. So proc for param2 accepts param1 as parameter. It works for first selection. But when I try to change it again, param2 doesnt gets reflected according to selection of param1.Your reply appreciated.Thanks |
|
|
sumitmahajan81
Starting Member
4 Posts |
Posted - 2006-12-19 : 10:16:44
|
It doesnt work until page is refreshed and works only for first time.I am looking if param2 could make selection if param1 is changed And it should also be available for independent selection.Thanks |
|
|
|
|
|