Running Total problem in xdoxslt with xdofx formula
Summary
How to build a running total with xdoxslt:set_variable when it contains a xdofx formulaContent
Hi All,
I am building a BI Publisher RTF report. I am trying to build a running total for a field that has the following formula:
<?xdofx:
(
WYO_AMEND_FEE_1 + WYO_AMEND_FEE_2 + WYO_AMEND_FEE_CONS + WYO_AMEND_FEE_OTH + WYO_ORIG_FEE_1 + WYO_ORIG_FEE_2 + WYO_ORIG_FEE_CONST + WYO_ORIG_FEE_OTH
) -
(
MONETARY_AMOUNT +MERCHANDISE_AMT + WYO_AMT_PD_1+WYO_AMT_PD_2+WYO_AMT_PD_CONS+WYO_AMT_PD_OTH
)?>
I am using the following method
Set RTotVarCONBAL to 0 at top of page...
Tagged:
0