Jasper 域查询语言
我正在使用 iReport 针对我在 JasperServer 上创建的域构建报告。构建报告时,Jasper 根据您在 GUI 中选择的字段和过滤器以 XML 格式创建域查询。但 iReport 还为您提供了手动编辑查询的功能(就像您可以使用 SQL 查询和其他语言一样)。
我想了解更多关于您还可以在查询语言 xml 中指定的内容。例如,我知道元素上有一个“表达式”属性,但我不知道您可以在其中指定什么类型的表达式。
任何人都可以向我指出有关域查询语言中可用的命令/元素/属性的任何文档吗?
感谢
查询语言格式示例:
<query xmlns="http://www.jaspersoft.com/2007/SL/XMLSchema">
<queryFields>
<queryField id="PM.SupplierDetails.CodeandName" />
<queryField id="PurchaseLedger.Transactions.AmountPaid" />
</queryFields>
</query><queryfilterstring>...</queryfilterstring>
I am using iReport to build reports against a domain I've created on JasperServer. When building the report Jasper creates a domain query in XML, based on what fields and filters you've chosen in the GUI. But iReport also gives you the facility to manually edit the query (like you can with SQL queries, and other languages)
I'd like to know more about what else you can specify in the query language xml. For example, I know that there is an 'expression' attribute on the element but I'm not aware of what types of expressions you are allowed to specify in there.
Can anybody point me to any documentation on what commands/elements/attributes are availabe in domain query language.
Thanks
example of the query language format:
<query xmlns="http://www.jaspersoft.com/2007/SL/XMLSchema">
<queryFields>
<queryField id="PM.SupplierDetails.CodeandName" />
<queryField id="PurchaseLedger.Transactions.AmountPaid" />
</queryFields>
</query><queryfilterstring>...</queryfilterstring>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
iReport 似乎还不支持基于域的查询语言。检查此。
It seems that iReport does not yet support domain based query languages. Check this.