Community
Participate
Working Groups
Build Identifier: 2.5.2.v20100208 Build;2.5.2.v20100210-0630 If I exported my report into an excel, I found there are some infos are lost. The lost item in the report design file is exactly after a dynamic text item, which only cotains some simple if..else javascripts, and in a condition the javascripts will return empty string "" or null. 1, If "" or null or just a blank space is returned, the item after this dynamic text will be lost in the exported excel. 2, If the javascripts returns some strings like "good", there is not lose in excel. Reproducible: Always Steps to Reproduce: 1.Put my sample file in birt 252 dev env, open it. 2.Preview this report. 3.export this report into an excel. 4, by compparing to the report itself, you could see that the string "this is the text" is lost, but the exported word file is correct.
If the item after the dynamic text item is a label, or a grid, the same issue occurs.
Created attachment 195812 [details] The sample file for reproduce the issue The sample file for reproduce the issue, which is a simple sample as our product.
Update row index of non-cell container if empty data is added into the container.