This is a migrated thread and some comments may be shown as answers.

report filtering OR

1 Answer 61 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
kmv
Top achievements
Rank 1
kmv asked on 12 Sep 2008, 04:16 PM
guys$0$0$0$0$0$0$0Is there a way to OR report filters rather than always ANDing them $0$0$0$0$0$0$0$0$0$0$0thanks$0$0kevin$0

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 15 Sep 2008, 11:10 AM
Hello Kevin,

Indeed we currently lack OR logical operator for which we apologize. The workaround is to combine your statements to achieve the desired effect i.e. if you have the following:

          Expression   Operator     Value
         ==========================
          =a                    =              =1
(Or)    =b                    =              =10

You can transform it like this:

              Expression          Operator     Value
         ==============================
          =a = 1 Or b = 10         =              =true

This example is for
formatting rule, but applies to filtering rules as well. Hope this helps and sorry for the inconvenience once again.

Greetings,
Steve
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
kmv
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or