views:

23

answers:

0

I'm creating an analytical US state map using SSRS. I've matched the STATE_ABBR field to my db's state abbreviation field that is of data type VARCHAR(50). I changed the data type to VARCHAR(2) and CHAR(2) but still get the following error:

The expression that specifies the binding field 'STATE_ABBR' for layer 'PlygonLayer2' in the map 'Map5' is not valid. The data type does not match the matching field data type.

IF the problem is with the state's data type, what is the appropriate type for this?

Thanks.