Greetings,
I need to help the user to select the right value by narrowing their choice using a series of cascading dropdown boxes, until they reach a unique record to select.
The three fields are Level 1, Level 2 and Level 3 - nice and simple so far. The cascade option in the dropdown box works like a treat - until it comes across a null value in Level 2. A very few rows (of the hundreds) only have a value in Level 1 - because the level 1 defines them as unique.
In the above case, the dropdown box for Level 3 has only a NULL to base its selection on, so there is no value - and the UX doesn't accept that. So the user can't make a selection.
Can I somehow 'disable' the lower level dropdowns, and get the final one to point to the last 'not-null' value? How have others handled this issue?
Many thanks
Malcolm
Bookmarks