Cannot find any examples, but I am not able to use CAML custom query to filter List view on a Nintex Form.
I use similar to this
<Query>
<Where>
<Contains>
<FieldRef Name='Department_x0020_Code' />
<Value Type='Text'>Information Technology</Value>
</Contains>
</Where>
</Query>
But no luck.