ahmy_1 Posted October 26, 2016 Posted October 26, 2016 Hi, I have a report with a similar problem I can generate a table like the one below from sql script the only problem that i have is that i dont know how to make the Total part one with the Name a.k.a colspan. Its in my detail part and using column footer won't help me . I'm getting Total by using if else : $F{Row}.intValue() == 10000?" Total " : $F{Row} . In short how can hide table column border only for id = 10000?RowNameMondaythursday wednesday1John5454252Mike453545Total 9989701Peter3557632Harry242835Total 598598
peter.w Posted October 31, 2016 Posted October 31, 2016 I assume you have a style for the table.In jaspersoft studio ,on the outline, select a style right click and create a conditional style and set your conditional expresion for the style to be used.
ahmy_1 Posted November 2, 2016 Author Posted November 2, 2016 Yeah .. but I'm using jasper ireport designer. I don't know if the studio is the same?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now