cancel
Showing results for 
Search instead for 
Did you mean: 

Filter operators in QAAWS

Former Member
0 Kudos

I have published a WebI block as a webservice, which I consume from dashboards (xcelsius). The webservice has 2 methods available (GetReportBlock and Drill).

There is also the possibility to filter on input values via the operator and value parameters.

Is there any complete list available of all operators I can use (equal, greather than,...) to filter?

I would like to implement a between filter, is that also possible? I don't find any manual about that. thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Hans,

We are using the below operators frequently that work fine, you can acheive the between functionality using Less or equal and greater or equal

EQUAL

NOT_EQUAL

INLIST

NOT_INLIST

GREATER

GREATER_OR_EQUAL

LESS

LESS_OR_EQUAL

Thanks

Mallik

Answers (0)