0

I'm new to CAML type queries. I'm trying to integrate sharepoint calendar data into a SSRS report. I pretty much need to do the following WHERE clause

(EventDate <= @StartDate AND EndDate >= @EndDate) OR (EventDate >= @StartDate AND EndDate <= @EndDate)

I need to include times into it as well. Can anyone please help me - as everything I have tried hasnt given the desired results.

Thanks!

chelta
  • 1
  • 1
    Welcome to Stack Overflow. While many of us would be happy to help answer your question, we are much more likely to understand the problem and provide a solution if you show us what you've already tried. – mhlester Jan 24 '14 at 02:07
  • I'm not sure how to upload what code I have tried, but I've tried using and , using and - but what I've tried hasnt given the desired results. – chelta Jan 24 '14 at 04:07
  • What is the output, and how does it differ from your intended output? – mhlester Jan 24 '14 at 04:35

0 Answers0