great, it works, that was fast 🙂 THX !!! ..by the way I found another small problem with a simple division in another field:
fieldname22 = 230
fieldname26 = 7
CF = 233 / 7 = 32.8571428…..
Using prec():
prec(fieldname22/fieldname26,2) = 32.86 which it’s not good, that field has to be consistent with 2 decimals without rounding, in other words I need a 32.85. Any solution around this??
Sorry for bothering you again my friend..
Regards