行计数组件的聚合模拟?

发布于 2024-08-31 16:51:30 字数 88 浏览 6 评论 0原文

我希望有一种方法可以从数据流任务内部获取存储到变量中的字段的总和。行计数转换可以做到这一点,但我看不到如何使用任何其他聚合函数。编写转换组件脚本是我最好的选择吗?

I'd like to have a way to get the sum of a field stored into a variable from inside a dataflow task. The rowcount transform does this, but I can't see how to use any other aggregate functions. Is scripting a transform component my best bet?

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

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

发布评论

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

评论(1

我是男神闪亮亮 2024-09-07 16:51:30

尝试多播数据流并将一条路径发送到聚合任务(此后您可以将值分配给变量),然后在另一条路径上继续流。

Try Multicasting the data flow and sending one path to an aggregate task (whereafter you can assign the value to the variable), and continue the flow on the other path.

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