0

I want to hide in my report the columns that have all the cells value 0. Is this possible?

I also generate global footer variables for each column.

Maybe I can access the global footer variable and check if it's 0 then hide the column?

edit1 : I'm using just dynamic jasper.

1 Answers1

0

Try to use Table and in column properties set Column Print When:$F{field_1}!=0
(JR version must be >= 4.00)
Global variable is not need in this case

sanBez
  • 933
  • 1
  • 8
  • 18