cjbrown815
IS-IT--Management
Hello,
I have a Xtab report that displays 3 different method results (Yeast, Mold and Coliform)
Rows = SAMPLE.DATE1 (DATE)
Columns = @Sort column , @ID and Desc ({SAMPLE.SAMPLE_TYPE} + "=" + {SAMPLETYPE.ST_NAME})
Summarized Fields = Max of SAMPLEPARAM.SRESULT (String)
Conditional Formatting Formula
if val(currentfieldvalue) >= 10 or
currentfieldvalue = "TNTC" or
currentfieldvalue like ">*" then crRed else
if currentfieldvalue = "NR" then crBlue else
crGreen
I need it to display results in red when the coliform is >0 and the yeast or mold is >9
Right now its putting anything greater then 9 in red.
thanks
-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 Xtab report that displays 3 different method results (Yeast, Mold and Coliform)
Rows = SAMPLE.DATE1 (DATE)
Columns = @Sort column , @ID and Desc ({SAMPLE.SAMPLE_TYPE} + "=" + {SAMPLETYPE.ST_NAME})
Summarized Fields = Max of SAMPLEPARAM.SRESULT (String)
Conditional Formatting Formula
if val(currentfieldvalue) >= 10 or
currentfieldvalue = "TNTC" or
currentfieldvalue like ">*" then crRed else
if currentfieldvalue = "NR" then crBlue else
crGreen
I need it to display results in red when the coliform is >0 and the yeast or mold is >9
Right now its putting anything greater then 9 in red.
thanks
-CJ
SQL2005// CRXIr2// XP Pro
"Progress lies not in enhancing what is, but in advancing toward what will be"
-KHALIL GIBRAN 1883-1931