壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 323|回复: 2

谁用rs做过以cube为数据源的报表请详细说明加明细过滤器

[复制链接]
发表于 2012/3/18 14:57:59 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
如题。我自己做的以cube为数据源的报表,并加了明细过滤器。
这是我写的带固定参数的:
[hierarchy(USER_TEL)]=[useruse].[USER_TEL].[USER_TEL].[USER_TEL]->:[PC].[@MEMBER].[13335246657]

这是我写的动态参数的:
[hierarchy(USER_TEL)]=?tel?

hierarchy()这个函数是自动加载的。。。

页面中
<#hierarchy(USER_TEL)#>
attachimg.gif 1201300938d0cc6b5377d149e1.jpg

12013009382c13ff62174699fc.jpg


 楼主| 发表于 2012/3/18 14:58:09 | 显示全部楼层
这个明细过滤很简单啊,)[useruse].[USER_TEL].[USER_TEL].[USER_TEL]=‘13335246657’
这种形式啊。
 楼主| 发表于 2012/3/18 14:58:22 | 显示全部楼层
万分感谢朋友们的帮助。。。我终于找到问题所在了!!!
明细过滤器:[hierarchy(USER_TEL)]=?tel?  正确
main方法中的参数:htparams.put("tel", "[useruse].[USER_TEL].[USER_TEL].[USER_TEL]->:[PC].[@MEMBER].[13335246657]"); 正确
问题出在我是两个过滤器,我逐个测试时程序正常,控制台打印输出rs报表xml数据。
当我的报表有两个过滤器时,我传2个参数,cognos就会在接受参数的页面报html编译出错:
异常如下:
org.dom4j.DocumentException: Error on line 40 of document  : The entity name must immediately follow the '&' in the entity reference. Nested exception: The entity name must immediately follow the '&' in the entity reference.
        at org.dom4j.io.SAXReader.read(SAXReader.java:318)
        at org.dom4j.io.SAXReader.read(SAXReader.java:239)
        at org.dom4j.DocumentHelper.parseText(DocumentHelper.java:215)
        at cognos.test.getxml(test.java:69)
        at cognos.test.main(test.java:62)


很明显是参数连接符“&”的问题。但是这个我真的是无解了。。。这个问题出在sdk包中
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/30 11:52 , Processed in 0.012388 second(s), 16 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表