Forum Discussion

srana's avatar
srana
Frequent Visitor
3 years ago
Solved

Pass multiple parameters from different fields in URL to filter report by using "OR"

Hi Team,

 

I wanted to know is OR supported in passing multiple parameter from different fields in URL.

I tried using these but it dint help.
?filter=Table1/column1 eq 'value' OR Table1/column2 eq 'value'

?filter=Table1/column1 eq 'value' ,Table1/column2 eq 'value'

?filter=Table1/column1 eq 'value' or Table1/column2 eq 'value'

Please let me know what is the right way.

1 Reply