Custom report add voided tickets into food and beverages

How do I stop my custom report from adding the voided prices into the Food, Drink?
Everything else is working however the reported continues to add the voided jobs which don not total up to the correct price.

here is my custom report

[Gardenroom]
Food: {REPORT ORDER TOTAL:(TE=GardenRoom) and (MG=Food)}
Beverages: {REPORT ORDER TOTAL:(TE=GardenRoom) and (MG=Beverages)}
Opening Day: {REPORT ORDER TOTAL:(TE=GardenRoom) and (MG=Opening Day)}
Cash Total: {REPORT PAYMENT TOTAL:(PT=Gardenroom Cash)}
Credit Card: {REPORT PAYMENT TOTAL:(TE=GardenRoom) and (PT=Credit Card)}
Total Earnings: {REPORT PAYMENT TOTAL:(TE=GardenRoom)}
[Greenside]
Food: {REPORT ORDER TOTAL:(MG=Food) and (TE=GreenSide)}
Beverages: {REPORT ORDER TOTAL:(MG=Beverages) and (TE=GreenSide)}
Opening Day: {REPORT ORDER TOTAL:(MG=Opening Day) and (TE=GreenSide)}
Cash Total: {REPORT PAYMENT TOTAL:(PT=Greenside Cash)}
Credit Card: {REPORT PAYMENT TOTAL:(TE=GreenSide) and (PT=Credit Card)}
Total Earnings: {REPORT PAYMENT TOTAL:(TE=GreenSide)}
[Greenwood]
Food: {REPORT ORDER TOTAL:(TE=GreenWood) and (MG=Food)}
Beverages: {REPORT ORDER TOTAL:(TE=GreenWood) and (MG=Beverages)}
Opening Day: {REPORT ORDER TOTAL:(TE=GreenWood) and (MG=Opening Day)}
Cash Total: {REPORT PAYMENT TOTAL:(PT=Greenwood Cash)}
Credit Card: {REPORT PAYMENT TOTAL:(TE=GreenWood) and (PT=Credit Card)}
Total Earnings: {REPORT PAYMENT TOTAL:(TE=GreenWood)}

Any help would be great.

Add the expression (ODI=True)

Well that might be a v5 only feature i am not sure. Let me know if it does not work.

I will give it a go thanks and I will let you know how it gets on

I believe this is only a V5 option. Do you know if there is a way I can tell the report to remove the VOID accounts?