Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的水晶报告有问题。有什么办法可以在水晶报表中显示特定行?例如,ID 为 00234 的所有记录都将显示在完整的水晶报表中。有办法吗?
使用部门专家。
去Report -> Section Expert。选择Details左侧的部分。Suppress单击右侧选项旁边的公式图标,然后在编辑器中输入公式。评估结果为 True 的行不会出现在报告中。如果您输入[ID] <> 00234,则报告中只会显示 ID = 00234 的行。
Report -> Section Expert
Details
Suppress
[ID] <> 00234