Hi,
in documentation there is a example for entity\sumRelated function in formula:
entity\sumRelated(LINK, FIELD, [FILTER]) Sums related records by a specified FIELD with an optional FILTER. (since version 5.2.6)
Example:
entity\sumRelated('opportunities', 'amountConverted', 'won')
but on which field is 'won'? .. I mean... how can I give a field to the filter like "myfield=true" (boolean)
in documentation there is a example for entity\sumRelated function in formula:
entity\sumRelated(LINK, FIELD, [FILTER]) Sums related records by a specified FIELD with an optional FILTER. (since version 5.2.6)
Example:
entity\sumRelated('opportunities', 'amountConverted', 'won')
but on which field is 'won'? .. I mean... how can I give a field to the filter like "myfield=true" (boolean)
Comment