Filter Trees?

Stimulsoft Reports.WEB discussion
Post Reply
KFR
Posts: 12
Joined: Fri Oct 11, 2019 8:13 am

Filter Trees?

Post by KFR »

I am creating a report with a filter on a data band. Is there any way to build a filter tree with a mix of AND and ORs WITHOUT using expressions?

E.g. I want to filter:

(field1 == "value" OR field1 == "value2") AND field2 = "othervalue"

but the stimulsoft filter tree only seems to support all ANDs or all ORs without forcing the user to write script expressions, which is very limiting. I just wanted to check I'm not missing anything obvious.
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Filter Trees?

Post by Lech Kulikowski »

Hello,

Yes, at the current moment, a combination of the OR and AND is available only with expressions.

Thank you.
Post Reply