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.
这可能很简单,但我试图在 Pentaho 报告的页脚部分显示报告的名称(.prpt 文件)。Pentaho 报表设计器中有什么方法可以做到这一点吗?
您必须创建一个函数类型“打开公式”及其名为“公式写入”的字段=DOCUMENTMETADATA("http://purl.org/dc/elements/1.1/"; "title"),然后只需添加一个文本字段并将其添加到您想要的任何部分。
=DOCUMENTMETADATA("http://purl.org/dc/elements/1.1/"; "title")