-
-
Notifications
You must be signed in to change notification settings - Fork 657
Closed
Labels
Type: QuestionNeeds clarificationNeeds clarification
Description
Discussed in #3387
Originally posted by pk4all December 3, 2021
"sum" Not working with "withAggregate" with this query
My query is
q.withAggregate('operations',otq=>{
otq
.pojo<{totalOprationTime:number}>()
.sum('time_in_mintues * occurance').as('totalOprationTime')
})
Please help me. @thetutlage @McSneaky @RomainLanz
Thanks;
Metadata
Metadata
Assignees
Labels
Type: QuestionNeeds clarificationNeeds clarification