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 |
|
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2011-10-24 : 11:52:50
|
| Hi,How is it possible to hide one of the items in the legend depending on th epassed parameter?Thanks |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-10-24 : 11:59:04
|
| why not add a filter to chart itself based on parameter to filter out those fields?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2011-10-24 : 12:07:59
|
| Solved by using an iif expressioin.Thanks |
 |
|
|
|
|
|