Skip to main content
Announcements
Qlik Connect 2025! Join us in Orlando join us for 3 days of immersive learning: REGISTER TODAY

How to filter records when loading data with Odata Web connector

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support

How to filter records when loading data with Odata Web connector

Last Update:

Apr 1, 2022 8:32:10 AM

Updated By:

Sonja_Bauernfeind

Created date:

Feb 10, 2018 9:20:27 AM

In case you want to querry a subset of data from your OData data source based on the position of the data (just like a "Select...From...Where" type of query in SQL), you can use $filter in the query option to do so.

Here are some examples:

Greater than: /Products?$filter=Price gt 20
Greater than or equal: /Products?$filter=Price ge 10
Not equal: /Products?$filter=Price ne 10

Here is an example how you can configure Qlik Web Connector Odata connector to query it:

QlikOData Connector.png

 

Resolution:

The OData connector in Qlik Web Connectors follows the standard OData URL conventions. Depending on the OData version used in your system, you can find more details about URL conventions from OData official home page: http://www.odata.org/documentation/.

Find the URL conventions documentation, and search for Query Options $filter.

 

Environment:

Qlik Web Connectors  

Labels (1)