Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
phima
Contributor II
Contributor II

Where condition in Outlook 365 Connector (EventsForCalender)

Hi!

Is it possible to add a where condition when extracting EventsForCalendar with the O365 Connector?

i would like to extract only events > year 2023.

Something like this will result in an Error (could not parse SELECT Statement):

SELECT subject
FROM EventsForCalendar
where subject = '26000'
WITH PROPERTIES (
calendarID='xxxxxxxx=',
maxResults='',
)
;

Thanks!

 

Labels (1)
0 Replies