Forum Discussion

Tony2021's avatar
Tony2021
Steel Contributor
Dec 15, 2021

Running Balance query

Hello experts,    I have a query that shows a [Balance] but I am not sure why the math is off. I enter an amount [CurrentAmt] (this is a manual entry) I enter an amendment ([AmountOfChange] (this...
  • arnel_gp's avatar
    Dec 16, 2021
    you do not need to use DMax() function,
    just do a simple addition:

    Balance: [CurrentAmt]+[AmountOfChange]

Resources