hi,
i am trying to design a report from a mysql database as source.
i have in the detail band following fields:
---------------------------------------------------
1 3434 computer 2 10
2 3456 printer 3 10
SUM 50
3 3445 cd 1 5
4 1232 dvd 2 5
SUM 15
----------------------------------------------------------
I want to display the SUM line bold, it shoud be a kind of subtotal. How can i do this? I get everything from the database. This works correct.
if i get something like this from the database e.g. "<b>SUM</b>. Can jasperreport display this?
Hopefully someone could help me with my problem!!
Thanx
iceT