Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi all

I import data from an Excel-file into a field, "Status".

The data is all in codes, and I would like these codes to be "translated" into a litteral tekst immediately. ex.:) imported code "1232" is shown as "Member has re-registred" when imported.

It seems like a fairly easy script, but I cant make it work. Any help from you guys?

Regards

Lasse

Posted

How will the translation be determined? Are there numerous amounts of these codes? If so, you might want to have a translation table. The field can be changed automatically when doing the import.

Link

Posted

If the codes will not change then you can consider hard coding it.

You dont have to use a script to do this. You can have the field be auto entered with calculated value

Case ( Status = 1232; "Member has re-registred";

Status = 2222; "Member has resigned";

Status = 3333; "Member Initial signup"

)

This topic is 6456 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.