I have two files; Accounts and Payments. Accounts records Debtors and the amount owed to Merchants. Payments records multiple payments by multiple Debtors to multiple Merchants. I created a layout which displays for each Debtor a portal to Payments which summerizes his balance due to each Merchant. Example:
Debtor1 (plus all his personal info.)
(Portal)
Merchant1 $100.00
Merchant2 $50.00
This works fine. However, what I would like to be able to do is if the Balance Due goes to zero, then NOT display that particular Merchant in the portal.
I can do this manually via the Find/Omit menus but I do not necessarily want to have my users go through that maneuver. I suspect I can mimic my manual steps via scripts, though I haven't gone that route yet. My question is if there is a cleaner method of filtering records from a portal using conditionals?
Debtor1 (plus all his personal info.)
(Portal)
Merchant1 $100.00
Merchant2 $50.00
This works fine. However, what I would like to be able to do is if the Balance Due goes to zero, then NOT display that particular Merchant in the portal.
I can do this manually via the Find/Omit menus but I do not necessarily want to have my users go through that maneuver. I suspect I can mimic my manual steps via scripts, though I haven't gone that route yet. My question is if there is a cleaner method of filtering records from a portal using conditionals?