Hi,
I need to filter my XML field and am trying the below code, but it is not working. Could you please let me know how can i filter with XML field.
My filter code is:
oWorklistCriteria.AddFilterField(SourceCode.K2ROM.WCLogical.And, SourceCode.K2ROM.WCField.ProcessXml, _
"NoteItems", SourceCode.K2ROM.WCCompare.Like, ddlRequestNo.SelectedValue)
My XML looks like..
<Root>
<NoteDetails>
<Request No>1200</RequestNo>
......
</Root>
Thanks,
Senthil
XML Filter
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.