使用包含运算符在提示中进行多重选择

发布于 2024-08-01 23:20:11 字数 105 浏览 1 评论 0原文

我们在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

素年丶 2024-08-08 23:20:11

在提示页面上创建一个下拉提示。 点击它可以编辑左侧的属性,将其设置为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?.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文