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.

Creating field based on text from another field

Featured Replies

  • Newbies

I have an 'Image' field that I want to contain the same data as I type into the 'Category' field with some text appended to it.

So, if 'Image' = "Jazz", I want the 'Category' field to add "http://domain.com/" to the front and ".jpg" to the end, so that it becomes

http://domain.com/jazz.jpg

I've been trying to do this with the 'Specify Calculation' option, where I entered:

"http://www.domain.com/" + CATEGORY + ".jpg"

but all I get is a '?' in that field.

"http://www.domain.com/" & CATEGORY & ".jpg"

Change those + to &

  • Author
  • Newbies

Thanks both .... obvious when you think about it :)

Just to explain a bit

& appends two strings together:

"ab" & "cd" -> "abcd"

"and" is a boolean operator:

True and False -> False

True and True -> True

+ is numerical operator

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.