Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I can't figure out why sorting is not working in my SSRS Report.

SELECT itemName, itemDesc, price, quantity
FROM goods
ORDER BY price desc

when i hit the run button in query designer(in VS) and also in sql server the sorting is correct.
but when i preview my report PRICE column is not sorted at all.

thank you in advance
Posted

thank you.
the sort is not working for any columns at all,
i checked out your links but still the same.
 
Share this answer
 
v2
Ok, just to make sure, put the sorting condition on the price column in your report.

Details here on how to set sorting: SSRS Series Part II: Working with Subreports, DrillDown Reports, Expressions and Custom codes, Databars, Indicators, Custom Sorting and Paging and many more[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900