Hi Just purchased and having a bit of trouble with a caml query.
i'm using a caml builder to build my query
http://www.u2u.info/Blogs/Patrick/Lists/Posts/Post.aspx?ID=1252and have this full data source which is not working for me. it seems to ignore the Geq -- any ideas about this? is there a better reference for caml i should be using? the query works fine when i run it from the designer above. thanks sorry if i'm missing something basic.
<?xml version="1.0" encoding="utf-8" ?>
<root>
<list title="GLBE Metrics" relativeSiteUrl="/Testsite/" tableName="GLBEMetrics" useDisplayName="true">
<fields></fields>
<query>
<Where>
<Geq>
<FieldRef Name="TradeDate" />
<Value Type="DateTime">@Date!</Value>
</Geq>
</Where>
</query>
</list>
</root>