Blank lines | Row Table

smgomes
edited February 11, 2022 in Analytics #1
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?
Warning No formatter is installed for the format ipb

Comments

  • smgomes
    edited December 31, 1969 #2
    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?
    Warning No formatter is installed for the format ipb
  • mwilliams
    edited December 31, 1969 #3
    Can you recreate the issue in a report I can run?
    Warning No formatter is installed for the format ipb