Hi Experts,
I tried to make a simple calculation in default logic: Quantity*Price = Amount
I made this, but I get an error at execution time.
*WHEN A_ACCOUNT
*IS "QUANTITY"
REC(EXPRESSION=%VALUE%GET(A_ACCOUNT=PRICE),A_ACCOUNT=AMOUNT)
*ENDWHEN
Error on the GET statement is:
Error running default logic (Runtime error Unrecognized token "G")
Does anyone got some logic sample on NW version ?
Thanks for your help,
Mathias