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 |
sunny_10
Yak Posting Veteran
72 Posts |
Posted - 2012-12-06 : 09:51:14
|
Hi I want to display variable with values 1-12 (months) , & second variable with Years option . At a time only 1 value will be selected from bothThanks |
|
sunitabeck
Master Smack Fu Yak Hacker
5155 Posts |
Posted - 2012-12-06 : 10:08:33
|
Add a parameter and in Report Paramter Properties -> Available Values tab, select Sepecify values, and then add the values that you want to display. You can also specify a default value if you like in the default value stab. In the General tab, select the appropriate Data Type. Since you want to display only one value at a time, make sure "Allow multiple values" is unchecked. |
|
|
|
|
|