简体   繁体   English

Spotfire我可以通过ironpython脚本输入列吗?

[英]Spotfire can i input a column through ironpython script?

I understand that we can use dataFunction.Inputs.SetInput(inputs,"String(\\"HelloWorld\\")") to set a string to my input parameter. 我了解我们可以使用dataFunction.Inputs.SetInput(inputs,"String(\\"HelloWorld\\")")将字符串设置为我的输入参数。 Is there any way I can give an entire column instead of a string. 有什么办法可以给我整列而不是字符串。

Nevermind. 没关系。 I found the answer. 我找到了答案。 It can be done using dataFunction.Inputs.SetInput(inputs,"[DataTable name].[Column name]") 可以使用dataFunction.Inputs.SetInput(inputs,"[DataTable name].[Column name]")

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM