Sorting Dependent Dropdowns BUG?

Hey All,

Im having trouble sorting independent drop downs. I have all the dependent drop down functionality working for long time now, but the users want it sorted. Understandable.

Problem is, when I sort, it seems to break the dependent drop down. This is fine for the first column, but for the second column which is based on the first, when sorting either the first or second columns seems to break it and the drop down will display everythingโ€ฆ

in the valid if for each column i have the following. This has worked for monthsโ€ฆ
Column A: Types[Customer]
Column B Types[Flavor]

Problem is, when I change them to this
Column A: Sort(Types[Customer])
Column B Types[Flavor]

or this
Column A: Types[Customer]
Column B Sort(Types[Flavor])

or this
Column A: Sort(Types[Customer])
Column B Sort(Types[Flavor])

The dependent drop down breaks. But it is sorted

I feel like Iโ€™m missing something.

Any Feedback?

Thanks,

0 7 464
7 REPLIES 7
Top Labels in this Space