goofaholix
MIS
I've got a report which drops all staff who's surnames begin with (W, Y, or Z).
When I paste the SQL generated by the report in SQL Server Query Analyser the records are there, 1140 of them, but when I run the report I get 1020, and it ends at the V's.
Turning off the filter has no affect.
Sorting a different way has no affect.
If I change the filer to select left(surname, 1) = 'W' all those reords are selected no problem.
I can't see any settings in the report that could be causing this, and other reports return far more records than this so it can't be an Impromptu setting.
This is weird, any ideas where I should look?
Thanks.
When I paste the SQL generated by the report in SQL Server Query Analyser the records are there, 1140 of them, but when I run the report I get 1020, and it ends at the V's.
Turning off the filter has no affect.
Sorting a different way has no affect.
If I change the filer to select left(surname, 1) = 'W' all those reords are selected no problem.
I can't see any settings in the report that could be causing this, and other reports return far more records than this so it can't be an Impromptu setting.
This is weird, any ideas where I should look?
Thanks.