You need to sign in to do that
Don't have an account?

Copy values in text Field to Number Field
Hi,
Help needed.
I have a Text field with the hours of now() func. I want to subtract 14 hrs from that num.
So I wanna know how to move the values of text to number field.
Any help is highly appreciated..
Thanks
http://boards.developerforce.com/t5/General-Development/Separate-hours-from-now/m-p/583369#M89559
Answer lies within..
All Answers
IN APEX USE Integer.valueOf(String) in Formula you can use TEXT(Field__C)
Thanks for Code, can I get it in Formula??
http://boards.developerforce.com/t5/General-Development/Separate-hours-from-now/m-p/583369#M89559
Answer lies within..