cjbrown815
IS-IT--Management
I have to put conditional formatting around all of my running total fields, the problem I'm having is converting the results to a string. I'm getting the error "The ) is missing" for {#FS MFF} first one
Here's the complete code:
if{@Product Type}like "*MozzPS*" and (totext(val{#FS MFF} in "000" to "62.10")then crRed else
if{@Product Type}like "*MozzPS*" and (totext(val{#FS MFF} in "63.81" to "1000")then
crRed else CrWhite
thanks
-CJ
SQL2005// CRXIr2// XP Pro
"Progress lies not in enhancing what is, but in advancing toward what will be"
-KHALIL GIBRAN 1883-1931
Here's the complete code:
if{@Product Type}like "*MozzPS*" and (totext(val{#FS MFF} in "000" to "62.10")then crRed else
if{@Product Type}like "*MozzPS*" and (totext(val{#FS MFF} in "63.81" to "1000")then
crRed else CrWhite
thanks
-CJ
SQL2005// CRXIr2// XP Pro
"Progress lies not in enhancing what is, but in advancing toward what will be"
-KHALIL GIBRAN 1883-1931