Newbies MuthaEarth Posted November 2, 2007 Newbies Posted November 2, 2007 I'd like your help with a calculation involving three fields: article (record) number, image container and image number field. If image container is NOT empty, return to the image number field the Article (record) number plus ".01" at the end of the Article (record) number. Otherwise, leave image number field blank. Thanks for your help in figuring this one out. MuthaEarth
Raybaudi Posted November 2, 2007 Posted November 2, 2007 Calculation for image number field: Case( not IsEmpty ( image container ) ; Article (record) number & ".01" )
Recommended Posts
This topic is 6302 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