chorsell_1 Posted May 10, 2014 Posted May 10, 2014 How can i write and expression for a calculated field that shows the last two charachters in a field.For example, Field A = Hello 01 and i want to create a new field which just has 01.
bolsover Posted May 10, 2014 Posted May 10, 2014 So you need a new Variable...Assuming Java syntax:$F{FieldA}.substring($F{FieldA}.length()-2, $F{FieldA}.length())
Recommended Posts
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