usercrystal2
Programmer
Hi, i'm using a cross-tab
and grouping (in columns) by formula
@GroupIncident
if {HPD_HD.Assig_Group} = "GO BSS" then "Back Office"
else if {HPD_HD.Assig_Group} = "GO NSS" then "Front Office"
else if {HPD_HD.Assig_Group} = "GO AAE" then "Middle Office"
But in results:
Total Back Office Front Office
10 4 6
Column "Middle Office" will should printing with value "0":
Total Back Office Front Office Middle Office
10 4 6 0
Any help is greatly appreciated
Thanks