Jump to content

Another relational valuelist problem!


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

Recommended Posts

For reasons best not explained here, I want a valuelist that pulls from a table that contains two fields (Name and Order) that will sort the list by order but only display name.

I've created an Order = Order self join and set up a valuelist based on two fields to accomplish this, but I can't find a way to hide the order (second) field when selecting from the valuelist, even though the list only gets populated with name (first) field data.

Is there a way to have a list that is sorted by a field that doesn't appear in the list?

Link to comment
Share on other sites

Is there a way to have a list that is sorted by a field that doesn't appear in the list?

Unfortunately, no. Display of values within a list and sorting of that list are bound together. Moreover, sorting on a column both requires that column to be indexed and collapses the value list to only the unique values of the sorted column.

Link to comment
Share on other sites

  • 4 weeks later...

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