首页 > 解决方案 > 保存后无法打开报告

问题描述

我已关闭报告并对保存操作弹出窗口回答“是”。从那时起,我无法打开报告并在浏览器控制台中收到此错误:

TypeError: Cannot read property 'consumedEntities' of null
    at ic3report-all.js?v=2018353111537:5711
    at l (base-libraries.min.js?v=2018353111537:151)
    at Function.An.reduce (base-libraries.min.js?v=2018353111537:264)
    at ReportLayout.consumedEntities (ic3report-all.js?v=2018353111537:5711)
    at ic3report-all.js?v=2018353111537:3702
    at r (base-libraries.min.js?v=2018353111537:150)
    at Function.Xe (base-libraries.min.js?v=2018353111537:212)
    at EntityArrayContainer.forEachEntry (ic3report-all.js?v=2018353111537:3379)
    at ic3report-all.js?v=2018353111537:3702
    at Function.MigrationUtils.migrateReport (ic3report-all.js?v=2018353111537:7985)

谢谢你的帮助。

编辑:版本 6.8.5

标签: iccubeiccube-reporting

解决方案


icCube 6.8.5:布局定义可能已损坏(保存不必要的空信息);icCube 6.8.6 将改进为在打开报表时尽可能忽略布局定义中的错误。


推荐阅读