supportsvc
Technical User
I am unable to do a Sum on the following formula
Q1Taxable:
Where Q1:
The Q1Taxable is on the Group's Header (Group is the Employee Name)
Name is (lastname, firstname)
When attempting to create another Formula to Sum(@Q1Taxalbe), I get the following error
"This field cannot be summarized"
Since it's already summarized. How do I or what do I need to do so I can sum the Q1Taxable formulated field?
Q1Taxable:
Code:
If Sum ({@Q1}, {@Name}) > {@UILimit} then {@UILimit} else Sum ({@Q1}, {@Name})
Where Q1:
Code:
If {PR_EmployeeTaxHistory.CalendarMonth} IN (["01", "02", "03"]) then {PR_EmployeeTaxHistory.GrossWages} else 0
The Q1Taxable is on the Group's Header (Group is the Employee Name)
Name is (lastname, firstname)
When attempting to create another Formula to Sum(@Q1Taxalbe), I get the following error
"This field cannot be summarized"
Since it's already summarized. How do I or what do I need to do so I can sum the Q1Taxable formulated field?