NewFM85User Posted November 4, 2009 Posted November 4, 2009 (edited) Hi, I have a number field which I am using as a flag. In my report I want to print some text if the flag is 1 else don't print anything. Is it pissible to have the condition like this and print the field on report. Thanks Edited November 4, 2009 by Guest
marianco Posted February 8, 2010 Posted February 8, 2010 Use an unstored calculation field which contains something similar: If ( flag = true ; Original field ; "" ) You then print using the unstored calculation field. The content will be the original field if flag is true. Otherwise, the content is empty and nothing prints out.
Recommended Posts
This topic is 5403 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