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.

Shorten a Long Title...

Featured Replies

Hello!

Anyone know how to construct a calculation

to convert long title/text to a short easily displayed short title?

example:

The Wonderful Walruses Went Home

~ to ~

The Wonderful Walrus...

I started this, but don't know how to finish it off, or if it is right to begin with:

Case(

Length (title) > 10; "Too Long"

)

obviously "Too Long" is NOT the result I want.

Any help???

:)

How about

LeftWords(Title; 3) & "..."

EDIT: or more specifically to your example

Left(Title; 10) & "..."

  • Author

doughemi! this works perfectly for what I needed, thank you for your help. :)

  • Author

DougHemi or any kind persons

This current calculation appends the "..." regardless if the title was reduced or not. I'm looking for the "..." be included only if title has been cut to size.

Any suggestions?

wooot'woot!

LeftWords ( Title ; 3 ) & If ( WordCount ( Title ) > 3 ; "..." )

or

Case(

Length(Title) > 10; Left(Title;10) & "...";

Title

)

  • Author

Great, THANKS a heap!

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.