Check register SSRS order by white space

Hey Friends!

I’m attempting to order the deductions text field by priority in the report. I decided to do the order by in the dataset query:

ORDER BY T5.Priority

The order by works, but is causing the other text boxes in the rectangle to move and add additional space instead of being at the top:

Is there a fix for this? I’m sure I’m missing something simple, but it is SSRS after all.

1 Like