Hi my formula is as follows:
WhilePrintingRecords;
NumberVar MyTotal;
MyTotal := MyTotal + (({?pro_men_par}/{@tot_op_pares})*{imb_rp_esti.op_qtd});
({?pro_men_par}/{@tot_op_pares})*{imb_rp_esti.op_qtd};
My total is summing wrong the result, I am resseting the variable in a group above putting MyTotal to 0.
Any help would be GREAT! I really need this done!
Thanks! Michel, São Paulo, Brazil
WhilePrintingRecords;
NumberVar MyTotal;
MyTotal := MyTotal + (({?pro_men_par}/{@tot_op_pares})*{imb_rp_esti.op_qtd});
({?pro_men_par}/{@tot_op_pares})*{imb_rp_esti.op_qtd};
My total is summing wrong the result, I am resseting the variable in a group above putting MyTotal to 0.
Any help would be GREAT! I really need this done!
Thanks! Michel, São Paulo, Brazil