I am developing an application using Oracle APEX 5.1
I have a requirement, where, based on the value selected in the first select list, a second select list should be populated. Based on second list value, a third list should be populated and so on till we reach the lowest level in the hierarchy.So the no.of select lists will be equal to the no.of levels in the hierarchy.
Also, these select list should be dynamic select lists which supports SQL query.
Since the no.of levels in the hierarchy are large, I think we need to create the select lists for different levels dynamically. I couldn't find any helping documents regarding this.