cascading select lists in tabular form
853243Mar 8 2012 — edited Mar 9 2012APEX - 4.1.0.00.32
DB version - 10g
Web server architecture - OHS
Browser - IE8
Theme - 9
Hello
I have a tabular form with two select lists, I would like to select a value from the first list that will help determine what shows up in the second list. The column name of the first select list is "DL_DETAIL_PROJECT_ID", so I would like to be able to have a quey for the second select list that looks like
select desc d, id r
from <table>
where <another id on the table> = DL_DETAIL_PROJECT_ID
but I am not sure how to get the value from DL_DETAIL_PROJECT_ID?
Also the list of values seciton on a regular from shows an option for cascading lists, but the tabular form, list of values section does not, is it possible to have cascading lists within a record on a tabular form?
Thank you in advance for any assistance.