Me again - working at home..
Okay, I've got another problem. I have a salesmans field that holds a salesmans_code of for example ETROIDL, and there are multiple names such as VGEORGE, JGIBSON, JFAIR etc.
Whenever it finds ETROIDL I need it converted to Emogene Troidl, the same for VGeorge to Vinnie George, etc.
Now i got it to work if I have a single statement in there which is:
if {ORDER_QUOTATION\.SALESMAN_CODE}="GIBSON" then "Joseph Gibson"
it returns: Joseph Gibson
But when I add the rest in I only get blanks.
if {ORDER_QUOTATION\.SALESMAN_CODE}="JMCARDLE" then "Jim McArdle";
if {ORDER_QUOTATION\.SALESMAN_CODE}="REPPERLY" then "Rolph Epperly";
if {ORDER_QUOTATION\.SALESMAN_CODE}="TDUKE" then "Tish Duke";
if {ORDER_QUOTATION\.SALESMAN_CODE}="DRATCLIFF" then "Darth Ratcliff";
if {ORDER_QUOTATION\.SALESMAN_CODE}="TYANDLE" then "Timothy Yandle";
if {ORDER_QUOTATION\.SALESMAN_CODE}="JFAIR" then "Jason Fair";
if {ORDER_QUOTATION\.SALESMAN_CODE}="MJACKSON" then "Max the Man"
What I'm doing wrong here? Thanks so much, Lanie
Oh, please respond to laniet@ij.net
Lanie
laniet@ij.net
etroidl@conaxfl.com
Okay, I've got another problem. I have a salesmans field that holds a salesmans_code of for example ETROIDL, and there are multiple names such as VGEORGE, JGIBSON, JFAIR etc.
Whenever it finds ETROIDL I need it converted to Emogene Troidl, the same for VGeorge to Vinnie George, etc.
Now i got it to work if I have a single statement in there which is:
if {ORDER_QUOTATION\.SALESMAN_CODE}="GIBSON" then "Joseph Gibson"
it returns: Joseph Gibson
But when I add the rest in I only get blanks.
if {ORDER_QUOTATION\.SALESMAN_CODE}="JMCARDLE" then "Jim McArdle";
if {ORDER_QUOTATION\.SALESMAN_CODE}="REPPERLY" then "Rolph Epperly";
if {ORDER_QUOTATION\.SALESMAN_CODE}="TDUKE" then "Tish Duke";
if {ORDER_QUOTATION\.SALESMAN_CODE}="DRATCLIFF" then "Darth Ratcliff";
if {ORDER_QUOTATION\.SALESMAN_CODE}="TYANDLE" then "Timothy Yandle";
if {ORDER_QUOTATION\.SALESMAN_CODE}="JFAIR" then "Jason Fair";
if {ORDER_QUOTATION\.SALESMAN_CODE}="MJACKSON" then "Max the Man"
What I'm doing wrong here? Thanks so much, Lanie
Oh, please respond to laniet@ij.net
Lanie
laniet@ij.net
etroidl@conaxfl.com