gpt4 book ai didi

count - Spotfire:使用 IronPython 计算标记行的数量,无需迭代

转载 作者:行者123 更新时间:2023-12-01 11:16:43 31 4
gpt4 key购买 nike

我想知道是否有一种方法可以使用 IronPython 计算 Spotfire 中一个表的标记行数,而无需遍历该表的所有行。

我问这个问题是因为软件窗口底部的小工具栏中已经提供了标记行的数量。我在 Internet 和 Spotfire API 中进行了搜索,但没有找到任何内容。


您将在下面找到此工具栏的图像:

example of the toolbar

最佳答案

刚刚发现如何做到这一点:

# Get the number of marked rows
nbMarkedRows = Document.ActiveMarkingSelectionReference.GetSelection(TABLE).IncludedRowCount

使用 TABLE 对您的表的引用,例如作为脚本的数据表参数。

关于count - Spotfire:使用 IronPython 计算标记行的数量,无需迭代,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49901245/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com