Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SAP Dashboard Design 6,我需要使用 XML 数据更新 .swf。
主要思想是将 .swf 上传到 Web 服务器上,并从有时会更新的 XML 中获取数据。每次更新都会添加新行。
有些东西没有按预期工作。当我用新行更新 XML 时,这些行不会出现。我已经在数据连接上选中了“在加载组件之前刷新”选项。
我错过了什么?
我刚刚找到了解决我的问题的方法。
我们需要在创建 [.swf] 之前插入空白行。因此,这些新行将限制可以插入到 [.xml] 中的新记录。