Hello!
I have a report:
[tt]
TABLE FILE XYZ
COUNT PRODUCT
ACROSS MONTH
END
[/tt]
I would now like to have each time when the ACROSS value changes (e.g. from January to February) a subtotal.
The PRODUCT field by the way is a character field A10 which stores the name of the product.
The MONTH field is also character A2.
I tried two things which didn't work:
COUNT PRODUCT WITHIN MONTH
(probably didn't work because PRODUCT is A10)
And RECAP only works with BY sorting....
Does anybody know how to solve this?
Eva
I have a report:
[tt]
TABLE FILE XYZ
COUNT PRODUCT
ACROSS MONTH
END
[/tt]
I would now like to have each time when the ACROSS value changes (e.g. from January to February) a subtotal.
The PRODUCT field by the way is a character field A10 which stores the name of the product.
The MONTH field is also character A2.
I tried two things which didn't work:
COUNT PRODUCT WITHIN MONTH
(probably didn't work because PRODUCT is A10)
And RECAP only works with BY sorting....
Does anybody know how to solve this?
Eva