Newbies greentank Posted August 25, 2007 Newbies Posted August 25, 2007 I have two number fields 1 called prefix (sample data 087) and the other called number(sample data 1234567). I have a third field which I want to contain 353 then contents of prefix without the 0 and finally the contents of number.
Søren Dyhr Posted August 25, 2007 Posted August 25, 2007 Pretty straight forward typecast as long as you return the result of the calc'field as text: 353 & Int ( prefix ) & theNumber --sd
Newbies greentank Posted August 27, 2007 Author Newbies Posted August 27, 2007 I need the new field to be a number though - any ideas?
Recommended Posts
This topic is 6358 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now