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