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.

Making text in a text field display in columns

Featured Replies

Hello,

I have a text field that contains check boxes. On another layout, I have those check boxes that are selected represented as plain text.

However, the when the checked items are represented as plain text, they appear as one giant vertical column. IE

111111

222222

333333

444444

555555

How can i get them to display in seperate columns. IE

111111 222222 333333

444444 555555 666666

777777

Thanks

What are the rules? You have broken the single column into three columns. Is that what you want? Or should it be broken into three rows?

Basically, when multiple items are checked in a checkbox field, each item is separated from the others by a carriage return. By converting the correct carriage returns into tab characters instead, and setting up the field to have tab stops at the appropirate places, you can do what you want. But determining which carriage returns to convert is where the rules come in. For instance, your example would convert the first, second, forth and fifth carriage returns to tabs, but left the third and sixths as returns. If that's the rule, then it can be translated to a calculation. Also, how many items are available in the checkbox?

Chuck

What is a tab character in a text field? Or should I say how do you do the conversion?

The easiest way to use a tab character is to put one in a global container field (call it gTab for example). Then whenever you want to use it in a calculation, just refer to the field. Example, to replace carriage returns with tabs you would use:

Substitute(TextField, "

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.