I've got a table returned by a web service, and I'm able to sort a column but the sort is alphabetical and not numeric. So the sort will come out 1000, 200, 3. Instead of 3, 200, 1000.

This field looks like this: =Int(Fields!Result.Value) And the DataSet is formatting the Result column as an int32, so I can't figure out what could be wrong.

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.