Filter/Hardcode Variable

kolaboy
kolaboy Member Posts: 446
Hi
how can i filter using the MonOwed variable and total only the filtered MonOwed. Below is what i am trying but not worlking.
MonOwed:= NofMonths - NumPayments;
OtherArrears := MonOwed * -Customer."Monthly Install";
TotArrs := OtherArrears + ArreasVarTotal;
TotalMonOwed+=MonOwed;
Any help Please?

Comments

  • Karenh
    Karenh Member Posts: 209
    Make the MonOwed a field in the table. Then you can filter on it.