Hi I am a Beginner here, we have a Customer Transaction Details Report in our ERP Navision 2009, which has Amount & Remaining Amount (LCY) Column. My Boss requested me to put another column for Running Total/Cumulative Sum for the Remaining Amount (LCY). Please, any advice how to put this? Thank you.
0
Answers
example : RemAmoutLCYSUM := RemAmoutLCYSUM + Remaining Amount (LCY)
use the variable as expression for your new column