sammybee77
Technical User
Hi All,
I'm using the formula below to group my report, however where I ask it to group on multiple ID's the group names fall over. ANy ideas?
Cheers
Sam
IF {FieldA} = 138 then 'UK Contract'
else if {FieldA} = 139 then 'CE Contract'
else if {FieldA} = 137 then 'UK Perm'
else if {FieldA} = 136 then 'CE Perm'
else if {FieldA} in [138,139] then 'Total Contract'
else if {FieldA} in [137,136] then 'Total Perm'
else if {FieldA} in [138,137] then 'UK Total'
else if {FieldA} in [139,136] then 'CE Total'
else if {FieldA} in [138,139,137,136] then 'PRS Total'
I'm using the formula below to group my report, however where I ask it to group on multiple ID's the group names fall over. ANy ideas?
Cheers
Sam
IF {FieldA} = 138 then 'UK Contract'
else if {FieldA} = 139 then 'CE Contract'
else if {FieldA} = 137 then 'UK Perm'
else if {FieldA} = 136 then 'CE Perm'
else if {FieldA} in [138,139] then 'Total Contract'
else if {FieldA} in [137,136] then 'Total Perm'
else if {FieldA} in [138,137] then 'UK Total'
else if {FieldA} in [139,136] then 'CE Total'
else if {FieldA} in [138,139,137,136] then 'PRS Total'