We have a column defined on a custom list that allows for multiple select of values from another custom list. The column on the list is call Panels. When I do a REST call against this list, I can see the following:
"PanelsId":{"__metadata":{"type":"Collection(Edm.Int32)"},"results":[2,8]}
The numbers 2 and 8 correspond appropriately to the other look up list. But is there a way that I can query the primary list for only the rows that contain the number 2 in the PanelsId field?

0 commentaires:
Enregistrer un commentaire