We are populating a form value form a look up. The field is populated from a num_val. How can I remove the decimal and trailing zeros from the form field. For example, it will place "123456.00000" in the field after doing the lookup and I only want 123456 in the field.
Thanks,