Question : Issue sorting with SQL report writer

OK this has got me baffled.....

Here is my query that I am using to query my data into report writer:
SELECT     PADT, EMPLOYID,PAPROJNUMBER, PACOSTCATID, PAQtyQ, PAUnit_of_Measure,
                      PAbllngtype, PAPayCode,  PAJob_Title, PADepartment
FROM         PA30101
where         PADT >  @StartDate AND PADT < @EndDate
Order by EMPLOYID

Where @StartDate and @EndDate are my parameters
When I pull the query in SQL it sorts properly.
When I used the query in the SQL report writer it will only sort by date.  I set the properties of the table to sort by employid and then by PADT (Document Date) any ideas???  And it will still only sort by date and then employee id.

Answer : Issue sorting with SQL report writer

Click outside of the table (just above it or just below it). Check in the properties window on the right to see if you have the "Body" selected or a "List" selected.
Random Solutions  
 
programming4us programming4us