I am trying to write a formula in Crystal Reports. I am trying to include the names of technicians in my report. There user names are used in the database but I want to see there real names. For example I have:
If {Huawei_Dashboard.Owner} = "N1ANANDER" then "Antonio Anderson";
How to continue with the formula and add other techs names;
N1EDPEREZ - Eddie Perez
N1NDIAZ - Nicole Diaz
N1MLEWIS - Maurice Lewis
If {Huawei_Dashboard.Owner} = "N1ANANDER" then "Antonio Anderson";
How to continue with the formula and add other techs names;
N1EDPEREZ - Eddie Perez
N1NDIAZ - Nicole Diaz
N1MLEWIS - Maurice Lewis