order by not working in stimulsoft query
Posted: Sun Nov 25, 2012 1:03 pm
Hello
when i write my query inside my report, and when i write order by in my query, the report working fine by not ordered, although i write the same query in ms sql server and give me ordered results.
for example:
select * from Employee where EmpStatus = 1 orderBy EmpJoinDate ASC
so the report run properly but the result not ordered as i wrote in my condition in the query.
Thank you
when i write my query inside my report, and when i write order by in my query, the report working fine by not ordered, although i write the same query in ms sql server and give me ordered results.
for example:
select * from Employee where EmpStatus = 1 orderBy EmpJoinDate ASC
so the report run properly but the result not ordered as i wrote in my condition in the query.
Thank you