This CAML Query simply filter samplecategory which given as LookUp column in the SharePoint
<View><Query>
<Where><Eq>
<FieldRef Name='Category' />
<Value Type='Lookup'>samplecategory</Value>
</Eq></Where>
</Query></View>
MELICK RAJEE BARANASOORIYA | Enterprise Architect
This CAML Query simply filter samplecategory which given as LookUp column in the SharePoint
<View><Query>
<Where><Eq>
<FieldRef Name='Category' />
<Value Type='Lookup'>samplecategory</Value>
</Eq></Where>
</Query></View>
Comments