jesus_jfri Posted January 21, 2016 Posted January 21, 2016 help people, i want to show this string data = "hello cat"like this: hello cat both in the same field, one under the otherAny idea thanks
hozawa Posted January 21, 2016 Posted January 21, 2016 String data = "hello" + "rn" + "cat". This should show what you want when you preview the report.
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