Hi Experts,
i have custom document page i want to calculate Amount.
Amount field are in the line table and Total Amount field are also in the line table.
i want to calculate only those Amount which "Document No." = "No."
Total Amount := sum(amount) where "Document No" = "No".
"No." is a header Primary key and the "Document No." field are the header field in the line table.
Note: all the fields are in the line table
*This post is locked for comments