Multiple Filters On Data Band
Posted: Fri Mar 26, 2010 9:20 am
Hi Everyone
Just wondering if it is possible to filter a data band with more than one statement block, I know you can add as many filters as you wish, as long as they all use the same operator, ie: AND / OR
So you can have, filter results on Databand.Column1 = "Test" AND Databand.Column2 = "Foo" AND Databand.Column3 = "Mars"
Same can be done with the OR, filter results on Databand.Column1 = "Test" OR Databand.Column1 = "Foo" OR Databand.Column1 = "Mars"
What I am wondering is can you combine the operators to produce something like:
(Databand.Column1 = "Test" OR Databand.Column1 = "Foo") AND Databand.Column3 = "Mars"
I cannot see a way of doing this is the data band filter, something like what is in the conditions wizard, where you have layered conditions allowing you to create the above scenario
anyone know if this can be done?
Cheers
Tom
Just wondering if it is possible to filter a data band with more than one statement block, I know you can add as many filters as you wish, as long as they all use the same operator, ie: AND / OR
So you can have, filter results on Databand.Column1 = "Test" AND Databand.Column2 = "Foo" AND Databand.Column3 = "Mars"
Same can be done with the OR, filter results on Databand.Column1 = "Test" OR Databand.Column1 = "Foo" OR Databand.Column1 = "Mars"
What I am wondering is can you combine the operators to produce something like:
(Databand.Column1 = "Test" OR Databand.Column1 = "Foo") AND Databand.Column3 = "Mars"
I cannot see a way of doing this is the data band filter, something like what is in the conditions wizard, where you have layered conditions allowing you to create the above scenario
anyone know if this can be done?
Cheers
Tom