views:

24

answers:

1

I've got a reporting services report which display data in a matrix.

The matrix rows are ordered by the report on a specific field's value.

Trouble is I want a particular value to always appear last in the matrix even though it won't naturally be ordered there. Is there a way I can do this using an expression?

Thanks.

A: 

you can add a virtual column to your query result that stores your favorite order value. it means you must give a order value to your records manually then order your result by this value.

maybe this be a solution for you.

masoud ramezani