Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Kayleigh_Milewski
Contributor III
Contributor III

O365 Sharepoint Web Connector - filtering on a field

Hello,

Is it possible to filter on a field when loading data using the O365 Sharepoint web connector?

For example, I am trying to load from 'GetDataFeed', and only want data where the Modified field (date) is greater than a specific date. When inserting a WHERE statement or setting the filter under the 'WITH PROPERTIES', the filter either doesn't work or throws an error (Connector error: Could not parse SELECT statement.). What would be the correct syntax?

SELECT 
Modified,
Editor_LookupValue,
VersionLabel,
TaskDueDate,
InvoiceAmount,
Approver,
InvoiceStatus,
InvoiceDate,
WorkOrder,
PONumber,
CostCenter,
FROM GetDataFeed
WITH PROPERTIES (
subSite='/sites/subSiteName',
dataFeed='$(i)',
maxResults='',
);

 

Labels (4)
0 Replies