I am using an integer field in my Filters but it keeps returning error. The following are the parameters and error message
expression: =Fields!sort.value
operator: =
value: 4
error: "Cannot compare data of types System.Int32 and System.String. Please check the data type returned by the FilterExpression."
When I use a character field in the filters, it works fine. How do I get around this?