indupriya9
Programmer
Hi there
I have to create special groups based on the employee names and report the data in the report based on these special groups.
Therefore, I have created the groups as follows in one formula field named "team" and grouped the report based on this field "team". But for some reason, the summary fields are not changing based on the new groups. The summary fields are having the value of the last name of the team.
My formula in the teams formula field is:
if {Employee.last name} ="Doe" or {Employee.last name} ="Doug" or {Employee.last name} ="Drunk" then "Group D"
else if {Employee.last name} ="Joe" or {Employee.last name} ="Jones" then "Group J"
else "Other"
My problem is the summary values of the report are not adding up to reflect the grouped values. Can anyone there help me solve this problem please.
Thanks in advance
I have to create special groups based on the employee names and report the data in the report based on these special groups.
Therefore, I have created the groups as follows in one formula field named "team" and grouped the report based on this field "team". But for some reason, the summary fields are not changing based on the new groups. The summary fields are having the value of the last name of the team.
My formula in the teams formula field is:
if {Employee.last name} ="Doe" or {Employee.last name} ="Doug" or {Employee.last name} ="Drunk" then "Group D"
else if {Employee.last name} ="Joe" or {Employee.last name} ="Jones" then "Group J"
else "Other"
My problem is the summary values of the report are not adding up to reflect the grouped values. Can anyone there help me solve this problem please.
Thanks in advance