It's all about the answers!

Ask a question

How to show/hide table column dymanically in BIRT?


pugazhenthi samidurai (26423942) | asked Jun 06 '12, 2:47 a.m.
edited Jun 06 '12, 9:40 a.m.
Hi,

In my BIRT report i want to show and hide some column dynamically.

I am using BIRT Script Based Report (Java Script).

Please advice on this.

2 answers



permanent link
Rafik Jaouani (5.0k16) | answered Jun 06 '12, 2:17 p.m.
JAZZ DEVELOPER
You can click the column heading and use the Visibility property to define when to show or hide the column.

Comments
pugazhenthi samidurai commented Jun 07 '12, 1:55 a.m.

Hi Rafik Jaouani ,

Thank you fro ur response.

I want hide/show the columns dynamically (ex. when i using filter some of them having some columns and other not).

I am using java script.

How to control show/hide property of the column from script.


permanent link
pugazhenthi samidurai (26423942) | answered Jun 07 '12, 2:21 a.m.
Hi,

i have found the solution.

we need to call the function that return true/false with in the column heading visibility properties.

Please check the below link for more information.

http://digiassn.blogspot.in/2012/04/birt-dynamically-hidingshowing-table.html


Your answer


Register or to post your answer.