Is there a way to have a formula field that uses two groups? I want to select the max grouped by one thing, then the sum of that grouped by something else. Here's the syntax I've got, and it gives me a summary/running total field could not be created.
sum(maximum({PayVer.c1},{PayVer.empid}),{PayVer.accountname})
Basically, if I have
Account 1
empid 1
c1 - 2
c1 - 2
empid 2
c1 - 2
c1 - 2
empid 3
c1 - 1
The summary field should be 5.
CR 8.0
sum(maximum({PayVer.c1},{PayVer.empid}),{PayVer.accountname})
Basically, if I have
Account 1
empid 1
c1 - 2
c1 - 2
empid 2
c1 - 2
c1 - 2
empid 3
c1 - 1
The summary field should be 5.
CR 8.0