cjbrown815
IS-IT--Management
Hello,
I have a field {SAMPLE.TEXT4} that represents the TANK# however the associates are not very consistant with their data entry. I need to seperate out the entries by tank number. to do this I wrote the formula below, but I know there are records with the numeric value I'm looking for but they are being ignored. There must be a better way. thanks for the help. I'm doing this for a line graph
FORMULA
If {SAMPLE.SAMPLE_TYPE}= "SPC-BOD-Conc Strg Tk" and {SAMPLE.TEXT4} in "%902%" then "BOD Tk 902" else
If {SAMPLE.SAMPLE_TYPE}= "SPC-BOD-Conc Strg Tk" and {SAMPLE.TEXT4} in "%903%" then "BOD Tk 903" else
If {SAMPLE.SAMPLE_TYPE}= "SPC-BOD-Conc Line" then "BOD Con Line"
DATA EXAMPLES
TK 902
TANK#902
903
TK# 903
-CJ
SQL2005// CRXIr2// XP Pro
"Progress lies not in enhancing what is, but in advancing toward what will be"
-KHALIL GIBRAN 1883-1931
I have a field {SAMPLE.TEXT4} that represents the TANK# however the associates are not very consistant with their data entry. I need to seperate out the entries by tank number. to do this I wrote the formula below, but I know there are records with the numeric value I'm looking for but they are being ignored. There must be a better way. thanks for the help. I'm doing this for a line graph
FORMULA
If {SAMPLE.SAMPLE_TYPE}= "SPC-BOD-Conc Strg Tk" and {SAMPLE.TEXT4} in "%902%" then "BOD Tk 902" else
If {SAMPLE.SAMPLE_TYPE}= "SPC-BOD-Conc Strg Tk" and {SAMPLE.TEXT4} in "%903%" then "BOD Tk 903" else
If {SAMPLE.SAMPLE_TYPE}= "SPC-BOD-Conc Line" then "BOD Con Line"
DATA EXAMPLES
TK 902
TANK#902
903
TK# 903
-CJ
SQL2005// CRXIr2// XP Pro
"Progress lies not in enhancing what is, but in advancing toward what will be"
-KHALIL GIBRAN 1883-1931