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.

Merge Fields Calculation Needed...

Featured Replies

I have five fields;

Dates::TypeDay

Dates::City

Dates::State

Venues::Name

Dates::Info_TypeDay

Type day holds such values as "Show Day", "Fly To", "Off Day In", etc.

In the Dates::Info_Type Day field I need a merge fields formula that will by default show the Venue Name only.

If the Venue Name is empty it needs to show the TypeDay, City, State.

This is for printing purposes. Below is a Photoshopped example of both fields.

post-102845-0-38772600-1322594035_thumb.

This formula would affect the leftmost field only.

Try =

Case ( IsEmpty ( Venues::Name ) ; TypeDay & " " & City & " ," & State ; Venues::Name )

  • Author

Perfect! Thank You!!

Now, is there any way to UPPERCASE the State Abbrv or will I have to change the text formatting in the master layout forcing the user to press the Shift key?

Short of changing the field's dimensions, is there a way to add a line break so that the City and State would be on the same line?

Also, is there any way to remove the comma that follows "Travel Home"? This would only affect "Travel Home". Not "Fly to", etc.

post-102845-0-14782900-1322599421_thumb.

will I have to change the text formatting in the master layout forcing the user to press the Shift key?

You could set the State Abbrv field to auto-enter Upper ( Self ), replacing existing value. Or use a value list to enter the state?

is there a way to add a line break

The ¶ character represent a line break in a calculation formula.

is there any way to remove the comma that follows "Travel Home"? This would only affect "Travel Home".

Isn't this actually caused by the Cite and State being empty?

  • Author

Isn't this actually caused by the Cite and State being empty?

Yes it is. I can work around that. Everything else is perfect.

Now I'm headed off to study the Case function.

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.