Hello everyone,
CR 10
Just got an error message:
A summary has been specified on a non-recurring field.
Details: @freight_rate
Heres my formulas:
@freight_rate =
Sum ({@totals}, {adq_vw_part_cost_trans.gl_id}) * {?Freight Rate}
@totals =
{@issue} + {@rts}
@issue =
if {adq_vw_part_cost_trans.tran_type} = 3 then
{@ext cost}
@rates =
if {adq_vw_part_cost_trans.tran_type} = 4 then
{@ext cost}
@ext cost =
if {adq_vw_part_cost_trans.tran_type} = 3 then
{adq_vw_part_cost_trans.unit_cost}*{adq_vw_part_cost_trans.quantity}
else
{adq_vw_part_cost_trans.unit_cost}*{adq_vw_part_cost_trans.quantity} * -1
The final goal is to add up the calculated fields.
Any clues? Im pretty sure it has something to do with the passes, but Im brain dead.
CR 10
Just got an error message:
A summary has been specified on a non-recurring field.
Details: @freight_rate
Heres my formulas:
@freight_rate =
Sum ({@totals}, {adq_vw_part_cost_trans.gl_id}) * {?Freight Rate}
@totals =
{@issue} + {@rts}
@issue =
if {adq_vw_part_cost_trans.tran_type} = 3 then
{@ext cost}
@rates =
if {adq_vw_part_cost_trans.tran_type} = 4 then
{@ext cost}
@ext cost =
if {adq_vw_part_cost_trans.tran_type} = 3 then
{adq_vw_part_cost_trans.unit_cost}*{adq_vw_part_cost_trans.quantity}
else
{adq_vw_part_cost_trans.unit_cost}*{adq_vw_part_cost_trans.quantity} * -1
The final goal is to add up the calculated fields.
Any clues? Im pretty sure it has something to do with the passes, but Im brain dead.