Loading...

RE: Quest WebParts set filter to only show current month

RE: Quest WebParts set filter to only show current month

#7207
Anonymous
Anonymous
Participant

<And>
  <Geq>
    <FieldRef Name="Week_x0020_Start" />
    <Value Type="DateTime">[TODAY]</Value>
  </Geq>
  <Leq>
    <FieldRef Name="Week_x0020_End" />
    <Value Type="DateTime">[TODAY]</Value>
  </Leq>
</And>