I created a dataset with a SQL query in Report Builder 3.0. I did NOT specify an order by
in the query, but instead used union all
to stack the results in the order I wanted. The first column in this dataset is called Product
.
When I create a table in Report Builder, referencing the Product
column, it for whatever reason wants to default to alphabetical sorting of this column - which I do not want.
What can I do?? Report Builder 3.0 seems pretty primitive, so if there isn't anything I can do about this annoyance than so be it.