Attributes of linked entries: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 51: Line 51:
// This formula multiplies the value of the price field of the linked entry in pairs by the value of the attribute count of the linked entry.
// This formula multiplies the value of the price field of the linked entry in pairs by the value of the attribute count of the linked entry.
// The set of numbers obtained after multiplication is summed.  
// The set of numbers obtained after multiplication is summed.  
$sum('items.price', 'items:count', '@mul');
* $sum('items.price', 'items:count', '@mul');