admin管理员组

文章数量:1357678

I have two Outsystems entities, Person and Income. Person has name fields, Income has an Amount field. How do I show a table with the found Person records and a sum of that person's related Income.Amount fields.

For example, Clark Kent has a monthly income of $10,000 from the Daily Planet, and Bruce Wayne has a monthly income of $100,000 from Wayne Enterprises and $50,000 from The Wayne Foundation. I'd show in a table Clark's total income as $10,000 and Bruce's as $150,000.

本文标签: outsystemsHow do I sum up the totals of a related entityStack Overflow