Enumlist values with Ref base type not in order as per table order

Hi all,

I'm really struggling with this.

I have a table named "ICD10Codes" with a key column called "Code". The table itself is listed in the order that I want my enumlist to show the values listed. I REQUIRE an existing Valid_if expression "ICD10Codes[Code]", in order for the codes to not "!" yellow triangle error when accessing the enumlist.

However, the listed values in the App, in the enumlist, are not listed in the order as per the table. Why?

How do I make it show as per the table list of values?

Thanks so much.

Solved Solved
0 1 66
1 ACCEPTED SOLUTION

Figured it out. Really obscure that it doesn't default to ordering it in the original way, but okay.

Ended up making a Orderby() expression + added a column called "Order" which was literally just a numbering system 1-x. 

View solution in original post

1 REPLY 1

Figured it out. Really obscure that it doesn't default to ordering it in the original way, but okay.

Ended up making a Orderby() expression + added a column called "Order" which was literally just a numbering system 1-x. 

Top Labels in this Space