![]() |
hax0r 10/29/2007 |
Sure thing man... you need to edit your query. The query is something like Shows existing database output. A small number of fields have a figure for the number of cases produced. Instead of having a test comment appear even if the field value is null is there a way to append " cases" to the figure where a figure is present. Not null or greater than zero etc this would appear above as 13,000 cases Cheers Chris |
O
|
osluk author 10/29/2007 |
Cool I will try this and let you know.
$value = number_format($value,0);
|
O
|
osluk author 10/29/2007 |
A different field only text needs the following |
![]() |
hax0r 10/29/2007 |
Hey Chris. |