Crosstab Duplication
Hi, This is my first crosstab report and maybe i am missing something
obvious...
The report is a 1 row, 1 col,1 value report (EmployessID,WorkDate,Hours)
rspectively.
It is generrated from a query, it is coming out correctly but its repeating
itself X times where X=number records in the report, so how do i stop the
duplication.
Regards
MarkC
obvious...
The report is a 1 row, 1 col,1 value report (EmployessID,WorkDate,Hours)
rspectively.
It is generrated from a query, it is coming out correctly but its repeating
itself X times where X=number records in the report, so how do i stop the
duplication.
Regards
MarkC
This discussion has been closed.
Comments
Clear that (or set it appropriately).
--
Ed Dressel
Team DM
Ed is right, you probably have your main report and the crosstab hooked up
to the same datapipeline. This is the reason you are getting duplicated
data. You need to disconnect the report from the datapipeline that the
crosstab is connected to and the report will work correctly. Remember, the
crosstab's ParentDataPipeline property defaults to true. When you
disconnect the report's datapipeline then the crosstab component will be
disconnected as well. Be sure to reconnect the crosstab.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com