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.

Featured Replies

Hi,

I have an adress database with name and forname. This are normal textfields. The values contain among other things umlauts.

Now I'd like to generate UserIDs from the two values. At the moment I can generate a third feeld containig the first letter of the forname and max. seven of the name.

But I don'l want ulauts etc. in the UserID.

Is there a way to replace all

You could use the substitute function

Substitute(textField,

  • Author

Thank you - Hm... thats what I found out for one character; at the moment my formel looks like this:

Links(Austauschen(Vorname; "

Try this.

You will need to change the Substitute to the German equivalent, and also replace the commas with semicolons. If this works, you then will need to add a "Substitute(" in front of the calculation, and your next value at the end of the calculation (i.e. put a comma or semicolon behind the last entry and add your next values such as this "

  • Author

Thanks! This helped in some way, but now I have the problem that if an users name contains Umlauts, they are replaced after the UserID is generated.

e.g.

If I'm understanding you correctly, you will need two fields to act as an intermediary to the Concatenating of the fields.

In other words, one field for Vorname

c_vorname (Calc, Text Result) =

Substitute(Substitute(Substitute(

Left(Vorname, 1,

"

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.