Hey,
I want to know how I can use style (css)for a stored procedure. I m calling a stored procedure in a report. And that SP calculates and generated the records. I want to make all the records as 'Red' where the entry is 0.
For example the result set is as follows :
Project Management Office 0.00 0.00 0.00 7.00 6.25 6.50
The stored procedure have queries which is saved in mysql. And from myDBR i call that stored procedure like :
Call timesheets.testSPY(Month,year);
How i can apply the color in this scenario pls help.
Secondly how i can show current month in my filter as default where parameter query is as follows :
select 'Jan'
union
select 'Feb'
union
select 'Mar'
union
select 'Apr'
union
select 'May'
union
select 'Jun'
union
select 'Jul'
union
select 'Aug'
union
select 'Sep'
union
select 'Oct'
union
select 'Nov'
union
select 'Dec';
Awaiting for your reply. Thanks
Regards,
Bushra