交替行着色:业务对象 - WebIntelligence
我是 WebI 上的 n00b。 有人可以告诉我如何在 BO CrossTab 中进行交替行着色吗?
谢谢
I am a n00b on WebI.
Could somebody please tell me how to do alternate row shading in a BO CrossTab.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您没有说明您正在使用什么版本,但在 XI R2 及更高版本中,它会自动应用于块。 要手动应用它,请选择块(整个交叉表周围的虚线边框),然后在“显示”下的属性中,有一组称为“替代行/颜色”的选项。 指定非白色行的颜色,频率告诉 XI 应用替代颜色的频率。
在以前的版本中,您可以使用以下代码创建一个新变量:
然后向交叉表添加一个警报器,以便每当该变量等于 1(即奇数行)时将背景颜色设置为您的替代颜色。
You don't say what version you are using, but in XI R2 and above it is automatically applied to a block. To manually apply it, select the block (dotted border around the entire crosstab), then in the properties under Display, is a set of options called Alternate Row/Color. Specify the colour for the non-white rows, and the frequency tells XI how often to apply the alternate colour.
In previous versions you can create a new variable with the following code:
And then add an alerter to the crosstab to set the background colour to your alternative colour whenever this variable equals 1 (i.e. for odd rows).
我正在 BO XI 3.0 中创建一个网络情报报告,我需要在行中创建具有所需替代颜色(239,239,239)的块。 当我尝试将非白色行的默认颜色(240,240,240)更改为任何其他颜色时,这些颜色将应用于块的所有行中的所有主体单元格。 我也检查了频率,它设置为 2。但我不确定为什么会出现这个问题..?
I'm creating a web intelligence report in BO XI 3.0, I need to create blocks with a required alternative colour(239,239,239) in the rows. When i try to change the default colour (240,240,240) of non-white rows to any other colour, the colours are applied to all the body cells in all rows of block. I checked the frequency aswell, it is set to 2. But i'm not sure why is this issue..??