Hi all
I have created a report manually, i want to Bold a static text ... i have tried with conditional formatting but through conditional formatting it does not bold the text, it bold only fields.
how can i bold the static text. i have tried with SRW but it also doesn't work...
here is the code i am trying , it is not giving any error while compiling but it doesn't work ..
if (:emp_pension_type LIKE 'SUPERANUATION')
then
srw.set_font_weight('BOLD');
end if;
OS Windows server 2003
DB 11g
Report builder 10g
any help will be thankful..