I'm curious if this formula @ExtPrice can be totaled and show in the report Footer. Thanks to all!!!
if{#RTotal4} = 1
and isnull({Additional_Charge.Est_Price} )
and {Delivery.Remaining_Quantity} > 0
then {Delivery.Remaining_Quantity}*{Job.Unit_Price}
else if{#RTotal4} = 1
and {Delivery.Remaining_Quantity} > 0
then {Additional_Charge.Est_Price}+({Delivery.Remaining_Quantity}*{Job.Unit_Price})
else ({Delivery.Remaining_Quantity}*{Job.Unit_Price})
if{#RTotal4} = 1
and isnull({Additional_Charge.Est_Price} )
and {Delivery.Remaining_Quantity} > 0
then {Delivery.Remaining_Quantity}*{Job.Unit_Price}
else if{#RTotal4} = 1
and {Delivery.Remaining_Quantity} > 0
then {Additional_Charge.Est_Price}+({Delivery.Remaining_Quantity}*{Job.Unit_Price})
else ({Delivery.Remaining_Quantity}*{Job.Unit_Price})