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)
Blank lines | Row Table
smgomes
Hi,
after upgrading to BIRT to version 3.7, have the following problem:
If the line does not contain text, the following will not appear in Table Row.
The template has two tables to show a paper invoice. The first to the body, and second to iterate through the lines. If I delete the table rows, and put a new one appears all right, what can be wrong in my original table? In previous versions never had this problem.
Any new feature in this version?
See the attachment.
Can you help me?
Find more posts tagged with
Comments
smgomes
I've found the problem:
I have this script in Data component:
var empty="";
if(row["d2-19"] > 0){
dataSetRow["d2-17"];
}else{
empty;
}
Why not work with this version?
mwilliams
Can you recreate the issue in a report I can run?