Jump to content

This topic is 7590 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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 "

Posted

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.

Posted

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,

"

This topic is 7590 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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