J
|
Jane 8/20/2007 |
Stephan, select Par, Score, Score-Par as Difference from TableName To highlight negative result on the list page use Custom option on the "View as" settings dialog on the Visual Editor tab for the Difference field: if ($value>0) $value = "+".$value; else $value = "<font color=red>-".$value."</font>"; |