Conditional Formatting in Listview

Hi all,

I would like to color the background of a number field red in case the number > 10.
Of course this works fine in recordview.
How do I achieve this in listview or tableview?

Regards,

Ron

html in a label is your friend.

Thanks Marcel, html was the key.
BTW I only got it to work with an extra field.

function cf()
{
if (getal > 10)
{
getalcf = ‘’ + getal + ‘’
}
}

Regards,
Ron

Have also a look at the new features in RowBGCalc.