In WebI 4.1 I've got a report where I have an input control with dependencies set to "Page Body". I need to set it on that level because I have several free-standing cells that must respond to input control choices -and free standing cells can not be included to input control dependencies in any other way (right?).
In this report I also have a chart that shouldn't respond to choices in one input control (but it shall respond to other input controls).
How can I exclude the chart or chart measure formula from this one input control?
I tried to use the ForAll([Input Control Dimension]) function, but it didn't do the job.
Any ideas?