Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
LeonardoHorsa
Partner - Contributor III
Partner - Contributor III

ODATA CONNECTOR: OData Query Options

Hi all,

i have to do a simple query with ODATA connector, i have to select status equal to 'f' or 't', from User table of SuccessFactor

Do you know how i can do that?

We are trying to select data with the field QueryOption but it give me back only status = t by default

Thanks

 

LeonardoHorsa_0-1675151288592.png

 

Labels (1)
1 Reply
Jay_Brown
Support
Support

Hi @LeonardoHorsa , This syntax should be from ODATA, so I think you'll need to do something like this example:

e.g.:     eq ('f', 't')

Check the ODATA syntax documentation for more info. 
https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overview 

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.