To get Delivered Records, this table transformer SQL query is fetching only for one multiexcerpt, but can I should include also the other one :
SELECT FORMATWIKI ( "{cell:align=right}" + SUM('No. of delivered records') + "{cell}") AS 'Delivered Records', "FACE_DETECTION_IMAGES" AS 'Project', SUM('No. of delivered records') AS 'Delivered Records' FROM T* WHERE 'Status' = "DELIVERED" GROUP BY 'Delivered Records', 'Status', 'Project'
In there a fix for this?