简体   繁体   English

如何在Spotfire的IronPython中引用特定的数据表?

[英]How do I refer to a spcific datatable in IronPython in Spotfire?

I need to refer to a specific datatable in Spotfire in IronPython. 我需要在IronPython中引用Spotfire中的特定数据表。

currently I'm seeing references to this but the datatable I need 'may' not be the one that is active. 目前,我正在看到对此的引用,但我需要的数据表“可能”不是处于活动状态的数据表。

Document.ActiveDataTableReference

您可以使用以下语法按名称引用任何表:

Document.Data.Tables["mytable"]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用IronPython在Spotfire中将DataTable转换为JSON? - How to convert a DataTable into JSON in spotfire using IronPython? Ironpython - 如何在其他代码行中引用计算变量 - Ironpython - how do I refer to to a calculated variable in additional lines of code 我在 IronPython、Spotfire 中有一个存储为字符串的列表。 如何以原始列表格式检索它? - I have a list stored as string in IronPython, Spotfire. How do I retrieve it back in the original list format? 如何使用IronPython在Spotfire中在条形图上设置x轴(xaxis)? - How do I set the x-axis (xaxis) on a Bar Graph in Spotfire with IronPython? 如何根据 IronPython 中的当前用户在 Spotfire 中“隐藏”选项卡? - How can I 'hide' a tab in Spotfire depending on the current user in IronPython? 如何在Spotfire中使用IronPython获取列的外部名称? - How can I get the externalname of a column using IronPython in Spotfire? 如何在Spotfire Dashboard加载上运行IronPython脚本 - How to run an IronPython Script on Spotfire Dashboard load 如何在Spotfire中使用IronPython设置复选框过滤器? - How can checkbox filter be set with IronPython in Spotfire? 如何使用IronPython脚本(最好使用外部名称)在Spotfire中创建计算列? - How can I create a Calculated Column in Spotfire with IronPython script (preferably using External Name)? Spotfire 和 IronPython 中的 HTML - HTML in Spotfire and IronPython
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM