1

I am trying to sort a column from largest value to smallest in SSRS 2008. These values are derived from an expression, not an actual data field. So I am wondering if there is a way to sort this column?

This is my expression that is used in this column

=fields!Empty_Miles.Value - Fields!Empty_Billed_Miles.Value
fixer1234
  • 28,064

1 Answers1

1

Select the whole tablix, right click on the grey border that appears and select tablix properties. Click sorting Add, the click on the expression icon (fx) and enter your expression. For largest to smallest select 'Z to A'. It will sort the whole tablix on this column.

RET
  • 181