使用包含运算符在提示中进行多重选择
我们在 cognos 中有一个列,每行都有逗号分隔的值,例如 (AIX1, AIX2,AIX3)。 我们想要多重选择包含 AIX2、AIX3 的结果。 我该如何在 cognos 中做到这一点。
We have a column in cognos which has the comma delimited values like (AIX1, AIX2,AIX3) in each rows. We want to multiselect the results where say AIX2,AIX3 contained. How do I do it in cognos.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在提示页面上创建一个下拉提示。 点击它可以编辑左侧的属性,将其设置为Multiselect->True。 然后,在报告查询中,筛选“PromptName”中的 [DataItem]。
On your prompt page create a drop-down prompt. Click it to edit the properties on the left side, and make it Multiselect->True. Then, inside your report query, filter on [DataItem] in ?PromptName?.