Hi
I have a table with several fields i.e
Area OP Num Date Reason Quantity
I query the table to return Date as month, year and week number
The results are grouped by Area, Month and quantity is summed
I then create a crosstab query that pivots on the reason
What I want the report to do is show the op (once) and report the
reason as a quantity against it ie
OP Num Reason1 reason 2 reason 3 reason
4
10 100 49
20 100 20
However the report is not doing this, it is showing different results
ie
OP Num Reason1 reason 2 reason 3 reason
4
10 100
10 49
20 100
20 20
can anyone please tell me how to resolve this
thanks in advance
kevin
I have a table with several fields i.e
Area OP Num Date Reason Quantity
I query the table to return Date as month, year and week number
The results are grouped by Area, Month and quantity is summed
I then create a crosstab query that pivots on the reason
What I want the report to do is show the op (once) and report the
reason as a quantity against it ie
OP Num Reason1 reason 2 reason 3 reason
4
10 100 49
20 100 20
However the report is not doing this, it is showing different results
ie
OP Num Reason1 reason 2 reason 3 reason
4
10 100
10 49
20 100
20 20
can anyone please tell me how to resolve this
thanks in advance
kevin
Comment