Pages::selectSum($select)
Version 2024.2
Select sum of given field
Version 2024.2
Select sum of given field
Duration and time -fields return sum as hh:mm:ss
Float
Get total amount of new projects:
$totalAmount = $this->get('pages','project')
->addWhere('status','New')
->selectSum('total_amount');