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!

Dynamic Link List : With parent child format.

Venkatesh_prJul 19 2017 — edited Jul 21 2017

Friends,

I have done quite a bit of research but unable to figure out how to achieve this.

looking to create a dynamic links list similar to the example in the sample application. In the sample app located here https://apex.oracle.com/pls/apex/f?p=42:1303 .

The application uses a static list, But in my case I want to be able to use a dynamic list to achieve this.

pastedImage_0.png

When I look at the dynamic list syntax (Creating Lists ) i don't see a way for me to pass parent entry as a parameter ?

SELECT level, labelValue label,

[targetValue] target,

[is_current] is_current_list_entry,

[imageValue] image,

[imageAttributeValue] image_attribute,

[imageAltValue] image_alt_attribute,

[attribute1] attribute1,

[attribute2] attribute2,

[attribute3] attribute3,

[attribute4] attribute4,

[attribute5] attribute5,

[attribute6] attribute6,

[attribute7] attribute7,

[attribute8] attribute8,

[attribute9] attribute9,

[attribute10] attribute10

FROM ...

Please let me know how this can be achieved. Thanks in advance.

This post has been answered by fac586 on Jul 20 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 18 2017
Added on Jul 19 2017
4 comments
972 views