View Single Post
 
Old 03-26-2012, 12:24 AM
legg1 legg1 is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Mar 2012
Posts: 4
legg1 is on a distinguished road
Angry Mergefield IF/ELSE determin source type

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?
Reply With Quote