根据显示方法过滤 axapta 报告

发布于 2024-10-18 23:35:41 字数 102 浏览 0 评论 0原文

我想过滤 axapta 报告以仅显示 QTY !=0 的记录。字段数量基于显示方法。我可以通过重写发送方法来实现这一点。现在的问题是,如果该部分的最后一条记录的 QTY=0,则不会显示小计。

I want to filter axapta report to display only records with QTY !=0 . The field QTY is based on display method . I could acheive this by overriding send method. The problem now is that if the last record in the section has QTY=0, then the subtotal is not displayed.

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

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

发布评论

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

评论(2

凉薄对峙 2024-10-25 23:35:41

您可以按照与相同的方式计算和显示小计建议处理 4 小时前的总计 - 只需手动计算并在 programmableSection 中显示它们。

You can calculate and display subtotals in the same way you've been recommended to deal with grand totals 4 hours ago - just calculate and display them in a programmableSection manually.

仙女 2024-10-25 23:35:41

如果您没有在 send() 方法中调用 super(),请记住返回 false

Remember to return false if you do not call super() in the send() method.

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