Hi, I don't find the right syntax for the field type Choice with the option multiple selections enabled.
Can you help me?
var sVal = ['N1','M1','M2']
var query = new CamlBuilder()
![Image]()
Thank you,
Mauro
Can you help me?
var sVal = ['N1','M1','M2']
var query = new CamlBuilder()
.Where().LookupMultiField("VehicleCategory")
.IncludesSuchItemThat()
.ValueAsText().In(sVal).ToString()
Thank you,
Mauro