Search found 1 match

by fpanganiban
Sat Mar 28, 2020 5:25 am
Forum: XML Schemas
Topic: Exclude field with no value
Replies: 1
Views: 1657

Exclude field with no value

What's the right XML code if I need to exclude data with null value in certain field? <Field SystemID=“FieldName” [ Code I need] /> I tried these but I'm getting an eror: <Field SystemID=“FieldName” Value!=“” /> <Field SystemID=“FieldName” Value<>”” /> <Field SystemID=“FieldName” xsi:nil=“false” />