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

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

Recommended Posts

Posted

Is it possible to have a Value List, to list data from several Tables of records?

I have several related Tables, but i wanted to place a value List on a field, that will contain data from several other tables, not just 1 or 2.

Posted

If you have two value lists ('Value List1' and 'Value List2' that reference two different fields ('Field 1' and 'Field 2') you can combine them together in a calculation field like this:

ValueListItems ( Get ( FileName ) ; "Value List1" ) & ¶ &

ValueListItems ( Get ( FileName ) ; "Value List2" )

You can then reference this calculated field in a new value (Value List3) list that incorporates the contents of both Field 1 and Field 2.

Posted

You can then reference this calculated field in a new value (Value List3) list

Only if the calculation is stored* - which I believe would defeat its purpose.

---

(*) There may be a workaround for that, but it would probably be better to fix the data structure.

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