|
Subject:
|
Chart Visibility
|
|
Posted By:
|
baaul
|
Post Date:
|
8/22/2006 4:45:15 PM
|
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
|
|
Reply By:
|
Itsa
|
Reply Date:
|
9/28/2006 3:53:03 PM
|
you've got the answer. have you tried it? go to the properties window of the chart your wanting to hide and look for "Visibility" and insert your expression. click on the properties box that references "False" and select the button to the right and click on "<Expression...>" insert your solution and execute your report. . .
|