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

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

Recommended Posts

Posted

Is there a way to concatenate 2 value lists?

For example, I want to have one value list derived from a field (call it "account name")

Then I want to be able to append a value list with hard-coded values, such as "Add new account…"

The only place I want this for is on a popup menu on a layout.

The only way I can think of is to create a dummy record with the hardcoded value, but then it'll have to be hidden everywhere else, which seems like rather a lot of work.

Posted (edited)

Create a (stored) calculated field in the same table as "account name" that consists of

account name & "¶" &

"Add new account..."

Append as many new entries as you want on new lines.

Use this field to generate your value list instead of "account name".

Edited by Guest
  • 2 months later...

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