Crystal Reports分组删除数据

发布于 2024-10-13 06:17:31 字数 201 浏览 2 评论 0原文

基本上,当我添加另一个项目进行总结时,该组将被过滤。如果我添加的新项目没有数据,我想显示 0 或不显示任何内容。

报告图像

我添加的字段来自不同的表。如果我从同一个表添加一个字段,它似乎允许空白

Basicaly, when i add another item to summarize, the group is filtered. I'd like to show 0 or nothing if there is no data for the new item i'm adding.

Report images

The field i'm adding is from a different table. If i add a field from the same table it seems to allow blanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

吹泡泡o 2024-10-20 06:17:31

您正在使用 INNER JOIN 连接表。你需要将其设为左连接。

如果您使用“链接”功能,则可以使用“链接选项”对话框将其设置为 Left Outer Join

如果您正在编写 SQL 语句来连接表,则只需使用 < code>Left Join 而不是 inner join

You are joining the tables using an INNER JOIN. you need to make this a left join.

If you're using the "Links" functionality you can use the Link Options dialog to set it to a Left Outer Join

If you're writing a SQL statement to join the tables you can just use a Left Join instead of an inner join

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