Dropdown selector: Sort ref column using a second column.

Hi, I am trying to sort values shown in a drop-down selector that contains ref values (ID Helix Prix). I want to sort these values using another column in the ref table (Tri). 

When writing the ORDERBY function and selecting the proposed values by the editor when I start typing, I end up with an invalid code! 

Any clue would be appreciated. 

shimodabt_0-1716812004316.png

 

Solved Solved
0 3 163
1 ACCEPTED SOLUTION

ORDERBY() requires key values, so your expression should be:

ORDERBY(A HELIX[ID Helix], [Tri])

View solution in original post

3 REPLIES 3

ORDERBY() requires key values, so your expression should be:

ORDERBY(A HELIX[ID Helix], [Tri])

Thanks, Joseph for taking the time! 

Je t'en prie, bon courage ! 

Top Labels in this Space