Skip to Main Content

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
Post Details
Added on Mar 6 2018
1 comment
77 views