i have one problem my report our client requirement is POS / + / R THIS THREE CHARACTER IN YOUR FIELD THEN THAT CELL BOLD , I USE INSTR FUNCTION
if INSTR({Command.COL1},"POS") > 0 OR INSTR({Command.COL1},"+") > 0
OR INSTR({Command.COL1},"R")> 0 then
crBold
IS WORKING BUT ONE MORE "NR" ALSO DISPLAY THAT CELL ALSO BOLD
INEED HELP "NR" NOT BOLD ONLY FOR FIND THIS THREE CAN BE BOLD "POS"/" +" /" R"
Request clarification before answering.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.