Jump 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.

Carriage Return in drop down list.

Featured Replies

In my data base I use quite a few drop down lists to save time in typing. There are several places where I have to go back in and hit enter to create proper paragraph separations.

My question is can I put a carriage return in the line of text that will allow for the appropriate spaces in my text box?

What about an auto-enter value for the field that has the value list ?

Something like:

Case(

ValueCount ( FilterValues ( Self ; "YourValuesThatNeedCarriageReturn" ) ) ; Self & ¶ ;

Self

)

  • Author

The carriage returns needed are typically in the middle of a line of text and typically require multiple returns. The reason I use the carriage returns is to allow for ease of reading by the reader. Let me give example.

The text that drops down looks like this:

Pool has algae. Clean, check and balance pool. Treat algae. Check over all.

So I go back in and separate the lines to make the text easier to read like this:

Pool has algae.

Clean check and balance Pool.

Treat Algae.

Check over all.

There are many different lines of text I can select, so one case does not necessarily meet all the criteria. So I wanted to see if there was a text based carriage return trigger. For example

Pool has algae.¶¶¶ Clean, check and balance pool.¶¶¶ Treat algae.¶¶¶ Check over all.

If the 3 carriage returns are always after a fullstop:

Substitute ( Self ; ". " ; "¶¶¶" )

See the attached file for another approach.

The carriage returns needed are typically in the middle of a line of text and typically require multiple returns.

Multiple returns are neither required nor desired - format the field's paragraph spacing instead.

Values.zip

Create an account or sign in to comment

Important Information

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

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.