Forum Discussion
JanaBaker
11 years agoQrew Cadet
Thanks Mark! It is just a regular User field called Primary. Each record has a Primary and those are the email address i am trying to extract. I created a field called Email Address Test (Formula - Text) and put the following in:
List(";",
UserToEmail([Primary]))
Most likely i'm doing it wrong because it didnt work. If i was to run a report using the Primary field, i'd have about 150-200 names. I guess my expectation was that the Email Address Test field would convert the User names in the Primary fields to an email address.
Any further help would be great since i hit a brick wall. LOL
JB
List(";",
UserToEmail([Primary]))
Most likely i'm doing it wrong because it didnt work. If i was to run a report using the Primary field, i'd have about 150-200 names. I guess my expectation was that the Email Address Test field would convert the User names in the Primary fields to an email address.
Any further help would be great since i hit a brick wall. LOL
JB