Hello everybody,
This is my new problem (see added screenshot):
You can see one section of the report with a table that works like this:
% Non Conformities = (Derogated + Rejected) / Total Deliveries
Filter = If > 5 And <% Non Conformities> > 5 Then 1 Else 0
Under filter you see the SUM of filter
Selected cell: if Sum() > 0 Then 1 Else 0
All these formulas work how I want them to work. BUT:
The selected cell is a value to determine the table/section should be visible or not. But when I enter the last variable into the table/section hide formula it doesn’t work as intended. So I placed the SAME formula under the table. There you can see the values are different. And the hiding works with the values of the added cell.
As you wrote : “under the table”. A formula has a different reaction under a section and under a table… hummm pretty hard for to express myself in english on this topic but I try (maybe you speak French cause you are from belgium
Well, you can’t obtain the same result cause the values into your formulas are on the row level (detail). differents values each row, so you have to agregate your formulas if you want a good result !
The extra field is in the right section.
So I think kenny’s approach will be the best. But I don’t know how I should addapt my formula. Or are you saying that it’s impossible to do what I want ?
PS: Sorry, my english is better than my french. But you can always try if you want. For me it’s better than nothing !