Data: Voucher PaymMode AmountTotal AmountinSettlement v1 Cash 100 20 v1 Cash 100 35 v2 Check 50 30 v3 Check 70 10 v3 Check 70 20 v4 Check 40 55 v5 Cash 30 90 desired output(to be put in header) textbox: Cash: 130 ******(v1 + v5) Check: 160 ******(v2 + v3 + v4) what to put in Textbox Expression? *note: amount settlement is used in other data,but not needed here.*
↧