Hi All!

I want to generate a report which when a field of the detail row is equal to the previous line, I want to hide it. E believe that could not be done with groups, as in the line I want the field is part of the detail.

It's something like that:
Date               Value
01-01-2006         10
01-01-2006         20
02-01-2006         10
03-01-2006         20

And I want:
Date               Value
01-01-2006         10
                         20
02-01-2006         10
03-01-2006         20

I.e., I want to hide the second '01-01-2006' because it's equal to the previous line.

Is there any way to do that?


Thanks,

Adriano



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to