Converting from Alpha4, V7 to Alpha5, V9. Need help in converting this field rule.
Parent=OP_CKHDR
Field Type Width Decimal Places
1. NUMBER C 8
2. DATE D 8
3. BILLCODE C 10
4. NAME C 40
5. AMOUNT N 10 2
Child=DETAIL
Field Type Width Decimal Places
2. NUMBER C 8
9. ACCTCODE C 15
10. DESC C 40
11. TAXABLE C 1
12. AMOUNT1 N 8 2
Field rule forOP_CKHDR->AMOUNT (Field 5)
Type : Numeric
Value : Summary
Summary of : DETAIL->AMOUNT1
Summary function : Total
Ignore Mode : None
Posting : Yes
Auto Advance : No
Tried total(Ck_Detail->Amount1,grp->ckhdr) and it works in the Expresion Builder but get the following error when I try to save.
"Cannot use function in this context" I need this value stored in the Parent Amount field.
Thank you in advance.
Bookmarks