Hello all,
I was just wondering if there's some obvious way i've missed, to determin the input type, in this case with decimals.
I only know PHP, so this is a bit new, but , it should be something like this:
IF fieldname > 1 THEN show fieldname
ELSE
IF fieldname < 1 AND decimalcount > 1 THEN show fieldname*100 \# 0%
Anyone able to help?