Auto show/hide in APEX on value based on selectbox
746024Jan 18 2010 — edited Jan 18 2010Hi Folks,
I have a form with report in ApEx.
In my table i have 35 fields, for which first 5 are all text boxes and the later 30 are all select lists(comboboxes) and the problem here is :
I want hide all 29 fields and display only one initially.
when I enter First value the second select box should be displayed and when i select a value from the 2nd select box the 3rd field(select box) should be displayed.
The only condition is there should be a value selected in the previous select box.
(NOTE: the page should not be submitted.)
Like that if I select a value from a previous field the next field should be displayed.
Can anybody help me on this situation please.
Thanks in advance.