Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Conditional Printing of the field


This topic is 5403 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (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 by Guest
  • 3 months later...
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.