GET ITEM FROM QUERY FILTER error

Using GET ITEM FROM QUERY, in filter section I must filter on a combo box (values active, cancel and obsolete); I tried with

Status filed eq Active
Status filed eq ‘Active’
other sintax

but every of them fail with error

Exception: Operator ‘eq’ incompatible with operand types ‘Microsoft.SharePoint.Linq.DataServiceEntity’ and ‘System.String’ at position 7

Exception: No property ‘Active’ exists in type ‘Microsoft.SharePoint.Linq.DataServiceEntity’ at position 10.

Exception: Operator ‘eq’ incompatible with operand types ‘Microsoft.SharePoint.Linq.DataServiceEntity’ and ‘System.String’ at position 7.

How is right sintax to filter on a combobox?

Thank’s
Andrea

Hi,
Thank you for your message.

Please look at this forum thread:

In this thread the user asking the same question about building the filter condition based on the field of "Choice" type.

Best regards
Evgeniy Kovalev
Plumsail Team