Conditional Formatting not works on Text box

juan96

New member
Local time
Today, 14:14
Joined
Sep 27, 2012
Messages
1
Hello

First refer attached file for reference. I put the =Sum() function to text0 box and put the just number to text1 box.

I hope to make text0 box like text1 box but didn't work.

I searched for solving this issue for several hours but still didn't find.
any mistakes on this ??
 

Attachments

  • err.jpg
    err.jpg
    78 KB · Views: 176
I had the same problem. When using Sum() it looks like the Databar doesn't show. However, I was able to come up with a work around. Hide the "text0" control and create another control "text0_databar" with control source set to "=text0". Now the data bar shows properly.
 
The sum() is performed after the conditional formatting has been applied. By forcing it into another field first the evaluation happens in a different order.
 

Users who are viewing this thread

Back
Top Bottom