Hey guys,
I have a table of data where there are values (Current Owed) pulled in from a lookup and the customer will be choosing which items to pay for.
If they tick yes, it will set another field's value (Paying today) to that lookup's value and if it's no (unticked), it will be 0. Which is simple enough to implement.
The troublesome part now is that if we have an item number that is already being paid for in a previous row, we want following paying amounts that the row has the same item id to be 0.
So, in the example, if someone selected item 1 in 5 rows, only the first instance of item 1 would have the payment amount pulled in from the lookup.
Would what I am trying to achieve, be possible with using the in-built formulas and what would be the easiest method to accomplish this?
Thanks