Forum Discussion

RobinS's avatar
RobinS
Frequent Visitor
8 years ago
Solved

URL filter / Multi filters from same column

Hello,

 

I am passing a URL filter:

?filter=CDR/Reg eq 'one'

this works great

but

when i want to applie a second filter to same column, the report wont filter:

filter=CDR/Reg eq 'two' and CDR/Reg eq 'two'

 

please advise

thanks

3 Replies

    • RobinS's avatar
      RobinS
      Frequent Visitor

      thanks for your response.

      the page ref you provide works great if you are calling from two diff column in the same schema.

      but if  i want to filter two items from same column, it dosn't work.

      the code you provided looks like this:

       

      ?filter=Store/Territory eq 'NC' and Store/Chain eq 'Fashions Direct'

      which works well.. np

      but if i try this, the code dosn't work.. please notice i am calling from same column twice.

       

      ?filter=Store/Territory eq 'NC' and Store/Territory eq 'SC'
      • Anonymous's avatar
        Anonymous
        Not applicable

        RobinS,

        As my previous reply, it doesn't support to provide multiple values for same column in the report URL.

        Regards,
        Lydia