Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apex Tabular Form - different LOVs depend on another SelectList value

SanChrisApr 5 2018 — edited Apr 5 2018

Apex Tabular Form - different LOVs depend on another SelectList values

Hi,

Im newbie to Apex. using version Apex 5.1.4

In my tabular form I have following columns

1) activity - static List (values 1,2,3)

2) code    - popup lov (lov 1, lov 2 , lov 3) (every lov created by using different tables)

3) description - text field

4) amount -  text field

according to the activity selection i have to popup the appropriate lov (if activity value is 1 then poup lov 1 likewise).

according to the code selection i have to set value for description and amount.

I created dynamic action using javascript and tried to create ajax callback process on activity column. But I couldn't create ajax callback process.

And Im facing the issue to make the code column as a popup lov. If i change it how can i set the lov in the page designer.

Please can anyone help me to solve this issue.

Thanks in Advance.

SanChe.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 3 2018
Added on Apr 5 2018
5 comments
330 views