Hello,
I am using crystal pro 10 with an informix database.
I am creating a receiving flow report for a customer.
What they would like to see is all PO's with units received in a given month. That part is pretty easy to do. I have 12 formulas per month.
A formula example for April's receiving is:
if {po_detail.pd_rec_date}in Date (2005,04 ,01)to date (2005,04 ,30) then {po_detail.pd_sizetot}*{po_detail.pd_cost}.
The report layout looks something like this:
item descrip cost retail January February
units cost po# units cost po#
101703 Keyring 1.50 5.00 5 7.5 4232 10 15.00 4432
4315 4222
4872 4315
4315 4222
102029 Hat 6.00 18.00 4 24 4275 5 9.00 4872
4232 4275
What we want to accomplish is color coding by PO number. (In the example below, the colors aren't important and there will be a maximum of 10 PO's per item per month)
So in the example above for item 101703 information on po 4232 would show in red, info for 4315 would show in blue, 4872 would show in green.
Does anyone know of a way to accomplish this?
thanks in advance for any help
I am using crystal pro 10 with an informix database.
I am creating a receiving flow report for a customer.
What they would like to see is all PO's with units received in a given month. That part is pretty easy to do. I have 12 formulas per month.
A formula example for April's receiving is:
if {po_detail.pd_rec_date}in Date (2005,04 ,01)to date (2005,04 ,30) then {po_detail.pd_sizetot}*{po_detail.pd_cost}.
The report layout looks something like this:
item descrip cost retail January February
units cost po# units cost po#
101703 Keyring 1.50 5.00 5 7.5 4232 10 15.00 4432
4315 4222
4872 4315
4315 4222
102029 Hat 6.00 18.00 4 24 4275 5 9.00 4872
4232 4275
What we want to accomplish is color coding by PO number. (In the example below, the colors aren't important and there will be a maximum of 10 PO's per item per month)
So in the example above for item 101703 information on po 4232 would show in red, info for 4315 would show in blue, 4872 would show in green.
Does anyone know of a way to accomplish this?
thanks in advance for any help