Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Table data binding with scripted data set
Daniel123
Hi there,
I wish the problem I met generates a BIRT error message in the console at the runtime to help developer.
I get a table binded to a scripted data set.
The report runs well until I delete 1 line of code by error in the fetch method of the event handler. This line of code copies the value from the POJO to the scripted data set column.
Without a value in this column, the report displays an empty report with a header and a footer, and no error message is throwed to the console.
To reproduce the problem, takes any BIRT report, add a bound data column in the table binded to an undeclared scripted data set column.
Thank in advance to the one who will improve this behavior.
Find more posts tagged with
Comments
mwilliams
Hi Daniel123,
So, you're wanting to display a message that there is no data if the table is empty? Or something else?