I have a suppression formula on the detail row that looks like this...
Previous({mctrxhst_sql.ord_no})={mctrxhst_sql.ord_no} and
Previous({mccrwhst_sql.oper_no})={mccrwhst_sql.oper_no} and
Previous({mctrxhst_sql.trx_dt})={mctrxhst_sql.trx_dt} and
Previous({mctrxhst_sql.lbr_hrs})={mctrxhst_sql.lbr_hrs}
How can I remove the suppressed rows from a running total?
Thank You!
Previous({mctrxhst_sql.ord_no})={mctrxhst_sql.ord_no} and
Previous({mccrwhst_sql.oper_no})={mccrwhst_sql.oper_no} and
Previous({mctrxhst_sql.trx_dt})={mctrxhst_sql.trx_dt} and
Previous({mctrxhst_sql.lbr_hrs})={mctrxhst_sql.lbr_hrs}
How can I remove the suppressed rows from a running total?
Thank You!