thanks for response.
thanks for response.
Yes I check the origional source of data in the table.
in the table, acontract have 4 records, hence
acontract group should be display 4 records.
I have three table, ie
assignto table fields
--------------------
acontract varchar
contractno varchar
aposit varchar
.....
employees table fields
------------------------
empno varchar
name varchar
......
position table fields
----------------------------
rec_id numeric
position varchar
I want to use group by in assignto table and on acontract field
so that each group data display separately.
I am not sure what internal property access use to filter the data.
Regards.
Mateen
Quote:
quote:Originally posted by Bob Hansen
Have you checked the original sources of your data?
Is is possible that the report is built on a query that is filetered?
Could the the report source query be built on another query or string of queries that have a filter on one of them?
Even if the report is built on a table or a query, is it possible that the report porperties itself has filtering turned on and there is a filter spec included there?
|