Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Printing objects ONLY when fields contain data

Featured Replies

Here's my situation: I have a colon as a text object (not a field) between two text fields. If there is not text in the two fields on either side of the colon, I do not want the colon to print - is it possible to write a script or somehow make it so that the colon will not print if there is no text in a surrounding field? I'm new at this so I am still learning - but the sooner I can find out whether this is possible or not the better, which is why I'm jumping to a forum. Thanks for your help!

SC

Hi SC,

Since you want the colon to be conditional, it must be a calculation. Create a calculation (text) with:

If(

not IsEmpty( text1 ) and

not IsEmpty( text2 ) ;

":" )

Place this calculation between the fields instead. smile.gif

LaRetta

  • Author

Lifesaver! Thank you - this worked beautifully and gave me more insight into expanding my template using this type of calculation.

Thanks again.

SC

You can also use <<merge fields>> in your print layout. If they have no data in them, they shrink to nothing. They will also shrink to the size needed to display the field.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.