Newbies rjay Posted April 19, 2012 Newbies Posted April 19, 2012 I have an 'Image' field that I want to contain the same data as I type into the 'Category' field with some text appended to it. So, if 'Image' = "Jazz", I want the 'Category' field to add "http://domain.com/" to the front and ".jpg" to the end, so that it becomes http://domain.com/jazz.jpg I've been trying to do this with the 'Specify Calculation' option, where I entered: "http://www.domain.com/" + CATEGORY + ".jpg" but all I get is a '?' in that field.
Newbies rjay Posted April 19, 2012 Author Newbies Posted April 19, 2012 Thanks both .... obvious when you think about it :)
LaRetta Posted April 19, 2012 Posted April 19, 2012 Just to explain a bit & appends two strings together: "ab" & "cd" -> "abcd" "and" is a boolean operator: True and False -> False True and True -> True + is numerical operator
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