In Front List I use under HTML this function:
Model.field:array("0.00" => "<i class='fa fa-eur' style='color: #56AD56;'></i>")
This checks if the value in the field is 0.00 and if so, the style above is applied. But is it also possible to check if the value is 'greater than' 0.00 ? My field is a decimal field.
Model.field:array("0.00" => "<i class='fa fa-eur' style='color: #56AD56;'></i>")
This checks if the value in the field is 0.00 and if so, the style above is applied. But is it also possible to check if the value is 'greater than' 0.00 ? My field is a decimal field.