hi Almir,
There is another way to highlight ON-Order values
follow these steps to highlight your values
* Select that filed and right click on it and select Format field.
* In that select Font tab.
* Select Color-> x-2( formula editor)
* It will opens a formula editor, in that write follwing code
if {table.Is_Committed} > {table.On_Order} then
crRed
else
crNoColor
thanks,
Praveen G