Chart Visibility
Can you add visibility to a CHART?? similar to table item visibility --->
=iif(Sum(Fields!inherent_high.Value, "PreviousQuarter") = 0 AND Sum(Fields!inherent_medium.Value, "PreviousQuarter") = 0, True, False).
I need to make the chart item invisible IIF no result returned from the dataset. Thanks for any help.
-Tas
|