Good afternoon. I would like to know how to mount a formula in the crystal report so that you see, if in the text the word "QTDA", if it exists it signals the whole cell with the red color, if you do not do anything ...
Good afternoon. I would like to know how to mount a formula in the crystal report so that you see, if in the text the word "QTDA", if it exists it signals the whole cell with the red color, if you do not do anything ...
1: Right click on the column and go to "Format Object"
2:Frametab3:Colorsection,whereyouhavetheBackgroundoption,clickthebuttonnexttoFormula
4: Use the following formula below:
If instr({@Campo}, "QTDA") <> 0
Then crRed