SAP Business Objects Webi:相同的报告,但输出根据用户名更改

SAP Business Objects Webi: same report but the output changes based on the username

SAP Business Objects Webi:

假设有一份报告ABC.wid。我正在尝试实现以下目标:当用户 x 登录时,他应该在 ABC.wid 中获取折线图中的数据。当用户y登录时,他应该在ABC.wid中获取横向table的数据。所以它是相同的报告,但输出会根据用户名而变化。是否有可能在 SAP BO 4.2 中完成此操作?

在报表中创建图表和 Table,然后在 table/chart 属性中将其配置为根据 CurrentUser() 值隐藏

我自己没有这样做过,但我认为您应该可以使用 "Publication" 来做到这一点。看看这个...

https://wiki.scn.sap.com/wiki/display/BOBJ/Personalization+in+SAP+Business+Intelligence+4.0+Web+Intelligence+Publications

诺埃尔