CAML Template

A CAML template used for filtering.

      To specify a URL parameter that is used within the CAML template, specify the parameter name with [%...%] characters around it

      To specify a default value, separate the parameter name and the default value with a pipe character

      To use a different CAML filter, specify the value CWBlankFilter and fill in the Default CAML property with the CAML to be used.

Example 1:  

<Where><Eq><FieldRef Name="Title"/><Value Type="Text">[%SearchText|Task%]</Value></Eq></Where>

Example 2:  

<Where><Eq><FieldRef Name="Title"/><Value Type="Text">[%SearchText|CWBlankFilter%]</Value></Eq></Where>

 

Back to Top