この CAML クエリを手伝ってくれる人はいますか? Ascending
属性を からTRUE
に反転すると (およびFALSE
も試しました)、結果セットの順序が変更されません。 True
False
CAML の残りの部分は正しく、ツールによって生成され、適切な結果が返されています。
<Where>
<And>
<And>
<Eq>
<FieldRef Name="Branch"/>
<Value Type="Text">Camp 1</Value>
</Eq>
<Eq>
<FieldRef Name="Type"/>
<Value Type="Choice">Day</Value>
</Eq>
</And>
<Geq>
<FieldRef Name="StartDateTime"/>
<Value Type="DateTime">2009-01-05T00:00:00Z</Value>
</Geq>
</And>
<OrderBy>
<FieldRef Ascending="TRUE" Name="Title" />
</OrderBy>
</Where>