infopath

J

Joe

Why am i getting an error message "the expression is not a node set" when i
add / to my formula? The formula is (Field*12.29/100)+field. It is ony when
i add the / that i get the error.

Joe
 
S

S.Y.M. Wong-A-Ton

Try adding spaces between everything like in

(field * 12.29 / 100) + field

and you should be fine.
 
Top