My drill down report has 4 levels .
On the 4th level I need to filter records based on 2 criteria
I right click on the report
Report -> section expert -> supprees no drill down ( X-2)
In the formula editor I have
formula =Trim ({DrillOVB.SYSTEMCONDITIONS})<>"6" and {@OVBJob}>1
It doesnt work.
If I just have
formula =Trim ({DrillOVB.SYSTEMCONDITIONS})<>"6"
it works.
Same way if I use
formula = {@OVBJob}>1 It works.
How can I have both conditions working together.
thanks
On the 4th level I need to filter records based on 2 criteria
I right click on the report
Report -> section expert -> supprees no drill down ( X-2)
In the formula editor I have
formula =Trim ({DrillOVB.SYSTEMCONDITIONS})<>"6" and {@OVBJob}>1
It doesnt work.
If I just have
formula =Trim ({DrillOVB.SYSTEMCONDITIONS})<>"6"
it works.
Same way if I use
formula = {@OVBJob}>1 It works.
How can I have both conditions working together.
thanks