CR 8.5, I need to count the number ordered and the number on back order

- - Crystal Reports 8.5 - -
I have two fields.
Qty Shipped and Qty Backordered.
I want to calculate the percentage of orders shipped.
Something like:
Count ({CIT_PT_RO_Fulfillment;1.QtyShip}) > 0
Count ({CIT_PT_RO_Fulfillment;1.QtyBackorder}) > 0
But I know these aren't correct as they return the value of True...
Then I'll take those two fields and calculate the percentage shipped...
Can someone help me with this?
Thanks
Kelvin

Hi Kelvin,
Try this.
Add the count of field1 with field 2, you will get total number of orders.
Then you can write below formula to calculate the percent.
number ordered / total number of orders * 100.
Hope it helps.
Thanks,
Sumit Kanhe

Similar Messages

Maybe you are looking for