Filter/Hardcode Variable

kolaboykolaboy 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

  • KarenhKarenh Member Posts: 209
    Make the MonOwed a field in the table. Then you can filter on it.
Sign In or Register to comment.