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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

List - Wizard Progress - How can i add attributes

JaLeMaMar 6 2018 — edited Mar 6 2018

Hi,

i am trying to add attributes like css classes to my select  statement for my list which i need for my wizard progress.

the code below doesn't work.

SELECT null,

       nvl(status,standard_status) label,

       null target,

       'YES' is_current,

       null  image,

       null image_attrib,

       status image_alt,

       'custom-list-class' as attribute1,

      decode(status,1, 'style="background:red"") as attribute2

FROM   xyz

WHERE  order_id = :P887_AU

can you help, please ?

thanks

anja

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 3 2018
Added on Mar 6 2018
1 comment
430 views