Hello - is there a way to have a dropdown list sorted other than by the chosen column? For example:
SORT( LookupTable[ColumnC]) - I have a product table that I reference in an Order Details table (linked to an Orders table). The syntax I use in a Valid_If statement in the Ref field is SORT(Products[ProductName]). This displays the list of products in my dropdown. However I need to display them in a different order than the alphabetic listing based on the product name. I have a column called DisplayOrder where I can modify the list in order of how often they are used by drivers in the field so selecting them is quicker.
So my question is can I get the list to display the productName but in order of the DisplayOrder? Perhaps SORT is not the correct expression to use.
Thank you
Ray