如何在 Spotfire 中引用 IronPython 中的特定数据表?
How do I refer to a spcific datatable in IronPython in Spotfire?
我需要在 IronPython 中引用 Spotfire 中的特定数据表。
目前我看到了对此的引用,但我需要的数据表 'may' 不是活动的数据表。
Document.ActiveDataTableReference
您可以使用以下语法按名称引用任何 table:
Document.Data.Tables["mytable"]
我需要在 IronPython 中引用 Spotfire 中的特定数据表。
目前我看到了对此的引用,但我需要的数据表 'may' 不是活动的数据表。
Document.ActiveDataTableReference
您可以使用以下语法按名称引用任何 table:
Document.Data.Tables["mytable"]